Skip to content

Releases: home-assistant-libs/pychromecast

1.0.0

19 Nov 19:12
Compare
Choose a tag to compare

Release of 1.0 🎉

Breaking change: DeviceStatus object returned from pychromecast.dial.get_device_status no longer contains the api_version attribute. (@OttoWinter - #197)

0.8.2

26 Jul 06:08
Compare
Choose a tag to compare

0.8.1

19 Mar 18:39
Compare
Choose a tag to compare
  • Do not print stack traces for known errors (@balloob - #162)
  • Fix bug in ReceiverController._send_launch_message (@theychx - #166)

0.8.0

02 Feb 04:51
Compare
Choose a tag to compare

One of the last releases before we go for a 1.0 release. Refactor of the core to allow it to not-block. Also removal of some of the many filter functions that sneaked in. Contains breaking changes.

  • Improved subtitle handling (@palaviv)
  • Support running PyChromecast in your own loop with non-blocking functions (@dominikkarall)
  • Support for non-blocking discovery (@armills)
  • Remove get_chromecasts_as_dict() (@armills)
  • Removed filtering from get_chromecasts (@armills)
  • Now able to specify delta for volume_up and volume_down. Will also no longer round the value before passing it in (@smblott-github)
  • Protobuf requirement is now >= 3.0 instead of requiring a beta version of v3 (@theychx)
  • Media Controller now has a wait method to wait till it is operational (@armills)
  • Zeroconf requirement is now >= 0.7.7

0.7.7

21 Oct 05:14
Compare
Choose a tag to compare
  • Catch JSON error Python <3.5 compatibility (@molobrakos)
  • Subtitles typo (@wa4557)

0.7.6

13 Oct 14:41
Compare
Choose a tag to compare
  • Treat buffering as if the Chromecast is playing (@jaharkes)

0.7.5

11 Oct 07:33
Compare
Choose a tag to compare

0.7.4

16 Sep 03:59
Compare
Choose a tag to compare
  • Support for loading subtitles (@wa4557, #105)
  • Allow picking app id for media receiver (@wa4557, #108)
  • Ignore benign error in destructor (@noob-4-life, #114)

0.7.3

28 Apr 12:19
Compare
Choose a tag to compare
  • Fix setting a media thumbnail and title when playing media with the media controller. (@noob-4-life, #88)

0.7.1

24 Jan 01:50
Compare
Choose a tag to compare

General

  • Fix Chromecast discovery Python 3 compatibility
  • Update dependencies zeroconf and protobuf to latest versions