Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wolfgangschneider/BeoControl

Tags

v0.0.42

Toggle v0.0.42's commit message
Release v0.0.42

v0.0.41

Toggle v0.0.41's commit message
Release v0.0.41

v0.0.40

Toggle v0.0.40's commit message
v0.0.40

Co-authored-by: Copilot <[email protected]>

v0.0.39

Toggle v0.0.39's commit message
Refactor Velopack release feed generation

Rewrite script to scan .nupkg files directly, parse metadata from filenames, and generate releases.*.json per channel, removing dependency on assets.*.json files. Improves robustness and automation of release feed creation.

v0.0.38

Toggle v0.0.38's commit message
Refactor status system to use typed status messages

Replaces StatusType/StatusKind enums with a unified, strongly-typed status stream using DeviceStatusMessage, SourceStatusMessage, and AudioSetupMessage records. Updates all producers and consumers to use these new types, improving clarity, type safety, and separation of concerns for device, source, and audio setup updates. Removes the need for status text parsing and documents the migration plan for further validation.

v0.0.37

Toggle v0.0.37's commit message
Refactor status system to use typed status messages

Replaces StatusType/StatusKind enums with a unified, strongly-typed status stream using DeviceStatusMessage, SourceStatusMessage, and AudioSetupMessage records. Updates all producers and consumers to use these new types, improving clarity, type safety, and separation of concerns for device, source, and audio setup updates. Removes the need for status text parsing and documents the migration plan for further validation.

v0.0.36

Toggle v0.0.36's commit message
Refactor source change handling in PC2 integration

Switch to OnSourceChanged event with source ID/channel bytes.
Centralize source ID to command mapping in SourceNames.
Remove PC2ToBeoCommandSource and related translation logic.
Add logging for unknown source IDs and update event flow.

v0.0.35

Toggle v0.0.35's commit message
Refactor source change handling in PC2 integration

Switch to OnSourceChanged event with source ID/channel bytes.
Centralize source ID to command mapping in SourceNames.
Remove PC2ToBeoCommandSource and related translation logic.
Add logging for unknown source IDs and update event flow.