mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
-
released this
2026-03-25 10:03:41 +00:00 | 126 commits to master since this release📅 Originally published on GitHub: Wed, 25 Mar 2026 10:15:45 GMT
🏷️ Git tag created: Wed, 25 Mar 2026 10:03:41 GMTThis release includes several small improvements and bugfixes, especially concerning tooling as we are preparing Ontime for some upcoming features
Most notable is the possibility to upload html files from the interface to create custom views
Also:
- timer message labels can now be translated
- group level expected times are now compatible with roll modes
- CSS override changes apply immediately
- smart time entry does a better job at recognising units like "1h20"
...and several small tweaks and minor fixes
What's Changed
- add translation keys for timer message labels by @jwetzell in https://github.com/cpvalente/ontime/pull/1987
- fix: utf-8 from project file by @alex-Arc in https://github.com/cpvalente/ontime/pull/1989
- Deps migration by @cpvalente in https://github.com/cpvalente/ontime/pull/1988
- fix: edit custom fields with type image by @alex-Arc in https://github.com/cpvalente/ontime/pull/1997
- fix: prevent issues with midnight and day recognition on dst kick in by @cpvalente in https://github.com/cpvalente/ontime/pull/1993
- fix: pending roll sets group expected times as due by @cpvalente in https://github.com/cpvalente/ontime/pull/2004
- fix: prevent sheet name too long in excel export by @cpvalente in https://github.com/cpvalente/ontime/pull/2007
- feat: automatic refetch css override by @alex-Arc in https://github.com/cpvalente/ontime/pull/1588
- refactor: improve shutdown cleanup by @cpvalente in https://github.com/cpvalente/ontime/pull/2006
- fix: prevent wrapping in time inputs by @cpvalente in https://github.com/cpvalente/ontime/pull/2008
- upgrade vite and related dependencies by @jwetzell in https://github.com/cpvalente/ontime/pull/2003
- Improve loading of css editor by @cpvalente in https://github.com/cpvalente/ontime/pull/2017
- refactor: improve app quit in windows by @cpvalente in https://github.com/cpvalente/ontime/pull/2019
- fix: server port settings has lifecycle by @cpvalente in https://github.com/cpvalente/ontime/pull/2022
- Adding oxc info to DEVELOPMENT.md by @cdslipp in https://github.com/cpvalente/ontime/pull/2027
- feat: improve smart time entry by @alex-Arc in https://github.com/cpvalente/ontime/pull/2029
- Vite 8 by @alex-Arc in https://github.com/cpvalente/ontime/pull/2018
- Improve automation flow by @cpvalente in https://github.com/cpvalente/ontime/pull/2025
- User controlled custom views by @cpvalente in https://github.com/cpvalente/ontime/pull/2020
- chore: format by @alex-Arc in https://github.com/cpvalente/ontime/pull/2030
- bump version to 4.6.0 by @cpvalente in https://github.com/cpvalente/ontime/pull/2023
- fix: enable cjs interop while we migrate packages by @cpvalente in https://github.com/cpvalente/ontime/pull/2034
- fix: prevent race conditions on build by @cpvalente in https://github.com/cpvalente/ontime/pull/2036
Full Changelog: https://github.com/cpvalente/ontime/compare/v4.5.0...v4.6.0
Downloads