From 153347402ed35617d17076e5f36f1d55edfce6ac Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 28 Sep 2020 13:00:21 +0000 Subject: [PATCH] Release 0.115.4 --- _config.yml | 4 +- source/_posts/2020-09-17-release-115.markdown | 38 +++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c61518e0664..415737a073c 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 115 -current_patch_version: 3 -date_released: 2020-09-25 +current_patch_version: 4 +date_released: 2020-09-28 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-09-17-release-115.markdown b/source/_posts/2020-09-17-release-115.markdown index 66e23469eb8..08c3fef7fef 100644 --- a/source/_posts/2020-09-17-release-115.markdown +++ b/source/_posts/2020-09-17-release-115.markdown @@ -107,6 +107,7 @@ navigating you around this release. - [Release 0.115.1 - September 18](#release-01151---september-18) - [Release 0.115.2 - September 19](#release-01152---september-19) - [Release 0.115.3 - September 25](#release-01153---september-25) +- [Release 0.115.4 - September 28](#release-01154---september-28) - [All changes](#all-changes) ## Media Browser @@ -1822,6 +1823,43 @@ discovery. Users currently using that should set up all devices through UI. [upnp docs]: /integrations/upnp/ [webostv docs]: /integrations/webostv/ +## Release 0.115.4 - September 28 + +- Bump aioshelly library to version 0.3.3 ([@bieniu] - [#40415]) ([shelly docs]) +- Create master playlist for cast ([@uvjustin] - [#40483]) ([stream docs]) +- Fix fitbit current URL not available while configuring ([@colinfrei] - [#40547]) ([fitbit docs]) +- Bump Plugwise-Smile to v1.5.1 ([@bouwew] - [#40572]) ([plugwise docs]) +- Fix camera play stream ([@hunterjm] - [#40641]) ([camera docs]) ([cast docs]) ([media_player docs]) ([stream docs]) +- set ID3 tags as TextFrame types ([@digitallyserviced] - [#40666]) ([tts docs]) +- Pin gRPC to 1.31.0 to workaround amrv7 issues ([@frenck] - [#40678]) +- Bump Airly package to 1.0.0 ([@ak-ambi] - [#40695]) ([airly docs]) + +[#40415]: https://github.com/home-assistant/core/pull/40415 +[#40483]: https://github.com/home-assistant/core/pull/40483 +[#40547]: https://github.com/home-assistant/core/pull/40547 +[#40572]: https://github.com/home-assistant/core/pull/40572 +[#40641]: https://github.com/home-assistant/core/pull/40641 +[#40666]: https://github.com/home-assistant/core/pull/40666 +[#40678]: https://github.com/home-assistant/core/pull/40678 +[#40695]: https://github.com/home-assistant/core/pull/40695 +[@ak-ambi]: https://github.com/ak-ambi +[@bieniu]: https://github.com/bieniu +[@bouwew]: https://github.com/bouwew +[@colinfrei]: https://github.com/colinfrei +[@digitallyserviced]: https://github.com/digitallyserviced +[@frenck]: https://github.com/frenck +[@hunterjm]: https://github.com/hunterjm +[@uvjustin]: https://github.com/uvjustin +[airly docs]: /integrations/airly/ +[camera docs]: /integrations/camera/ +[cast docs]: /integrations/cast/ +[fitbit docs]: /integrations/fitbit/ +[media_player docs]: /integrations/media_player/ +[plugwise docs]: /integrations/plugwise/ +[shelly docs]: /integrations/shelly/ +[stream docs]: /integrations/stream/ +[tts docs]: /integrations/tts/ + ## All changes