From c57f061805bf96df23571257066a5cf5db5bd5d5 Mon Sep 17 00:00:00 2001 From: jeroen Date: Thu, 10 Nov 2022 11:34:02 +0100 Subject: [PATCH] Added changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md 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