Releases: bitfocus/companion-module-osee-gostream
v1.3.3
v1.4.0
Fixes:
S/SRC mask end , both H and V, has wrong default value .
UpStream Key:Set inputs assumes that the selected key is luma
Preview and program feedbacks in presets are broken
gostream: Next Transition:Set Transition Key Switch does not work
Bug: Recording Start/Stop Toggle doesn't work
Bug: Monitor (Headphones) out labels are in the wrong order
Fix toggle behavior for 'Audio Mixer:Set Input Audio Enable'
Features:
Feature: Consolidate Next Transition actions
Replace "Bank" (and "Switch") with "Button" globally
DownstreamKeyer lots of updates with feedback, presets and actions
Feature: 'Set Record FileName' - Allow Variables in the input string
Bug or Feature: Add Monitor (Headphones) out source feedback
Feature: Combine the two Audio Enable buttons/Add second toggle option
Internal:
Feature/Code reorg: Move 'Set Record FileName' to the record function
Add .vscode to .gitignore
nextTransition is spread out over many function
v1.4.0 prerelease
What's Changed
- Add vscode folder to .gitignore by @arikorn in #61
- Monitor (Headphone) Issues by @arikorn in #63
- 'Audio Mixer Enable' issues by @arikorn in #62
- Recording issues by @arikorn in #64
- Resolves Next Transition & On Air processing by @arikorn in #80
New Contributors
Full Changelog: v1.3.1...v1.4.0_prerelease
v1.3.1 retar with lower case v
V1.3.1 (#65) * connectedNdiSouce => connectedNdiSource (#42) * UpackDatas => UnpackDatas (#41) * simple typos (#40) * [1.3.1] Readme (#43) * Update README.md * Update README.md * Update README.md * Fixed input source list containing PGM and PVW sources , added testcase * fixed out source list for settings our source feedback * Fixed version number to reflect that this is now 1.3.1 * fixed broken feedback for Settings: Our Source --------- Co-authored-by: Brian Teeman <[email protected]>
v1.3.1 prerelease
What's Changed
- connectedNdiSouce => connectedNdiSource by @brianteeman in #42
- UpackDatas => UnpackDatas by @brianteeman in #41
- simple typos by @brianteeman in #40
- [1.3.1] Readme by @brianteeman in #43
New Contributors
- @brianteeman made their first contribution in #42
Full Changelog: v1.3.0...v1.3.1_pre
V1.3.0
Added variables for version, device id and device name
Fixed missing AUX source presets and non working feedbacks
fixed broken streaming presets and feedbacks
Fixed issue with mic2 power options beeing wrong in list
fixed audioMixer and settings feedback
Fixed some super source feedbacks and upstream keyer feedback
Implementing rudimentary NDI handling
internal:
major work to introduce models into the module
V1.3.1
v1.2.0
Full Changelog: v1.2...v1.2.0
V1.2
V1.2 (#35) * Added models and started implementing that * fixes Live action problems * collected all sync calls for all functions to one TCP request instead of individual requests to reduce signalling at startup. Fixed formatting error in companion-module-checks.yaml * Started updatig state to use model information internal restructuring * fixed error in keyPattern resize action