Skip to content

Releases: ramikg/linkplay-cli

v0.1.4

17 May 11:20

Choose a tag to compare

Improvements:

  • Suppress NotOpenSSLWarning in macOS.
  • Show improved Spotify playlist creator and/or artist in some cases.

v0.1.3

14 May 16:50

Choose a tag to compare

Bug fixes:

  • Fix bug affecting Spotify playlist retrieval in the now --extra command.
  • Fix Python 3.9 support.

v0.1.2

04 Jun 07:55

Choose a tag to compare

New features:

  • Add Spotify playlist name & owner to now --extra command.
  • Support devices using TLS port 443.

v0.1.1

06 Nov 16:07

Choose a tag to compare

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

Choose a tag to compare

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

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

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

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

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

Choose a tag to compare

Bugfix:

  • Fix error occurring when urllib3 < 2.0.3 is installed