Kimai
Open-source time-tracking application for freelancers and teams
Alternative to: toggl, clockify, harvest
2.0.30
2023-08-16Upgrade Kimai - Install Kimai - Docker
Compatible with PHP 8.1 and 8.2
The DATABASE_URL in your environment settings (e.g. .env, docker-compose.yaml or webserver config)
now requires the charset and serverVersion params, e.g.: DATABASE_URL=mysql://user:password@127.0.0.1:3306/database?charset=utf8mb4&serverVersion=10.5.8-MariaDB (examples in .env).
- Translations update from Hosted Weblate (#4210)
- remove text from tag choice after selection - fixes https://github.com/kimai/kimai/issues/4076
- fix timesheet allows to use deactivated activities - fixes https://github.com/kimai/kimai/issues/4229
- upgraded composer dependencies
- upgraded frontend dependencies
- added basic tests for validator
Involved in this release: @kevinpapst and @weblate - thank you!