diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..389074e54 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [Unreleased] +### Added +- Added Polish translation. +- Added check to Diagnostics to skip tests for modules that have not + been setup. +- Added sorting of menu items per locale. +- Allowed setting IP for shared network connections. + +### Fixed +- Fixed issue preventing access to Plinth on a non-standard port. +- Fixed issue in Privoxy configuration. Two overlapping + listen-addresses were configured, which prevented privoxy service + from starting. +- Fixed issues with some diagnostic tests that would show false + positive results. +- Fixed some username checks that could cause errors when editing the + user. + +### Changed +- Moved Dynamic DNS and Pagekite from Applications to System + Configuration. + +### Deprecated +- Dealt with ownCloud removal from Debian. The ownCloud page in Plinth + will be hidden if it has not been setup. Otherwise, a warning is + shown. + +### Removed +- Removed init script and daemonize option. +- Removed writing to PID file. + +### Security +- Fixed issue that could allow someone to start a module setup process + without being logged in to Plinth. + +[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.9.2...HEAD