You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,20 @@
2
2
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
4
4
5
-
Breaking changes may be introduced in minor versions for v6 while its use in the wild is limited to the official Ptorx.com instances. Afterwards the project will adhere to [Semantic Versioning](https://semver.org).
6
-
7
-
Changes that require manual, atypical updates for those running their own instances of Ptorx will be listed at the bottom of their respective groups (Added, Changed, etc) and prefixed with `!!`. Dependency updates will not be mentioned unless the dependency is a submodule like Accownt.
5
+
This project adheres to [Semantic Versioning](https://semver.org) after `v6.7.2`.
8
6
9
7
## [Unreleased]
10
8
9
+
## [6.7.2] - 2019-08-20
10
+
11
+
### Added
12
+
13
+
- Travic CI testing and deployment
14
+
15
+
### Changed
16
+
17
+
- Improve code and tests
18
+
11
19
## [6.7.1] - 2019-07-21
12
20
13
21
### Changed
@@ -23,7 +31,6 @@ Changes that require manual, atypical updates for those running their own instan
23
31
### Changed
24
32
25
33
- Significantly decrease app size
26
-
-`!!` Upgrade submodules
27
34
28
35
### Removed
29
36
@@ -35,7 +42,7 @@ Changes that require manual, atypical updates for those running their own instan
35
42
36
43
- Cron jobs breaking from stale database connection
37
44
- Receiving emails that don't have `To` headers
38
-
-!! Issues caused by upgrading MariaDB (disabled `STRICT_TRANS_TABLES`)
45
+
- Issues caused by upgrading MariaDB (disabled `STRICT_TRANS_TABLES`)
39
46
40
47
## [6.6.0] - 2019-05-11
41
48
@@ -56,10 +63,6 @@ Changes that require manual, atypical updates for those running their own instan
56
63
- Links in HTML mail to open in a new tab
57
64
- Dark theme not working in certain parts of app
58
65
59
-
### Changed
60
-
61
-
- !! Update Accownt and CCashCow
62
-
63
66
## [6.5.0] - 2019-04-27
64
67
65
68
### Added
@@ -94,10 +97,6 @@ Changes that require manual, atypical updates for those running their own instan
94
97
- Helpful alert for new users
95
98
- Pricing section on homepage
96
99
97
-
### Changed
98
-
99
-
- !! Update CCashCow, and Yalcs
100
-
101
100
## [6.3.0] - 2019-04-12
102
101
103
102
### Added
@@ -108,13 +107,13 @@ Changes that require manual, atypical updates for those running their own instan
108
107
109
108
### Changed
110
109
111
-
-!! Update Yalcs
110
+
- Update Yalcs
112
111
113
112
## [6.2.0] - 2019-04-09
114
113
115
114
### Added
116
115
117
-
-!! [Yalcs](https://github.com/Xyfir/yalcs)
116
+
-[Yalcs](https://github.com/Xyfir/yalcs)
118
117
119
118
## [6.1.1] - 2019-04-03
120
119
@@ -127,25 +126,26 @@ Changes that require manual, atypical updates for those running their own instan
127
126
### Added
128
127
129
128
- Allow sending mail through third-party clients with our MSA server and alias SMTP credentials
130
-
-!! `MSA_PORT` to server config
129
+
-`MSA_PORT` to server config
131
130
132
131
### Changed
133
132
134
-
-!! Database structure
135
-
-!! `SMTP_PORT` to `MTA_PORT` in server config
136
-
-!! `TEST_SMTP_PORT` to `TEST_MTA_PORT` in server config
133
+
- Database structure
134
+
-`SMTP_PORT` to `MTA_PORT` in server config
135
+
-`TEST_SMTP_PORT` to `TEST_MTA_PORT` in server config
0 commit comments