Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit f24e81c

Browse files
committed
Add 6.7.2 entry and clean up changelog
1 parent 951cf35 commit f24e81c

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
44

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`.
86

97
## [Unreleased]
108

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+
1119
## [6.7.1] - 2019-07-21
1220

1321
### Changed
@@ -23,7 +31,6 @@ Changes that require manual, atypical updates for those running their own instan
2331
### Changed
2432

2533
- Significantly decrease app size
26-
- `!!` Upgrade submodules
2734

2835
### Removed
2936

@@ -35,7 +42,7 @@ Changes that require manual, atypical updates for those running their own instan
3542

3643
- Cron jobs breaking from stale database connection
3744
- 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`)
3946

4047
## [6.6.0] - 2019-05-11
4148

@@ -56,10 +63,6 @@ Changes that require manual, atypical updates for those running their own instan
5663
- Links in HTML mail to open in a new tab
5764
- Dark theme not working in certain parts of app
5865

59-
### Changed
60-
61-
- !! Update Accownt and CCashCow
62-
6366
## [6.5.0] - 2019-04-27
6467

6568
### Added
@@ -94,10 +97,6 @@ Changes that require manual, atypical updates for those running their own instan
9497
- Helpful alert for new users
9598
- Pricing section on homepage
9699

97-
### Changed
98-
99-
- !! Update CCashCow, and Yalcs
100-
101100
## [6.3.0] - 2019-04-12
102101

103102
### Added
@@ -108,13 +107,13 @@ Changes that require manual, atypical updates for those running their own instan
108107

109108
### Changed
110109

111-
- !! Update Yalcs
110+
- Update Yalcs
112111

113112
## [6.2.0] - 2019-04-09
114113

115114
### Added
116115

117-
- !! [Yalcs](https://github.com/Xyfir/yalcs)
116+
- [Yalcs](https://github.com/Xyfir/yalcs)
118117

119118
## [6.1.1] - 2019-04-03
120119

@@ -127,25 +126,26 @@ Changes that require manual, atypical updates for those running their own instan
127126
### Added
128127

129128
- 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
131130

132131
### Changed
133132

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
137136

138137
### Removed
139138

140-
- !! Hard-coded message size limit
139+
- Hard-coded message size limit
141140

142141
## [6.0.0] - 2019-03-29
143142

144143
### Changed
145144

146145
- Release 6.0.0
147146

148-
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.7.0...HEAD
147+
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.7.2...HEAD
148+
[6.7.2]: https://github.com/Xyfir/ptorx/releases/tag/6.7.2
149149
[6.7.1]: https://github.com/Xyfir/ptorx/releases/tag/6.7.1
150150
[6.7.0]: https://github.com/Xyfir/ptorx/releases/tag/6.7.0
151151
[6.6.1]: https://github.com/Xyfir/ptorx/releases/tag/6.6.1

0 commit comments

Comments
 (0)