Release v0.9.0
New feature: Scheduled playout
Summary: The Scheduled Playout enables you to set a certain time when a Group will start playing.
To use:
- Select a Group and choose SCHEDULE as playout-mode in the rightmost pane.
- Enter a date & time of when the Group should start playing
- Enable the scheduler
- (Optional) pick a repeating time, such as Daily, Weekly, Monthly or a Custom interval
- 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.
New Feature: Add Error Reporting & User Agreement
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