Releases: cpvalente/ontime
Ontime v2.24.8
This release focuses on UI improvements and bug fixes.
There is also the addition of a new HTTP integration
What's Changed
- feat: add change endpoint to ws by @cpvalente in #618
- Default Values in
ParamEditor
by @asharonbaltazar in #610 - Osc enabled out by @alex-Arc in #623
- Params Input Placeholders by @asharonbaltazar in #627
- trigger doRoll if clock is less than startAt by @alex-Arc in #604
- style: prevent menu mirroring by @cpvalente in #632
- Improve change api by @alex-Arc in #628
- use addTime in client by @alex-Arc in #636
- Feat/http integration by @alex-Arc in #575
- fix: backstage end time by @cpvalente in #635
Full Changelog: v2.21.3...v2.24.8
Http Integration Beta 2
v2.22.0-http-beta.2 missing retryCount in httpPlaceholder
Http Integration Beta 1
v2.22.0-http-beta.1 allow https
google sheet beta 1
v2.22.0-sheet-beta.1 ifx: use template string not concatination
Ontime v2.21.3
This release focuses on user experience 🥳
Most notable:
- Improve automated scroll in operator view
- Add ability to update user field from operator view
- Add progress bar to operator and cuesheet views
- Allow customisation of timer view
- Add external data to timer view
Also, some small style tweaks and bug fixes
What's Changed
- Local build by @alex-Arc in #595
- fix: distinguish user initiated scroll by @cpvalente in #596
- refactor: rundown by @cpvalente in #597
- chore: type improvements by @cpvalente in #598
- style: clock period by @cpvalente in #601
- test: alias feature by @cpvalente in #602
- fix: cuesheet header by @cpvalente in #600
- Remove
storedViewParams
from theuseEffect
dep array by @asharonbaltazar in #606 - External field by @alex-Arc in #580
- feat: customise timer elements by @cpvalente in #607
- feat: allow editing field from operator by @cpvalente in #609
- feat: show progress in op and cuesheet by @cpvalente in #605
- chore: disable save params feature by @cpvalente in #615
- fix: prevent shortcut collision with menu by @cpvalente in #619
- fix: prevent autocomplete by @cpvalente in #620
- style: separe arguments in copy fields by @cpvalente in #621
- style: tweaks on info data by @cpvalente in #622
- chore: version bump by @cpvalente in #616
Full Changelog: v2.16.2...v2.21.3
Ontime v2.16.2
This release mostly adds technical improvements.
For the user there are also some significant changes
- New flow for importing Spreadsheets
- Keep view configuration on navigating
- Show location of CSS override in view settings
What's Changed
- chore: configure project wide linter by @cpvalente in #577
- chore(lint): lenient eol by @cpvalente in #578
- chore: upgrade pnpm by @cpvalente in #582
- View Params Persist when Navigating Back by @asharonbaltazar in #581
- feat: excel import by @cpvalente in #527
- fix: github workflow by @cpvalente in #585
- ci: close issues without user activity by @cpvalente in #586
- ci: remove stale bot by @cpvalente in #587
- add eventsPerPage to schedule by @alex-Arc in #583
- configure lint staged by @cpvalente in #588
- refactor: better errors by @cpvalente in #590
- style: export modal by @cpvalente in #592
- feat: small improvements to instance info by @cpvalente in #591
- hotfix ci by @cpvalente in #594
Full Changelog: v2.13.1...v2.16.2
Ontime v.2.13.1
Small release, contains mostly small tweaks and prepares changes to integrations
What's Changed
- Addtime in sec by @alex-Arc in #576
- style: wording and UI tweaks by @cpvalente in #564
Full Changelog: v2.12.6...v2.13.1
Ontime v2.12.6
This release focuses on improving user experience on integrations, notably:
- Improve exporting of the rundown as CSV or the ontime project file
- Add automatic resumability to recover crashed sessions
- Improve OSC API with new change endpoint
It also contains several small bugfixes and style tweaks
What's Changed
- chore: update docs by @cpvalente in #537
- chore: add line end to prettier by @cpvalente in #548
- Feat resumability by @alex-Arc in #547
- Documentation- Clarify build:local step before E2E by @kyelewis in #556
- fix: prevent error when port is unchanged by @cpvalente in #551
- typos by @brianteeman in #562
- feat: added export options by @Enubia in #529
- Feat/change event api by @alex-Arc in #553
- fix: nullcheck for nextPublicEventId in findRoll by @cpvalente in #567
- style: sticky index column by @cpvalente in #566
- feat: expand user options for views with schedule by @cpvalente in #565
- update node-osc to v9 by @alex-Arc in #573
- style: coloured row background by @cpvalente in #571
New Contributors
- @kyelewis made their first contribution in #556
- @brianteeman made their first contribution in #562
- @Enubia made their first contribution in #529
Full Changelog: v2.9.0...v2.12.6
Ontime 2.10.0 RC 1 - Excel
This is a release candidate to evaluate improvements to the import of spreadsheets
Ontime v2.9.0
This feature introduces some small style and performance improvements in the editor and cuesheet.
The most remarkable changes are for users who have their own integrations:
titlesNow
andtitlesNext
properties in the websocket object are no longer in use and have been replaced by the full objects ofeventNow
,eventNext
,publicEventNow
andpublicEventNext
. The viewer template has been updated to match and is a good source for this objects- the project file property
eventData
has been renamedproject
and is available on the /project endpoint. This mainly serves to clear up confusion about the data
You will need version 2.3.0 of the companion module to accommodate the new changes
What's Changed
- refactor: prevent calling undefined by @cpvalente in #521
- style tweaks by @cpvalente in #524
- refactor: improve performance of cuesheets by @cpvalente in #522
- refactor: pass events instead of derived data to titles by @cpvalente in #493
- refactor: project data by @cpvalente in #523
- style hover by @cpvalente in #525
- refactor: clarify description import by @cpvalente in #526
Full Changelog: v2.8.2...v2.9.0