Kimai logo

Kimai

Open-source time-tracking application for freelancers and teams

Alternative to: toggl, clockify, harvest


About Versions (100)

2.25.0

2024-12-01

Compatible with PHP 8.1 to 8.4

This release adds technical support for PHP 8.4. Automated tests run successful, but there is no real life experience yet.

  • Added API endpoints to delete customer/project/activity (#5181)
  • Always include begin and end API fields for Admins (#5134)
  • Improve visibility of batch-update checkboxes - fixes #5146 (#5109)
  • Improve visibility of overlapping indicator - fixes #5147 (#5109)
  • Fix: validate new timesheets created with multi-user form (#5109)
  • Fix: bool handling of false values for meta-fields and user preferences - fixes #5154 (#5109)
  • Fix: project duplication duplicated and attached global activities to new project (#5109)
  • Fix: tag height for very long names - fixes #5169 (#5109)
  • Query hints and persistent cache for latest approvals (Performance boost on All Times) (#5176)
  • Trigger form change upon copy-data event (mark form as dirty on duration / time change via dropdown)
  • New translation command feature: move keys from source to target file (#5109)
  • Allow multiple “batch-update” data-tables on one page (#5109)
  • New plugin installer: fix for running multiple migrations (#5109)
  • Translations update from Hosted Weblate (#5130) (#5185) (#5179) (#5172)

Technical

  • Upgrade to PHPStan 2 (#5109)
  • Bump composer packages (#5109)
  • Bump frontend packages (#5109)
  • Remove several Symfony polyfills (PHP extensions are already composer requirments) (#5109)
  • Allow PHP 8.4 (#5173)

Involved in this release: @kevinpapst and @weblate - thank you!