Update changelog

This commit is contained in:
Dane Everitt 2018-11-10 12:21:15 -08:00
parent c97efe2b18
commit 8af50e1d1a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -3,6 +3,19 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.11 (Derelict Dermodactylus)
### Fixed
* Fixes an issue with certain systems not handling an API folder that was named `API` but referenced as `Api` in the namespace.
* TS3 egg updated to use CLI arguments correctly and have a more minimalistic installation script.
* Terminal was not properly displaying longer lines leading to some visual inconsistency.
* Assorted translation updates.
### Changed
* Removed PhraseApp integration from Panel code as it is no longer used.
### Added
* You can now test your mail settings from the Admin CP without waiting to see if things are working correctly.
## v0.7.10 (Derelict Dermodactylus)
### Fixed
* Scheduled tasks triggered manually no longer improperly change the `next_run_at` time and do not run twice in a row anymore.