Releases: kromitgmbh/titra
0.12.0
✨ it is now possible to define a custom time period in the details overview 💪
🐛 fixed a regression with the previous refactoring which prevented setting the user language
♻️ further refactorings to improve reusability of code
⬆️ regular package dependency updates
0.11.0
✨ introducing the charts view for the details page
💄 the dashboard feature has been overhauled to look nicer
⬆️ regular package dependency upgrades
♻️ refactoring user profile specific code to follow the same pattern we use for global settings
🐛 admin users will now see the administration page after logging in (no more manual refresh needed)
0.10.0
✨ introducing time entry state and a basic workflow (new > exported > billed), it is enabled by default but can be disabled by admins throug Administration > Global settings
✨ the period 'Last 3 months' now includes all time entries until the current date, because that makes much more sense
🐛 fixed a refresh bug in the details view thanks @daolutions!
🐛 improved rendering of datatables in the details view, hopefully preventing those pesky error stacks
🐛 fixed false boolean values showing correctly on the Administration > Global settings page
⬆️ regular package dependency upgrades
0.9.10
0.9.9
✨ Global settings can now be defined by administrators
✨ The anonymous login feature has to be explicitely enabled using an environment variable from now on
✨ User settings can now be reset to default values
✨ Administrators can now administer registered users and create new users
✨ Administrators can now define the global date formats (including start of week) used everywhere in titra
✨ Replaced standard confirm/alert dialogs with bootbox modals
🐛 bug fixes for the project overview page
🐛 bug fixes for Firefox users - fixing decimal input
0.9.8
🐛 fixed the limit selector in the details view when using 'all'
🐛 fixed remaining problems with the migration to dayjs
🐛 disabled the pagination when using the show all option
🐛 fixed duplicated icons on the project overview page due to the upgrade to font awesome 5
♻️ removed debug logs
0.9.7
0.9.6
0.9.5
✨ the project description is now displayed in the overview
🐎 replaced moment.js dependency with dayjs
💄 updated to fontawesome 5
💄 improved new modal look
🐛 fixed problems with the sign in and registration pages
🐛 fixed some quirks when switching between light/dark mode
🐛 fixed some bugs on the new user administration page
♻️ code refactoring to further reduce bundle size