15
0

- Update to 7.1.1:

* Add debug prints (#390)
  * Report host+port for discovered casts (#385)
  * Fix plex controller (#389)
  * Update list_chromecasts example (#382)
  * BREAKING CHANGE Track services based on UUID instead of mDNS service
    name (#380)
  * Reset receiver controller on connection lost (#379)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=28
This commit is contained in:
2020-07-13 05:59:20 +00:00
committed by Git OBS Bridge
parent 4b07761d65
commit 6943a5ef45
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jul 13 05:57:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 7.1.1:
* Add debug prints (#390)
* Report host+port for discovered casts (#385)
* Fix plex controller (#389)
* Update list_chromecasts example (#382)
* BREAKING CHANGE Track services based on UUID instead of mDNS service
name (#380)
* Reset receiver controller on connection lost (#379)
-------------------------------------------------------------------
Thu Jun 11 15:58:53 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>