Skip to content

Releases: kromitgmbh/titra

0.12.0

06 Mar 15:05
Compare
Choose a tag to compare

✨ 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

03 Mar 13:10
Compare
Choose a tag to compare

✨ 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

28 Feb 12:35
Compare
Choose a tag to compare

✨ 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

19 Feb 17:37
Compare
Choose a tag to compare

🐛 fixed time tracking when using time unit 'day'
🚸 improved UX for tracking time in the day view
💄 improved the week input look and feel
⬆️ updated package dependencies and nodejs runtime

0.9.9

18 Feb 16:46
Compare
Choose a tag to compare

✨ 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

11 Feb 19:14
Compare
Choose a tag to compare

🐛 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

10 Feb 10:06
Compare
Choose a tag to compare

🐛 fixed a bug due to refactoring which prevented the creation of new projects
🐛 fixed the time display of the connection check banner

0.9.6

10 Feb 09:05
Compare
Choose a tag to compare

🐛 fixed multiple bugs due to the transition to dayjs
⬆️ minor package dependency updates

0.9.5

05 Feb 20:28
Compare
Choose a tag to compare

✨ 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

0.9.4

04 Feb 12:59
Compare
Choose a tag to compare

✨ introducing the administration ui (currently only user administration)
🐛 fixes for the new time entry modals
🐎 replaced mathjs with math-expression-evaluator dependency to further decrease bundle size
⬆️ updated package dependencies