Releases: clementperon/devialet-phantom-ctl
Releases · clementperon/devialet-phantom-ctl
Devialet Phantom Control 1.1.0
This release mainly improves CEC compatibility, especially with Samsung TVs.
What's Changed
- cec: support GIVE_OSD_NAME and GIVE_DEVICE_VENDOR_ID cmd by @clementperon in #13
- Clean CEC + more Samsung vendor support by @clementperon in #14
Full Changelog: 1.0.0...1.1.0
Devialet Phantom Control 1.0.0
First stable release of devialet-phantom-ctl: a CLI + daemon to control Devialet Phantom volume over local IP control.
What’s new
- Stable commands:
list,tree,systems,getvol,setvol,volup,voldown,mute,daemon - New
--system <name>targeting (now prefersisSystemLeader) - Unified global target args:
--ip,--port,--system,--discover-timeout - mDNS discovery now focused on
"_whatsup._tcp.local.", merged with UPnP and deduped - Daemon CEC options are command-specific (
--cec-device,--cec-osd-name,--cec-vendor-compat) - Reduced noisy
httpxrequest logs during runtime
Notable changes
- Removed
--indexand--base-path --ipand--systemare mutually exclusivelistandtreeare discovery-only commands
Quality
- Expanded tests and improved coverage
- CI/lint/docs updated for Linux and macOS