Skip to content

Releases: rytilahti/python-songpal

0.16.2

31 Mar 14:21
d9c1c3f
Compare
Choose a tag to compare

Improves device compatibility.

Full Changelog

Closed issues:

  • Trying to use songpal for Sony HT-X8500 #154
  • Errors with version 0.16.1 -> SRS-XB402g #152
  • SRS-X88: 'unsupported operation' #149

Merged pull requests:

0.16.1

22 Jan 06:21
a8e24f8
Compare
Choose a tag to compare

0.16.1 (2024-01-22)

Full Changelog

Fixed bugs:

Closed issues:

  • #132 breaks support for SRS-X77 #144
  • Can't Add STRDN1080 Amp - But Home Assistant Pi Can cURL, and see as Chromecast Device #142
  • Support for BDV-E2100 #138
  • Heartbeat timeout HT-ZF9 #94

Merged pull requests:

  • Add missing NotificationChange,SettingChange,SoftwareUpdateChange imports in __init__ #143 (@BestPig)

0.16

07 Nov 00:18
64b1eef
Compare
Choose a tag to compare

This release brings support for versioned method calls which are required by newer hardware, like TA-AN1000, thanks to @allistermaguire!

Full Changelog

Implemented enhancements:

Closed issues:

  • Support for TA-AN1000 #130
  • Support for SRS-XB23? #127
  • Apparently missing some dependency, bunch of errors #126
  • App doesn't work on latest python 3.11.1 #125
  • can't find the device #116

Merged pull requests:

0.15.2

17 Mar 18:59
32fd41e
Compare
Choose a tag to compare

This maintenance release adds support to python 3.11 and bumps the required async_upnp_client version.

Full Changelog

Fixed bugs:

  • Songpal discover giving errors #122
  • Python 3.11 not supported (asyncio.coroutine has been removed) #120
  • Fix python 3.11 support, bump async_upnp_client dependency #121 (@rytilahti)

Closed issues:

  • SRS-ZR7 integration connection issues #119

Release 0.15.1

12 Sep 11:09
341f87c
Compare
Choose a tag to compare

This patch release contains a single bug fix to fix home-assistant/core#77730 . Thanks @Flameeyes for a quick patch!

Full Changelog

Fixed bugs:

  • Fix the default value for the notification fallback callback #117 (@Flameeyes)

0.15

13 Jul 19:42
57bea24
Compare
Choose a tag to compare

0.15 (2022-07-13)

Full Changelog

Breaking changes:

  • Change get_play_info to return info from all available zones #114 (@jwiese)

Merged pull requests:

  • Depend on async_upnp_client >=0.27 and fix UpnpFactory imports #113 (@yllar)
  • Notification listen refactor #112 (@Flameeyes)

0.14.1

01 Mar 13:36
cbece90
Compare
Choose a tag to compare

This release contains fixes for HT-A7000 and drops support for EOL'd python 3.6.

Full Changelog

Closed issues:

  • Inconsistency between get_update_info and SoftwareUpdateChange #93

Merged pull requests:

0.14

17 Feb 22:30
f5c36e7
Compare
Choose a tag to compare

0.14 (2022-02-17)

Full Changelog

Closed issues:

  • Relaxed click requirements allow click 7, which does not work #103
  • Unhandled 404 errors when other UPnP devices in the network #92
  • Switch to click 8 #91
  • Volume up works but Volume down doesn't #87
  • Send command with Bluetooth #80
  • SRS-ZR5: error on source + active source not indicated #31

Merged pull requests:

0.13

01 Sep 15:46
03677b2
Compare
Choose a tag to compare

This release fixes issues on group handling, all thanks to @maximoei

0.13 (2020-09-01)

Full Changelog

Fixed bugs:

  • group abort command is not working #63

Merged pull requests:

0.12

01 May 13:53
87ddd69
Compare
Choose a tag to compare

0.12 (2020-04-26)

Full Changelog

Fixed bugs:

  • ModuleNotFoundError: No module named 'async_upnp_client.search #51

Closed issues:

  • use homeassistant when change source of SRS-X99 always get short disconnecting #69
  • Hassio's latest update makes songpal disappear #67
  • songpal command in the console #66
  • Install in Hassio (docker) #65
  • HT-RT5 support (HT-CT790 + two SRS-ZR5) Surround Sound #32

Merged pull requests: