diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0d36ccc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## Version 1.1 + +### New +* User settings page. Eliminating the need to call the helpline for changing your password or language +* Version tag in footer + +### Changed +* Docker images are following the docker philosophy (2 containers providing 1 functionality each. Although you can still use the fat image) +* Translations can be contributed via [crowdin](https://crowdin.com/project/webcron-management) +* Data migrations are done using doctrine migrations +* User command now has update action +* Mail-failed-runs now takes an argument with recipients. Eliminating the need for a user account +* Docker images are build for amd64, arm and arm64 + +### Fixed +* Some flashes were not translated +* Trusted proxies were not parsed +* When running in a different container the health of the daemon could not be checked + +## Version 1.0 + +(Initial release) \ No newline at end of file