Skip to content

Releases: ramikg/linkplay-cli

v0.0.9

27 Oct 18:30
Compare
Choose a tag to compare

Bug fix:

  • Fix getsyslog command accessing the wrong download URL in some cases

v0.0.8

21 Oct 17:16
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Bugfix:

  • Fix error occurring when urllib3 < 2.0.3 is installed

v0.0.4

17 Jul 17:28
Compare
Choose a tag to compare

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
Choose a tag to compare

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

29 May 20:05
Compare
Choose a tag to compare

Changes:

  • Add missing __init__.py
  • Add option now --no-time to omit track position and length information

v0.0.1

28 May 21:36
Compare
Choose a tag to compare

First release