Releases: cpvalente/ontime
v4.0.0-alpha.3
This release continues working towards stabilising v4, including some fixes and missing features.
Most significant
- improve link sharing
- improve external demo
- fix issue with rows not rendering in cuesheet
- create path for project migration from v3
It also includes several breaking changes to the websocket data shape and style tweaks
What's Changed
- V3 project migration by @alex-Arc in #1652
- Alpha 2 by @cpvalente in #1712
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3
4.0.0-alpha.4
This release includes a bugfix that affected Ontime when running behind a password
Also some smaller fixes and style tweaks
What's Changed
- Alpha 4 by @cpvalente in #1736
Full Changelog: v4.0.0-alpha.3...4.0.0-alpha.4
v3.16.1
v4.0.0-alpha.2
Small fixes and improvements based on the second round of alpha testing
- countdown items dont render in safari
- issue with rendering order when dragging cuesheet columns
- adding event on a collapsed group with the + button, adds inside the group, should add just after
- finder needs to open group
several small improvements, tweaks to style and UX
What's Changed
- Alpha 1 by @cpvalente in #1704
- Feat: Time until group and flag by @alex-Arc in #1708
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2
v4.0.0-alpha.1
This release includes several small fixes and improvements based on alpha.0 feedback
We also focused on improving the URL Presets flow ahead of the upcoming changes to sharing
What's Changed
- Alpha0 review by @cpvalente in #1698
Full Changelog: v4.0.0-alpha.0...v4.0.0-alpha.1
v4.0.0-alpha.0
This is the first alpha version for Ontime v4.
We focused on detailing of the rundown with new metadata events and setting ground-work for upcoming changes.
New in v4:
- Group and milestone rundown metadata allows detailing the rundown and generating MORE timers
- Flag events to keep counts to arbitrary points in your timeline
Significant changes
- New countdown design allows selecting any number of events
- New studio clock functions as a
- Now users have 3 auxiliary timers
- improve mobile usability
Feature removal
- Public data and public screens
- Lower thirds view
- Minimal and clock views were removed in favour of extra configuration for the timer view
- Reduced language support, we will roll out a custom language input feature in replacement
And many style tweaks and bug fixes
What's Changed
- Fix: Correct boundary condition in applyDelay by @cpvalente in #1637
- Refactor: require trigger in all events objects by @alex-Arc in #1636
- Upgrade expressjs by @alex-Arc in #1633
- Remove framer motion by @cpvalente in #1639
- Refactor: Align Info component to the left by default by @cpvalente in #1638
- Fix: rearrange playing event by @alex-Arc in #1640
- Remove public option from events by @alex-Arc in #1645
- refactor: add version to session endpoint by @alex-Arc in #1650
- Countdown by @cpvalente in #1642
- fix: view navigation e2e test by @alex-Arc in #1651
- refactor: WS by @alex-Arc in #1622
- design review on operator by @cpvalente in #1655
- refactor: use runtime metadate in
runtimeState
by @alex-Arc in #1653 - Fix user time by @cpvalente in #1654
- refactor: review studio design by @cpvalente in #1517
- responsive navigation by @cpvalente in #1656
- Colorised spreadsheet by @alex-Arc in #1643
- Aux timers by @cpvalente in #1660
- fix event next by @alex-Arc in #1664
- adding block now/next data by @alex-Arc in #1661
- Fix logo upload by @alex-Arc in #1666
- edit group data by @cpvalente in #1662
- configure react compiler by @cpvalente in #1668
- Cuesheet review by @cpvalente in #1665
- cuesheet review by @cpvalente in #1669
- share from cuesheet by @cpvalente in #1671
- Chore/remove got dependency by @cpvalente in #1667
- User review by @cpvalente in #1679
- handle rearange in block by @alex-Arc in #1682
- cleaning up for release by @cpvalente in #1681
- Project data by @cpvalente in #1685
- Fix ontime aux actions by @alex-Arc in #1684
- Remove chakra by @cpvalente in #1686
- Docs: Update DEVELOPMENT.MD with explicit turbo run commands by @cpvalente in #1691
- refactor: small fixes and style tweaks by @cpvalente in #1695
Full Changelog: v3.16.0...v4.0.0-alpha.0
v3.16.0
This release introduces some small features and bug fixes
- add custom elements to project data
- improve handling of blocks in CSV - XLSX
- fix issue with stale data in cuesheet
What's Changed
- refactor: change offset classes depending on playback state (#1611) by @cpvalente in #1612
- fix: pass empty string fallback when parsing fields for export by @Shobhit-Nagpal in #1616
- refactor: block event xlsx import by @Shobhit-Nagpal in #1623
- Upgrade Electron and NodeJS by @jwetzell in #1619
- upgrade vite to v6 by @jwetzell in #1626
- add electron and esbuild to allow list for postinstall builds by @jwetzell in #1627
- bump version to 3.16.0 by @cpvalente in #1648
- fix: stale ids in cuesheet by @cpvalente in #1657
- refactor: add version to session endpoint by @alex-Arc in #1659
Full Changelog: v3.15.2...v3.16.0
Test cuesheet edit control - alpha.2
Full Changelog: v3.16.0...3.16.1-alpha.2
What's Changed
- refactor: change offset classes depending on playback state (#1611) by @cpvalente in #1612
- fix: pass empty string fallback when parsing fields for export by @Shobhit-Nagpal in #1616
Full Changelog: v3.15.2...3.16.1-alpha.2
Test cuesheet edit control
having locked set on the cuesheet will prevent edits
/cuesheet?locked=true
Better rounding
Demo release for upcoming rounding logic