CI Report:
N/A
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
kimai Changes:
Compatible with PHP 8.1 to 8.3
- Respect last working day in working times calculation (#5097)
- Order project specific activities at the begin of the dropdown (#4674)
- First support for installing plugins via composer (#5112)
- Ignore files from showing up in a release (#5111)
- Fix daterange highlight color in dark mode (#5097)
- Fix pre-selected date format in export dropdown (#5097)
- Export column alignment (#5029)
- Fix an invalid namespace (#5097)
- Translations update from Hosted Weblate (#5120) (#5098) (#5110)
Docker
- Install missing unzip package for composer (improve installation speed)
- Run update and install in one layer (improve startup speed)
- Remove unused TRUSTED_HOSTS env (not supported by Kimai)
- Fetch code through release tarball, not git (removes many unnecessary files)
- Ignore "unknown database" in dbtest (Kimai will create it)
- Change docker CMD to
entrypoint.sh
for best practices
Technical stuff
- Bump composer packages
- Undeprecated PARTIAL through Doctrine (allows for deprecation logs)
Involved in this release: @kevinpapst and @weblate - thank you!