Kimai - Package Updates
Pinned
Kimai
-
[2.0.0]
- Update Kimai to 2.0.4
- This is a major package release due to plugin incompatibility. Not all plugins may be compatible yet.
- Full changelog
- Translated using Weblate (#3723)
- do not traverse into invoice template subdirectories (#3735)
- merged release 1.30.3 and 1.30.5 - allow to upload twig invoice templates via UI
- allow to pre-fill timesheet metafields via URL
- added test accounts with simpler names and password
- fix column bookmark cannot be saved (#3768)
- support adding existing teams with same name
- permissions cannot be set right after role was created (#3777)
- allow to deactivate unique customer number validation (#3762)
- invalid message when trying to edit locked or exported timesheets in calendar (#3766)
- updated icons and manifest (#3761)
- fix api description
- fix security open api definition
- Enabling daily_stats in User > Preferences breaks /timesheet (#3748)
- Plugin developers: read https://www.kimai.org/documentation/migration-v2.html
- Upgrade to new Symfony Security System - LDAP untested!
- Removed Sweetalert2 in favor of Bootstrap Toasts & Modals
- Removed gd extension requirement
- Removed third-party mailer packages
- Migrate to FullCalendar >= 5.10.2
- Migrated from Moment.js to Luxon
- Migrated from daterangepicker to litepicker (dependency free and without locale files)
- Removed jQuery
- Deleted settings for Random colors and limited colos (default true for both now)
- Deleted setting OFF for Minute selection for Duration
- Replaced all annotations (Symfony and Doctrine) with attributes
- Removed "invoice template" meta field support from invoice command (use template via customer!)
- added permission caching (#3877)
- removed duration_only mode
- cleanup database
- remove deleted user preference keys
- configure email validation mode to fix deprecation message
- allow to use non brand icon in saml provider
- new method getCalculatedDuration()
- getRawData() by id
- only stop entries if new one is running
- fix validator tampering with timesheet duration
- fix allow setting null as customer
- can be re-activated through kimai.yaml
-
[2.0.2]
- Update Kimai to 2.0.6
- Full changelog
- cleanup invoice templates
- cleanup invoice translations
- fix invoice datetime for now
- support invoice archive order by number and status
- bump version
- allow meta-field sub-classing
- removed unused translation task.delete
- prevent null in
str_replace
-
[2.0.4]
- Update Kimai to 2.0.8
- Full changelog
- support parsing negative durations in JS
- bump luxon dependency
- make sure that 2FA is not required for session based API calls
- show name of items to delete
- fix permission issue for recent activity items
-
[2.0.7]
- Update Kimai to 2.0.11
- Full changelog
- added "today" as selector in date-range dropdown
- added feature to prevent auto-select of dropdowns with only one entry
- added hint that no changes were detected in batch update
- added negative invoice sums are possible (e.g. for credit notes)
- fix project list is expanded after submission
- fix invalid date parsing causes 500
- fix: prevent auto-select of activities in export and invoice form (in case only one global activity exists)
- fix team assignments for customer and project were not saved (using API now)
- fix form fieldset with legend styling (e.g. team project assignment)
- fix required meta-field were forced to have a value in batch update
- fix tomselect meta-field was not disabled in batch update
- fix unset internal rate is shown as 0
- fix one minute rounding problem in duration-only mode with "now" being default time
- fix column width and label for duration-only mode
- tech debt: cleanup invoice template (remove invoice layout)
- tech debt: reorder for simpler comparison with invoice form
- possible BC for devs: remove unused methods from form trait
- bump composer packages (includes new translations for auth screens)
-
[2.0.8]
- Update Kimai to 2.0.12
- Full changelog
- added submenus in action drodowns, to shorten them
- show all user-edit-screens in action dropdown
- fix cascade delete teams through customer
- fix cascade delete customer/project/activity through teams
- fix responsive classes for "internal rate" column
- clarify error message if invoice number generator or calculator is missing
-
[2.0.9]
- Update Kimai to 2.0.13
- Full changelog
- added missing escape to prevent HTML injection
- added missing color attribute
- upgrade theme
- use dropdown submenu if title is set, otherwise dropdown tends to get too long
- allow to use card-table instead of card-body
- added required attribute to username and password field
- fix pagination back to page 1
- prevent tag name too long
- re-add missing user preferences link