Releases: home-assistant-libs/pychromecast
Releases · home-assistant-libs/pychromecast
12.1.0
What's Changed
- Lookup known cast models in mDNS discovery (#620) @emontnemery
12.0.0
What's Changed
- Add load_media_failed callback to MediaStatusListener (#615) @emontnemery
- Tweak media status (#614) @emontnemery
⬆️ Dependencies
3 changes
- Bump pylint from 2.13.6 to 2.13.7 (#617) @dependabot
- Bump pylint from 2.13.5 to 2.13.6 (#616) @dependabot
- Bump pylint from 2.13.4 to 2.13.5 (#612) @dependabot
11.0.0
Breaking Change
The media controller has been refactored in #607, which means:
- Controllers not included in the pychromecast repo may need some adjustments
- The
BbcIplayerController
andBbcSoundsController
no longer have overriddenplay_media
methods
What's Changed
- Prepare for pylint 2.13.4 (#610) @emontnemery
- Refactor media controllers (#607) @emontnemery
- Update example scripts (#606) @emontnemery
- Hide dependencies in release-drafter (#601) @MartinHjelmare
⬆️ Dependencies
2 changes
- Bump pylint from 2.12.2 to 2.13.4 (#608) @dependabot
- Bump black from 22.1.0 to 22.3.0 (#605) @dependabot
10.3.0
What's Changed
- Show diff when black fails (#596) @emontnemery
- Fix f-string (#595) @emontnemery
- Fix black fail introduced by #586 (#597) @emontnemery
- Log error code on exception (#586) @ColinRobbins
- Bump protobuf to 3.19.1 and regenerate protobuf files (#592) @emontnemery
- Bump black from 21.12b0 to 22.1.0 (#591) @dependabot
10.2.3
What's Changed
- Attempt reconnect on unknown exceptions by @emontnemery in #584
- Handle NotConnected exception when reconnecting by @emontnemery in #583
Full Changelog: 10.2.2...10.2.3
10.2.2
What's Changed
- Support multiple controllers for the same namespace (#576) @emontnemery
10.2.1
What's Changed
- Revert "Bump protobuf to 3.19.1 and regenerate protobuf files" (#574) @emontnemery
10.2.0
What's Changed
- Enable quick_play for the default media receiver (#573) @emontnemery
- Bump protobuf to 3.19.1 and regenerate protobuf files (#571) @emontnemery
- Bump pylint from 2.12.1 to 2.12.2 (#568) @dependabot
- Bump black from 21.11b1 to 21.12b0 (#569) @dependabot
- Prepare for black 21.12b0 (#570) @emontnemery
- Bump pylint from 2.11.1 to 2.12.1 (#566) @dependabot
10.1.1
What's Changed
- HA Lovelace controller: Prevent sending connect message twice (#559) @bramkragten
- Bump black from 21.11b0 to 21.11b1 (#562) @dependabot
- Catch zeroconf errors (#564) @emontnemery
- Bump black from 21.10b0 to 21.11b0 (#561) @dependabot
10.1.0
What's Changed
- Re-add support for passing services to get_device_info + get_multizone_status (#558) @emontnemery