Releases: SuperFlyTV/SuperConductor
Release v0.11.3
What's changed
Bug fixes:
- fixes a bug where playout failes in certain edge cases. efc944b
Full Changelog: v0.11.2...v0.11.3
Release v0.11.2
What's changed
Bug fixes:
- Fix a bug related to scheduling a weekly repeating part. [#182 )
- SuperConductor will now properly restore playout upon application startup (#185)
Full Changelog: v0.11.1...v0.11.2
Release v0.12.0-alpha.4
This is a pre-release version. It features the latest stuff but might also contain bugs, so be careful if you're using it in production!
Did you know that you can set SuperConductor to automatically update to pre-release versions in the Applications settings?
What's Changed
Bug fixes:
- Issue with text rendering on Streamdecks by @nytamin
- Area name on first key on Streamdecks by @nytamin
- Display header bar on top by @nytamin
- Duplicated contents when editing arrays by @nytamin
Full Changelog: v0.12.0-alpha.3...v0.12.0-alpha.4
Release v0.12.0-alpha.3
This is a pre-release version. It features the latest stuff but might also contain bugs, so be careful if you're using it in production!
Did you know that you can set SuperConductor to automatically update to pre-release versions in the Applications settings?
What's Changed
- Upgrade TSR to R49 by @alvancamp and @ianshade in #139
- Initial (incomplete) support for Tricaster by @ianshade
- TSR Bridge: Add option for Autostart on system startup
Full Changelog: v0.12.0-alpha.1...v0.12.0-alpha.3
Release v0.12.0-alpha.1
This is a pre-release version. It features the latest stuff but might also contain bugs, so be careful if you're using it in production!
Did you know that you can set SuperConductor to automatically update to pre-release versions in the Applications settings?
What's Changed
Features
Bug fixes
New Contributors
Full Changelog: v0.12.0-alpha.0...v0.12.0-alpha.1
Release v0.12.0-alpha.0
This is a pre-release version. It features the latest stuff but might also contain bugs, so be careful if you're using it in production!
Did you know that you can set SuperConductor to automatically update to pre-release versions in the Applications settings?
What's Changed
Features
- Show thumbnails when inspecting a casparcg video timeline object
by @alvancamp in #129 - Display correct ATEM input labels
by @alvancamp in #130 - Indicate in the UI when timeline objects overlap
by @alvancamp in #131 - When groups are collapsed, this is now persisted between app restarts
by @alvancamp in #146 - Show a summary on collapsed groups
by @alvancamp in #147 - Internal (experimental) HTTP API, accessible at http://localhost:5500/api/internal
Full Changelog: v0.11.0...v0.12.0-alpha.0
Release v0.11.1
What's changed
Bug fixes:
- Make a "test errors telemetry" function harder to accidentally trigger.
- Fix an issue where hyperdeck clips couldn't be added to the timeline
Full Changelog: v0.11.0...v0.11.1
Release v0.11.0
GUI improvement: Edit multiple items
You can now select multiple Groups, Parts or Timeline-objects and edit their properties in bulk!
GUI improvement: Countdown timers
Adds various countdown timers to the GUI:
When not playing, the "Total duration" (the sum of all Parts) of the Group is displayed.
When the Group is playing, the following are displayed:
- "Remaining time" to the end of the Group.
- The timestamp of when the Group will finish playing (or will loop).
- "Countdowns to next start" for each Part.
Support for GDD (Graphics Data Definition) in CasparCG graphics templates
A GDD-template is a graphics template that expose a schema/manifest with information about the template.
For example, it might say that it supports 2 text fields as input, or a list of numbers.
SuperConductor will then show the correct input form, like so:
For GDD to work, either:
- The latest CasparCG media-scanner, v1.1.0, must be installed.
If you're having trouble, make sure that the media-scanner port (8000) is open in your firewall settings. - OR as a backwards-compatible hack, GDD will work if SuperConductor (or TSR-Bridge) runs on the same machine as CasparCG. This way, the application can access the templates-folder directly on disk.
More information about how to create a GDD-supported graphics template can be found here: GDD specification.
Support for the Stream Deck Plus panel.
The buttons work like on any other Stream Deck. Pressing down on the knobs works like a button too.
The turning knobs can be tied to Analog Inputs in SuperConductor. Swiping left or right on the LCD changes the page.
Support "TCP send" - devices
The TCP-send device is used to send custom/arbitrary TCP-socket messages to devices that support it.
Other features
- Magic: When user pastes a youtube video URL, automatically transform it into an embedded vide, for nicer looking playback
- Add option to disable Bridge devices
Bug fixes
- Bug fix: bug when editing duration, unable to set duration to null (infinite)
- Bug fix: An issue where pressing Stop didn't properly stop a Part/Group. This happened when pressing Stop after a loop has occured.
- Bug fix: Issue when disabling the internal Bridge, causing streamdecks to not reconnect properly.
- Bug fix: Avoid out-of-memory crash when there are many (thousands) items in the media folder, by limiting the number of thumbnails loaded. This is a temprary fix. Eventually we should support some form of separate thumbnail fetching.
- Bug fix: Don't treat pasted URLs specially (inserting them as timeline-objects) when user pastes into a text-field
- Bug fix: unable to remove HTTPSend parameter in GUI (#141)
- Bug fix: unable to remove CasparCG template parameter in GUI (#141)
- GUI fix: Add a few missing mixer-settings for CasparCG objects
- GUI fix: Sort layers in layer-dropdown properly
- fix: default keyboard triggers for F5/F6 should be previous/next (#126)
- fix: improve text rendering on Streamdecks
- fix: Hover tooltip for peripherals always says "disconnected" (#123)
- fix: bug fix: when deleting a Part in a currently playing Group, the playheads wheren't updated properly
Full Changelog: v0.10.4...v0.11.0
Release v0.11.0-alpha.4
This is a pre-release version. It features the latest stuff but might also contain bugs, so be careful if you're using it in production!
Did you know that you can set SuperConductor to automatically update to pre-release versions in the Applications settings?
What's Changed
Features
- Magic: When user pastes a youtube video URL, automatically transform it into an embedded vide, for nicer looking playback
- Add option to disable Bridge devices
Bug fixes
- Bug fix: Don't treat pasted URL specially (inserting them as timeline-objects) when user pastes into a text-field
- Bug fix: unable to remove HTTPSend parameter in GUI (#141)
- Bug fix: unable to remove CasparCG template parameter in GUI (#141)
- GUI fix: Add a few missing mixer-settings for CasparCG objects
- GUI fix: Sort layers in layer-dropdown properly
Full Changelog: v0.11.0-alpha.3...v0.11.0-alpha.4
Release v0.11.0-alpha.3
This is a pre-release version. It features the latest stuff but might also contain bugs, so be careful if you're using it in production!
Did you know that you can set SuperConductor to automatically update to pre-release versions in the Applications settings?
What's Changed
- Bug fix: An issue where pressing Stop didn't properly stop a Part/Group. This happened when pressing Stop after a loop has occured.
- Bug fix: Issue when disabling the internal Bridge, causing streamdecks to not reconnect properly.
- Bug fix: Avoid out-of-memory crash when there are many (thousands) items in the media folder, by limiting the number of thumbnails loaded. This is a temprary fix. Eventually we should support some form of separate thumbnail fetching.
Full Changelog: v0.11.0-alpha.2...v0.11.0-alpha.3