Skip to content

Releases: rajlaud/pysqueezebox

pysqueezebox v0.11.1

27 Dec 16:25
Compare
Choose a tag to compare

What's Changed

Bug fixes:

Full Changelog: v0.11.0...v0.11.1

pysqueezebox v0.11.0

21 Dec 14:20
Compare
Choose a tag to compare

What's Changed

  • Support for the alarmsEnabled player preference
  • Apps & Radios and Play Announcements by @peteS-UK in #12
  • get alarm data during status request to fetch information on next alarm by @wollew in #13
  • Fstrings by @pssc in #15
  • Add generic server url generator by @pssc in #14
  • Player device by @pssc in #16

Full Changelog: v10.0.0...v0.11.0

pysqueezebox v0.9.5

12 Oct 07:56
Compare
Choose a tag to compare

Add support for passing extra parameters to the Server.status() coroutine.

Full Changelog: v0.9.4...v0.9.5

pysqueezebox v0.9.4

08 Oct 13:14
Compare
Choose a tag to compare

This release adds the songinfo tag Q to the default list of tags queried to facilitate a lossless sensor in Home Assistant.

pysqueezebox v0.9.3

27 Sep 14:53
Compare
Choose a tag to compare

pysqueezebox v0.9.2 mistakenly dropped support for browsing favorites. This release restores that functionality and adds additional type hints.

Full Changelog: v0.9.2...v0.9.3

pysqueezebox v0.9.2

20 Sep 17:00
Compare
Choose a tag to compare

This is a bugfix release to address a bug in updating the playlist property introduced when type checking was added.

Full Changelog: v0.9.1...v0.9.2

pysqueezebox v0.9.1

20 Sep 16:11
Compare
Choose a tag to compare

What's Changed

  • Add modelname to Player class by @peteS-UK in #8
  • Support add, update, delete, read alarm clocks by @wollew in #7
  • Type hints and test improvements

New Contributors

Full Changelog: v0.8.1...v0.9.1

v0.8.1

27 Aug 19:34
bc43603
Compare
Choose a tag to compare

What's Changed

  • The async_browse_media method now supports browsing "Favorites"

Full Changelog: v0.7.1...v0.8.1

pysqueezebox v0.7.1

22 Jun 20:45
Compare
Choose a tag to compare

Bugfix

  • Properly encode usernames and passwords in the artwork url for password-protected servers, allowing usernames and passwords with special characters

pysqueezebox v0.7.0

26 May 18:40
Compare
Choose a tag to compare

New feature: supports connecting to Logitech Media Server over https. (Note, Logitech Media Server does not natively support TLS/SSL, but some people run it behind a reverse proxy that encrypts the traffic).