Skip to content

Releases: cpvalente/ontime

v3.6.0

28 Sep 18:45
Compare
Choose a tag to compare

This release focuses on used experience improvements
Notable:

  • New timer preview window helps with understanding modifiers to the the timer view
  • When running inside the electron app, links will open in browser
  • Small tweaks and bug fixes

What's Changed

Full Changelog: v3.5.1...v3.6.0

v3.5.1

07 Sep 06:53
Compare
Choose a tag to compare

This is a small release including mostly bugfixes on handling rundows with multiple days, both to the timeline and roll mode features.

We are also adding extra options to the studio clock so users can opt out of displaying the schedule

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.1-evaluate2

04 Sep 18:30
Compare
Choose a tag to compare
v3.5.1-evaluate2 Pre-release
Pre-release

Small release to evaluate fixes to roll

v3.5.1-evaluate

03 Sep 20:46
Compare
Choose a tag to compare
v3.5.1-evaluate Pre-release
Pre-release

Small release to evaluate improvements to the roll mode

v3.5.0

27 Aug 12:02
Compare
Choose a tag to compare

This release focuses on improvements to user experience.
It also contains major changes to the roll mode behaviour and adds beta support to the new upcoming timeline feature.

From the minor changes included, worth highlighting

  • Improvements to events
  • Add shortcuts to navigate between blocks
  • Add feature to maintain current time in block
  • Fix inconsistencies within progress bars
  • Add support for hungarian translations

Roll mode

User that use roll mode should expect changes to its behaviour from the previous versions.
We believe the new changes are more predictable and inline with the flows of the application.
See the docs at https://docs.getontime.no/quick-tips/roll/
User feedback is appreciated

Timeline view

The timeline feature is due minor design and behaviour changes.
We are also aware of issues when the rundown spans across more than 2 days.

We dont expect any major changes at this point and user feedback on this would be very much appreciated

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.2

20 Aug 09:20
Compare
Choose a tag to compare

Fixes bug with changing events through the API
issue #1182

Full Changelog: v3.4.1...v3.4.2

v3.5.0-beta.2

04 Aug 19:38
Compare
Choose a tag to compare
v3.5.0-beta.2 Pre-release
Pre-release

This is a beta release focusing on timeline view and roll mode

It also contains several tooling upgrades and small UX improvements

What's Changed

Full Changelog: v3.4.0...v3.5.0-beta.2

v3.4.1

29 Jul 11:27
Compare
Choose a tag to compare

This reverts a change made in v3.4.0 where the return type of GET http://ontime-ip:port/data/rundown was change
To retain compatibility with external apps this has been reverted
and the the new feature has ben moved to the endpoint of GET http://ontime-ip:port/data/rundown/paginated

It is recommended to update from v3.4.0 to v3.4.1 if you intent to use ontime with companion or similar

Full Changelog: v3.4.0...v3.4.1

v3.5.0-beta.1

23 Jul 07:01
Compare
Choose a tag to compare
v3.5.0-beta.1 Pre-release
Pre-release

this is a demo release for the upcoming timeline view

v3.4.0

16 Jul 17:26
Compare
Choose a tag to compare

This is a very large release, with not that many user facing improvements.
Believe me, this is great.

The release focuses on project handling improvements.
This means in practice, that Ontime can avoid data losses when recovering data that was written externally.
See the docs for more info https://docs.getontime.no/additional-notes/crashes-and-corrupted-data/

There are also some small improvements and fixes:

  • show projected times in countdown
  • emit load event on reload
  • fix to time formatting when showing time of day

🚨🚨🚨 Breaking changes

With v3.4.0 we change the directory structure of the docker image to rename the previous /external directory to /data.
The example docker-compose and documentations have been updated to reflect the change.
For users migrating, please make sure to have a backup of your data (do that always anyway)

What's Changed

Full Changelog: v3.3.3...v3.4.0