Releases: rajlaud/pysqueezebox
pysqueezebox v0.11.1
pysqueezebox v0.11.0
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
Add support for passing extra parameters to the Server.status() coroutine.
Full Changelog: v0.9.4...v0.9.5
pysqueezebox v0.9.4
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
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
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
v0.8.1
What's Changed
- The
async_browse_media
method now supports browsing "Favorites"
Full Changelog: v0.7.1...v0.8.1
pysqueezebox v0.7.1
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
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).