Skip to content

Latest commit

 

History

History
341 lines (214 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

341 lines (214 loc) · 18.4 KB

Changelog

0.16.2 (2024-03-31)

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:

  • Fix methods dict keyerror #153 (@allistermaguire)

release/0.16.1 (2024-01-22)

Full Changelog

Fixed bugs:

  • Only call get_available_playback_functions() for version 1.2 #145 (@allistermaguire)

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:

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

release/0.16 (2023-11-07)

Full Changelog

Implemented enhancements:

  • Add defining source-address for discover #133 (@rytilahti)
  • Add support for versioned methods used by newer devices #132 (@allistermaguire)

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:

  • Prepare 0.16 #140 (@rytilahti)
  • Use ruff for linting and formatting #139 (@rytilahti)
  • Configure to use CI as trusted publisher #137 (@rytilahti)
  • Drop importlib_metadata dependency #136 (@rytilahti)
  • Drop Python 3.7 support #135 (@rytilahti)
  • Add updated devinfo with version info for HT-XT3 #134 (@rytilahti)
  • Add devinfo for STR-AZ5000ES receiver #129 (@ohmantics)

release/0.15.2 (2023-03-17)

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

Merged pull requests:

  • Prepare 0.15.2 #128 (@rytilahti)

release/0.15.1 (2022-09-12)

Full Changelog

Fixed bugs:

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

Merged pull requests:

  • Release 0.15.1 #118 (@rytilahti)

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:

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

0.14.1 (2022-03-01)

Full Changelog

Closed issues:

  • Inconsistency between get_update_info and SoftwareUpdateChange #93

Merged pull requests:

  • Prepare 0.14.1 #111 (@rytilahti)
  • Add pyupgade to pre-commit hooks and CI #110 (@rytilahti)
  • Drop support for python 3.6 #109 (@rytilahti)
  • Use github actions instead of azure pipelines for CI #108 (@rytilahti)
  • Bugfixes for HT-A7000. #107 (@Flameeyes)

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:

  • Prepare 0.14 #106 (@rytilahti)
  • Require click8+ #105 (@rytilahti)
  • Relax click version requirement #102 (@rytilahti)
  • Add StorageChange notification ('notifyStorageStatus') #98 (@rytilahti)
  • Catch exceptions on device description file fetch #97 (@rytilahti)
  • Support for HT-A7000 #96 (@Flameeyes)
  • Fix typing mistake in get_soundfield #95 (@Flameeyes)
  • switch to poetry-core #90 (@dotlambda)

0.13 (2020-09-01)

Full Changelog

Fixed bugs:

  • group abort command is not working #63

Merged pull requests:

  • Release 0.13 #81 (@rytilahti)
  • Add Group commands to readme #79 (@maximoei)
  • Fix broken group command to use correct SessionID #77 (@maximoei)
  • Add @coro for group commands #76 (@maximoei)
  • Added STR-ZA810ES devinfo #75 (@rfeagley)

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:

  • fix azure pipelines to use poetry #74 (@rytilahti)
  • Prepare 0.12 #73 (@rytilahti)
  • Handles InvalidURL and ClientConnectionError exceptions #72 (@shenxn)
  • add PlaybackFunctionChange notification #71 (@rytilahti)
  • add SRS-X99 devinfo #70 (@FaintGhost)
  • Create HT-XT2.json #68 (@kurt-k)
  • Added notifications for zone activation status #64 (@jwiese)
  • use azure pipelines instead of travis #61 (@rytilahti)

0.11.2 (2019-10-21)

Full Changelog

Fixed bugs:

  • Attempt to decode JSON with unexpected mimetype #58

Closed issues:

  • home assistant component can't load: No Such Method #46

Merged pull requests:

  • Disable JSON content-type validation #59 (@rytilahti)

0.11.1 (2019-10-10)

Full Changelog

Closed issues:

  • TypeError: attrib() got an unexpected keyword argument 'convert' #54
  • Home Assistant lots of Songpal errors #52

Merged pull requests:

  • use converter instead of convert for attrib #57 (@rytilahti)

0.11 (2019-10-10)

Full Changelog

Closed issues:

  • Got unknowns for ContentChange #48
  • "no such option: --endpoint" error #47
  • HT-NT5. Warnings / errors in HA log #36

Merged pull requests:

  • Prepare 0.11 release #56 (@rytilahti)
  • Report unknown notification variables using debug logger #55 (@rytilahti)
  • songpal dump-devinfo <BDV-N9200W - BDV-2014> #53 (@anhtuanng98)
  • Added devinfo file for Sony CMT-SX7B #50 (@birt)
  • Remove leftover usage of request lib #45 (@rytilahti)

0.10 (2019-02-17)

Full Changelog

Implemented enhancements:

  • Add multi-zone support #13
  • [Feature/Discussion] Grouping / Ungrouping Devices #12

Merged pull requests:

  • Update changelog and bump version to 0.10 #44 (@rytilahti)
  • Initial support for zone control #42 (@jwiese)
  • Update because async_upnp_client changed "discover" to "search" #41 (@jwiese)
  • Avoid crashing on setting changes we don't know how to handle #40 (@rytilahti)
  • Added SRS-X77 devinfo #39 (@tobyh)
  • Add ability to change googlecast settings #38 (@rytilahti)
  • multi-word arguments should use dashes #37 (@flyingclimber)
  • convert discovery to use async_upnp_client #35 (@rytilahti)
  • Initial support for controlling device groups #34 (@rytilahti)

0.0.9 (2018-12-08)

Full Changelog

Closed issues:

  • Support for SRS-ZR5 #24
  • Home Assistant warnings with SRS-ZR7 #17

Merged pull requests:

  • Added devinfo for HT-ZF9 #33 (@danielpalstra)
  • Added STR-DN1060 devinfo #30 (@jwiese)
  • Code formating fixes #28 (@rytilahti)
  • Adding the output for dumpdevinfo of 2 models #27 (@thomnico)
  • Add SRS-ZR7 devinfo #26 (@pschmitt)
  • Add files via upload #25 (@little-boots)

0.0.8 (2018-08-30)

Full Changelog

Closed issues:

  • HT-NT5 support #22
  • Got unknowns for Input STR DN1080 #21
  • Error when trying to run song pal after installation in venv #20
  • Help with finding endpoint on hass.io #19
  • command not found #18

0.0.7 (2018-03-24)

Full Changelog

Closed issues:

  • Can't install songpal #16
  • Got unknowns for Sysinfo #14
  • Errors calling songpal source [STR-DN1080] #11
  • Hassio error. Device - sony kdl43w756c #10
  • htmt500 #9
  • ST DN 1070 errors in logs #8
  • Volume down error #7
  • Error 'empty namespace prefix is not supported in ElementPath' #6

0.0.6 (2018-02-04)

Full Changelog

0.0.5 (2018-02-03)

Full Changelog

0.0.4.1 (2018-02-03)

Full Changelog

0.0.4 (2018-02-03)

Full Changelog

0.0.3 (2018-01-10)

Full Changelog

Closed issues:

  • Audio Control API #4
  • SRS-X88 status/output #3
  • Can't find endpoint SRS-X88 #2
  • Error #1

0.0.2 (2017-12-17)

Full Changelog

0.0.1 (2017-12-10)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator