Releases: cpvalente/ontime
v3.3.2
What's Changed
- disable git checks for pnpm publish workflow by @jwetzell in #1080
- add registry url for publishing via CI by @jwetzell in #1082
- add permission for provenance publishing by @jwetzell in #1084
- refactor: improve typing by @cpvalente in #1085
- chore: fix typo in donation text by @cpvalente in #1086
- Added Polish Translation by @sledzik1984 in #1077
- chore: run linter on imports by @cpvalente in #1087
- refactor: cuesheet header by @cpvalente in #1083
- hotfix-build by @alex-Arc in #1091
New Contributors
- @sledzik1984 made their first contribution in #1077
Full Changelog: v3.3.0...v3.3.2
v3.3.0
This version adds a new panel for controlling the clients connected to ontime. This allows redirecting unattended screens from the editor interface
Also noteworthy:
- Warning and danger times are now life cycle events and are available in the integrations
- fix issues with persistence of custom fields
What's Changed
- add a headless version of ontime by @jwetzell in #1051
- add warning and danger transitions as timer life cycle events by @jwetzell in #1071
- Client remote control by @alex-Arc in #930
- fix: persistence of custom fields by @cpvalente in #1078
- bump version to 3.3.0 by @cpvalente in #1079
Full Changelog: v3.2.0...v3.3.0
v3.2.0
This release includes a new feature to allow displaying multiple fields in the operator view 🥳
Also included are several small fixes and improvements to the APIs. Most relevant:
- Improvements to feedback and error handling on sheet import
- Show next event when waiting to roll
See below for a full list of changes
What's Changed
- fix and test only space osc payload by @alex-Arc in #1052
- consider custom fields when loading operator main field by @jwetzell in #1049
- Validate filename by @alex-Arc in #1046
- Fix: link events in sheet when there is nothing to link by @alex-Arc in #1053
- Custom for timer title by @alex-Arc in #1055
- chore: upgrade lint dependencies by @cpvalente in #1056
- fix for MultiPartProgressBar styling by @hingobway in #1022
- Roll next by @cpvalente in #1057
- refactor: improve error states in spreadsheet flow by @cpvalente in #1058
- refactor: improve console visibility by @cpvalente in #1059
- Fix coerce enum by @alex-Arc in #1064
- Electron use port 3000 in dev mode by @alex-Arc in #1065
- display multiple custom fields in operator view by @alex-Arc in #1001
- None colour from API by @alex-Arc in #1063
- bump version to 3.2.0 by @lukestein in #1072
New Contributors
- @hingobway made their first contribution in #1022
- @lukestein made their first contribution in #1072
Full Changelog: v3.1.1...v3.2.0
v3.1.1
v3.1.0
This release includes a change in the OSC output that allows users to take control over the payload type and to send multiple parameters in one string.
The original ticket was described in #953 and we have added documentation to explain the behaviour
https://docs.getontime.no/quick-tips/send-osc/#osc-payload-examples
Asides from that, we focus on small bugfixes and improvements to user experience. Most relevant:
- Improve documentation and fix keyboard shortcuts
- Timer overrides (blackout, message, blink) do not affect the minimal timer view #1024
- Fix issues with OSC integration options not reloading on loading new projects #1026
- Improve roll mode behaviour to skip previously loaded #1013
- whitelist all event properties to be changed via the API #970
What's Changed
- chore: upgrade electron by @cpvalente in #1006
- fix: correct key on shortcuts by @cpvalente in #1018
- refactor: improve payload type by @cpvalente in #954
- remove redundant path evaluation by @jwetzell in #1019
- Style deepsource by @cpvalente in #1021
- fix: menu link to operator by @cpvalente in #1027
- refactor: timer overrides do not affect minimal by @cpvalente in #1029
- catch sheet error by @alex-Arc in #1023
- Add option to display the full time (HH:mm:ss) in the timer view by @thelan in #988
- Allow time change from api by @alex-Arc in #1009
- fix: osc new project by @alex-Arc in #1032
- refactor: continue roll by @cpvalente in #1033
- refactor: declare timer phase by @cpvalente in #1036
- feat:toggle index column by @asharonbaltazar in #1037
- style: add label to auxiliary timer by @cpvalente in #1035
- refactor: fix missed first update by @cpvalente in #1031
- fix insert above shortcut by @alex-Arc in #1020
- refactor: supress modifiers in count-up timers by @cpvalente in #1038
- keep the index row as a colour chip by @alex-Arc in #1039
- release preparations 3.1.0 by @cpvalente in #1040
Full Changelog: v3.0.4...v3.1.0
v3.1.0-beta.1
The main thing here is the update to the OSC payload
multiple values can now be sent by separating them with spaces
What's Changed
- chore: upgrade electron by @cpvalente in #1006
- fix: correct key on shortcuts by @cpvalente in #1018
- refactor: improve payload type by @cpvalente in #954
- remove redundant path evaluation by @jwetzell in #1019
Full Changelog: v3.0.4...v3.1.0-beta.1
v3.0.4
This release focuses on bugfixes and UX improvements
Most relevant:
- fix issues with input overflow
- fix issues of parsing time input
- fix issue with reordering cuesheet columns
- add possibility to delete multiple selected events at once
- allow hiding sidebar on extracted rundown
What's Changed
- fix docker multi-architecture build by @jwetzell in #990
- style: fix input overflow by @cpvalente in #993
- style: input text alignment by @cpvalente in #995
- address some issues in am/pm time parsing by @jwetzell in #998
- refactor: context menu actions by @cpvalente in #996
- don't notify when aux timer is paused by @alex-Arc in #1003
- add notes to secondaryOptions in timer view by @alex-Arc in #1004
- fix: change api isPublic by @alex-Arc in #1008
- refactor: extract parseUserTime by @cpvalente in #1005
- refactor: allow hiding sidebar by @cpvalente in #999
- Clear upload folder on startup by @alex-Arc in #1012
- fix: column reordering by @cpvalente in #1011
- Release preparations by @cpvalente in #1010
Full Changelog: v3.0.3...v3.0.4
v3.0.3
This release includes a few bug fixes and UX improvements.
Most relevant
- Improve handling of data types in excel parsing
- Simplify overriding of background colour
- Fix issue with automations in timers with added time
- Fixes to the calculation of rundown metadata
What's Changed
- chore: add tests to support docs by @cpvalente in #972
- fix: excel parsing by @cpvalente in #973
- style: simplify background override by @cpvalente in #978
- fix: handle finish when adding time by @cpvalente in #981
- refactor: recover day after indicator by @cpvalente in #980
- style: consistent spacing in editor by @cpvalente in #963
- refactor: cap timer values by @cpvalente in #982
- fix: account for skip in rundown calculations by @cpvalente in #986
- fix #984 Expected End of timeline is not calculated correctly by @ekordas in #985
- Multistage docker build by @thelan in #983
- chore: bump version to 3.0.3 by @cpvalente in #987
New Contributors
Full Changelog: v3.0.2...v3.0.3
v3.0.2
This release fixes a few bugs in v3
- Prevent issue where the event selection could be stale
- Prevent issue with filename being undefined
What's Changed
- fix: prevent stale selection by @cpvalente in #962
- fix: filename may not exist by @cpvalente in #965
- refactor: forgiving test by @cpvalente in #967
- chore: bump version to 3.0.2 by @cpvalente in #969
Full Changelog: v3.0.1...v3.0.2
v3.0.1
This release focuses on some user reported bug fixes on v3.
Namely:
- Fix issue with rundown gap detection #949
- Fix issues with project file downloads #944
- Fix issue with planned start and end #942
It also introduces some smaller general improvements to styles and UX
Special thank you to @lukestein for the great work in helping us with testing the new features
What's Changed
- chore: update readme by @cpvalente in #938
- fix: prevent mutation of initial object by @cpvalente in #943
- refactor: download project file by @cpvalente in #948
- Style tweaks by @cpvalente in #950
- better logging from http integration by @alex-Arc in #946
- chore: update element order by @cpvalente in #957
- refactor: leading updates in timers by @cpvalente in #955
- refactor: improve detection of day after by @cpvalente in #952
- chore: bump version to 3.0.1 by @cpvalente in #961
Full Changelog: v3.0.0...v3.0.1