webcron/CHANGELOG.md

28 lines
956 B
Markdown
Raw Permalink Normal View History

2022-11-10 11:34:02 +01:00
# Changelog
2023-01-10 17:21:49 +01:00
## Version 1.2
### New
* Added timed scheduled runs
2022-11-10 11:34:02 +01:00
## 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
2022-12-12 15:01:34 +01:00
* Symfony framework has been updated to version 6.2
2022-11-10 11:34:02 +01:00
### 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)