mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
-
released this
2026-03-03 19:48:53 +00:00 | 153 commits to master since this release📅 Originally published on GitHub: Tue, 03 Mar 2026 19:54:18 GMT
🏷️ Git tag created: Tue, 03 Mar 2026 19:48:53 GMTThis release includes several bug fixes and improvements
- when importing custom fields from excel, the custom field keep its original type
- prevent import map collisions across stages
- improve cuesheet with granular permissions
- navigation lock is no longer lost when view settings change
- starting from pending roll now triggers action start as expected
- automations expose more options from the event store
- fixed several issues with rolling in rundowns that cross midnight
and several other small tweaks to UI and UX
What's Changed
- feat: allow existing custom fields to keep its type by @alex-Arc in https://github.com/cpvalente/ontime/pull/1976
- refactor: osc disabled by default to prevent collisions by @cpvalente in https://github.com/cpvalente/ontime/pull/1977
- refactor: prevent import map collision across stages by @cpvalente in https://github.com/cpvalente/ontime/pull/1980
- Improve link sharing by @cpvalente in https://github.com/cpvalente/ontime/pull/1979
- Style tweaks by @cpvalente in https://github.com/cpvalente/ontime/pull/1985
- fix: prevent settings reflow on small width screens by @cpvalente in https://github.com/cpvalente/ontime/pull/1981
- feat: create branded types to determine different handling of time by @cpvalente in https://github.com/cpvalente/ontime/pull/1974
- fix: onStart triggered by pending roll start by @cpvalente in https://github.com/cpvalente/ontime/pull/1978
- Remove serverport from project file by @alex-Arc in https://github.com/cpvalente/ontime/pull/1957
- Automation should use event store by @alex-Arc in https://github.com/cpvalente/ontime/pull/1962
- Fix roll midnight by @cpvalente in https://github.com/cpvalente/ontime/pull/1990
Full Changelog: https://github.com/cpvalente/ontime/compare/v4.4.2...v4.5.0
Downloads