Releases: ramikg/linkplay-cli
Releases · ramikg/linkplay-cli
v0.0.9
Bug fix:
- Fix
getsyslog
command accessing the wrong download URL in some cases
v0.0.8
Bug fixes:
- Avoid f-string quote reuse (disallowed in Python < 3.12)
- Add missing certificate to Python package
v0.0.7
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
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
Bugfix:
- Fix error occurring when
urllib3
< 2.0.3 is installed
v0.0.4
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
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
v0.0.2
Changes:
- Add missing
__init__.py
- Add option
now --no-time
to omit track position and length information