Python-songpal

Latest version: v0.16.2

Safety actively analyzes 665577 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.14.1

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

[Full Changelog](https://github.com/rytilahti/python-songpal/compare/0.14...0.14.1)

**Closed issues:**

- Inconsistency between `get_update_info` and `SoftwareUpdateChange` [\93](https://github.com/rytilahti/python-songpal/issues/93)

**Merged pull requests:**

- Add pyupgade to pre-commit hooks and CI [\110](https://github.com/rytilahti/python-songpal/pull/110) ([rytilahti](https://github.com/rytilahti))
- Drop support for python 3.6 [\109](https://github.com/rytilahti/python-songpal/pull/109) ([rytilahti](https://github.com/rytilahti))
- Use github actions instead of azure pipelines for CI [\108](https://github.com/rytilahti/python-songpal/pull/108) ([rytilahti](https://github.com/rytilahti))
- Bugfixes for HT-A7000. [\107](https://github.com/rytilahti/python-songpal/pull/107) ([Flameeyes](https://github.com/Flameeyes))

0.14

[0.14](https://github.com/rytilahti/python-songpal/tree/0.14) (2022-02-17)

[Full Changelog](https://github.com/rytilahti/python-songpal/compare/0.13...0.14)

**Closed issues:**

- Relaxed click requirements allow click 7, which does not work [\103](https://github.com/rytilahti/python-songpal/issues/103)
- Unhandled 404 errors when other UPnP devices in the network [\92](https://github.com/rytilahti/python-songpal/issues/92)
- Switch to click 8 [\91](https://github.com/rytilahti/python-songpal/issues/91)
- Volume up works but Volume down doesn't [\87](https://github.com/rytilahti/python-songpal/issues/87)
- Send command with Bluetooth [\80](https://github.com/rytilahti/python-songpal/issues/80)
- SRS-ZR5: error on source + active source not indicated [\31](https://github.com/rytilahti/python-songpal/issues/31)

**Merged pull requests:**

- Require click8+ [\105](https://github.com/rytilahti/python-songpal/pull/105) ([rytilahti](https://github.com/rytilahti))
- Relax click version requirement [\102](https://github.com/rytilahti/python-songpal/pull/102) ([rytilahti](https://github.com/rytilahti))
- Add StorageChange notification \('notifyStorageStatus'\) [\98](https://github.com/rytilahti/python-songpal/pull/98) ([rytilahti](https://github.com/rytilahti))
- Catch exceptions on device description file fetch [\97](https://github.com/rytilahti/python-songpal/pull/97) ([rytilahti](https://github.com/rytilahti))
- Support for HT-A7000 [\96](https://github.com/rytilahti/python-songpal/pull/96) ([Flameeyes](https://github.com/Flameeyes))
- Fix typing mistake in get\_soundfield [\95](https://github.com/rytilahti/python-songpal/pull/95) ([Flameeyes](https://github.com/Flameeyes))
- switch to poetry-core [\90](https://github.com/rytilahti/python-songpal/pull/90) ([dotlambda](https://github.com/dotlambda))

0.13

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

[0.13](https://github.com/rytilahti/python-songpal/tree/0.13) (2020-09-01)

[Full Changelog](https://github.com/rytilahti/python-songpal/compare/0.12...0.13)

**Fixed bugs:**

- group abort command is not working [\63](https://github.com/rytilahti/python-songpal/issues/63)

**Merged pull requests:**

- Add Group commands to readme [\79](https://github.com/rytilahti/python-songpal/pull/79) ([maximoei](https://github.com/maximoei))
- Fix broken group command to use correct SessionID [\77](https://github.com/rytilahti/python-songpal/pull/77) ([maximoei](https://github.com/maximoei))
- Add coro for group commands [\76](https://github.com/rytilahti/python-songpal/pull/76) ([maximoei](https://github.com/maximoei))
- Added STR-ZA810ES devinfo [\75](https://github.com/rytilahti/python-songpal/pull/75) ([rfeagley](https://github.com/rfeagley))

0.12

[0.12](https://github.com/rytilahti/python-songpal/tree/0.12) (2020-04-26)

[Full Changelog](https://github.com/rytilahti/python-songpal/compare/0.11.2...0.12)

**Fixed bugs:**

- ModuleNotFoundError: No module named 'async\_upnp\_client.search [\51](https://github.com/rytilahti/python-songpal/issues/51)

**Closed issues:**

- use homeassistant when change source of SRS-X99 always get short disconnecting [\69](https://github.com/rytilahti/python-songpal/issues/69)
- Hassio's latest update makes songpal disappear [\67](https://github.com/rytilahti/python-songpal/issues/67)
- songpal command in the console [\66](https://github.com/rytilahti/python-songpal/issues/66)
- Install in Hassio \(docker\) [\65](https://github.com/rytilahti/python-songpal/issues/65)
- HT-RT5 support \(HT-CT790 + two SRS-ZR5\) Surround Sound [\32](https://github.com/rytilahti/python-songpal/issues/32)

**Merged pull requests:**

- Handles InvalidURL and ClientConnectionError exceptions [\72](https://github.com/rytilahti/python-songpal/pull/72) ([shenxn](https://github.com/shenxn))
- add PlaybackFunctionChange notification [\71](https://github.com/rytilahti/python-songpal/pull/71) ([rytilahti](https://github.com/rytilahti))
- add SRS-X99 devinfo [\70](https://github.com/rytilahti/python-songpal/pull/70) ([FaintGhost](https://github.com/FaintGhost))
- Create HT-XT2.json [\68](https://github.com/rytilahti/python-songpal/pull/68) ([kurt-k](https://github.com/kurt-k))
- Added notifications for zone activation status [\64](https://github.com/rytilahti/python-songpal/pull/64) ([jwiese](https://github.com/jwiese))
- use azure pipelines instead of travis [\61](https://github.com/rytilahti/python-songpal/pull/61) ([rytilahti](https://github.com/rytilahti))

0.11.2

This release contains a fix to regression related to mimetype handling on http post requests.

Changelog

[0.11.2](https://github.com/rytilahti/python-songpal/tree/0.11.2) (2019-10-21)

[Full Changelog](https://github.com/rytilahti/python-songpal/compare/0.11.1...0.11.2)

**Fixed bugs:**

- Attempt to decode JSON with unexpected mimetype [\58](https://github.com/rytilahti/python-songpal/issues/58)

**Closed issues:**

- home assistant component can't load: No Such Method [\46](https://github.com/rytilahti/python-songpal/issues/46)

**Merged pull requests:**

- Disable JSON content-type validation [\59](https://github.com/rytilahti/python-songpal/pull/59) ([rytilahti](https://github.com/rytilahti))

0.11.1

The most recent attrs removed the long-deprecated `convert` keyword, this release contains only a fix for that.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.