Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 06:30

New feature: Scheduled playout

by @nytamin in #68

Summary: The Scheduled Playout enables you to set a certain time when a Group will start playing.
To use:

  1. Select a Group and choose SCHEDULE as playout-mode in the rightmost pane.
  2. Enter a date & time of when the Group should start playing
  3. Enable the scheduler
  4. (Optional) pick a repeating time, such as Daily, Weekly, Monthly or a Custom interval
  5. When a scheduled Group is playing, it is possibly to Stop, Pause or Restart/Play the Group using the usual buttons. If you've stopped it and want it to resume from "where it was" scheduling-wise, click disable + enable on the scheduling.

Image

New Feature: Add Error Reporting & User Agreement

by @nytamin in #81

Crash / Error Reporting and statistics
SuperConductor will send reports to a SuperFly.tv-database upon startup and upon an error/crash. The reason for this is to catch and fix errors that happen out there in the wild.

If needed, it is possible to opt out by adding the --disable-telemetry CLI argument.

To see details of exactly what data is sent, refer to the source code here.
The service that handles receival of the data is also open source and available here.

User Agreement
It is important that the user understands that the application sends usage reports. Therefore, A User Agreement-splash screen was added, that the user will have to accept in order to use the application.

Minor Fixes

  • fix: blur current selection on Escape by @jstarpl in #79
  • feat: loading spinner & style/layout fixes by @jstarpl in #78

Full Changelog: v0.8.5...v0.9.0