Releases: ramikg/linkplay-cli
Releases · ramikg/linkplay-cli
v0.1.2
04 Jun 07:55
Compare
Sorry, something went wrong.
No results found
New features:
Add Spotify playlist name & owner to now --extra command.
Support devices using TLS port 443.
v0.1.1
06 Nov 16:07
Compare
Sorry, something went wrong.
No results found
New feature:
Add UPnP fallback to the now command, for devices which don't support GetPlayerStatus{Ex}.
Notes:
If you're upgrading from an older version, please run linkplay-cli rediscover.
The minimum Python version has increased to 3.9.
v0.1.0
04 Nov 16:19
Compare
Sorry, something went wrong.
No results found
New features:
Add support for sending TCP UART commands.
Add raw --tcp-uart option for sending raw TCP UART commands.
Add TCP UART fallback for the volume command, for devices which lack the default volume command.
If you're upgrading from an older version, please run linkplay-cli rediscover.
v0.0.9
27 Oct 18:30
Compare
Sorry, something went wrong.
No results found
Bug fix:
Fix getsyslog command accessing the wrong download URL in some cases
v0.0.8
21 Oct 17:16
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Avoid f-string quote reuse (disallowed in Python < 3.12)
Add missing certificate to Python package
v0.0.7
14 Sep 11:43
Compare
Sorry, something went wrong.
No results found
New features:
Support for networks with multiple Linkplay devices
Support for Linkplay devices which use mTLS instead of plain HTTP
Add rediscover command to reinitiate device discovery
v0.0.6
21 Jan 16:52
Compare
Sorry, something went wrong.
No results found
New features:
Add now --extra option to display additional information such as album name & playback mode
Add info --set-device-name option for changing the device's name
v0.0.5
18 Jul 07:55
Compare
Sorry, something went wrong.
No results found
Bugfix:
Fix error occurring when urllib3 < 2.0.3 is installed
v0.0.4
17 Jul 17:28
Compare
Sorry, something went wrong.
No results found
New features:
Add date command, for displaying and setting the device's date & time
Add seek command, for seeking to a specific position in the current track
Add alarm set of commands, for adding/deleting/listing/stopping alarms clocks on the device
Add play --url option, to play an audio file or stream from a URL
Add info --wi-fi option, for listing the Wi-Fi access points discoverable by the device
Changes:
Change default getsyslog directory to a temporary directory
Minor bug fixes
v0.0.3
04 Jun 18:02
Compare
Sorry, something went wrong.
No results found
New features:
Add info command, showing basic device information (including latest version from the update server)
Add getsyslog command, downloading the device's log file
Bugfix:
Fix now --no-time behavior