Skip to content

Releases: cpvalente/ontime

Ontime v2.24.8

11 Dec 21:08
da829dc
Compare
Choose a tag to compare

This release focuses on UI improvements and bug fixes.

There is also the addition of a new HTTP integration

What's Changed

Full Changelog: v2.21.3...v2.24.8

Http Integration Beta 2

08 Dec 17:25
Compare
Choose a tag to compare
Pre-release
v2.22.0-http-beta.2

missing retryCount in httpPlaceholder

Http Integration Beta 1

05 Dec 16:03
Compare
Choose a tag to compare
Pre-release
v2.22.0-http-beta.1

allow https

google sheet beta 1

11 Dec 14:52
Compare
Choose a tag to compare
google sheet beta 1 Pre-release
Pre-release
v2.22.0-sheet-beta.1

ifx: use template string not concatination

Ontime v2.21.3

25 Nov 21:37
9e285ee
Compare
Choose a tag to compare

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

Full Changelog: v2.16.2...v2.21.3

Ontime v2.16.2

16 Nov 10:28
fad8d2a
Compare
Choose a tag to compare

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

Full Changelog: v2.13.1...v2.16.2

Ontime v.2.13.1

07 Nov 20:29
943dd19
Compare
Choose a tag to compare

Small release, contains mostly small tweaks and prepares changes to integrations

What's Changed

Full Changelog: v2.12.6...v2.13.1

Ontime v2.12.6

05 Nov 10:03
98bd320
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.9.0...v2.12.6

Ontime 2.10.0 RC 1 - Excel

29 Sep 20:29
Compare
Choose a tag to compare
Pre-release

This is a release candidate to evaluate improvements to the import of spreadsheets

Ontime v2.9.0

17 Sep 13:10
e2aabe3
Compare
Choose a tag to compare

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 and titlesNext properties in the websocket object are no longer in use and have been replaced by the full objects of eventNow, eventNext, publicEventNow and publicEventNext. The viewer template has been updated to match and is a good source for this objects
  • the project file property eventData has been renamed project 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

Full Changelog: v2.8.2...v2.9.0