Kimai - Package Updates
Pinned
Kimai
-
[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
-
[2.0.10]
- Update Kimai to 2.0.14
- Full changelog
- show customer totals in single-user reports
- support custom fonts in export / invoice templates
- require daterange for export and invoice searches
- improve help label for user locale
- show decimal formats in help controller
- cache tag amount per request
- composer updates
- improved code styles
- added default label to date picker
- new macros & use own macro
-
[2.0.13]
- Update Kimai to 2.0.17
- Full changelog
- prevent empty title for select options
- removed css for unused sweetalert
- fix isWeekend() check with DateTimeInterface
- reset timesheet rates on "create copy"
- wrap long names in multi-selects - fix #4001
- rename profile menus
-
[2.0.14]
- Update Kimai to 2.0.18
- Full changelog
- prevent too long values for user preferences
- add chart value 0 to y-axis if last value > 0, to always display the zero line (project details)
- add user-preferences to invoice hydrator
- DateTime vs DateTimeInterface
- simplify permission config
- fix query for teamleads limiting to only selected teams not possible
-
[2.0.16]
- Update Kimai to 2.0.20
- Full changelog
- max duration per entry increased from 8 to 10 hours
- fixes #3981 - clickable area in dropdown too small
- fixes #4008 - duplicate activities in project-details report
- headers and summary styling in project-details report
- show billable stats in project-details report
- added new invoice variable for entry.duration_format
-
[2.0.17]
- Update Kimai to 2.0.21
- Full changelog
- increase padding in wizard
- fix theme chooser in wizard
- improve dynamic export columns in PDFs
- added label for total column
- bump theme bundle
- improve avatar list spacing
- be more flexible parsing times - fixes #4031
-
[2.0.19]
- Update Kimai to 2.0.23
- Full changelog
- Dynamic favicon to indicate activity in pinned browser tabs (#4038)
- fix single dropdown became two lines (#4041)
- allow to remove date from non-required field (#4040)
- doctor: show available github release only if newer version exists (#4037)