Version bump to 0.77.2

This commit is contained in:
Paulus Schoutsen 2018-08-31 13:40:17 +02:00
parent 4fafc660f5
commit f1dbbbe0a0
2 changed files with 23 additions and 3 deletions

View File

@ -142,13 +142,13 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 77
current_patch_version: 1
date_released: 2018-08-29
current_patch_version: 2
date_released: 2018-08-31
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
# Major release:
patch_version_notes: "#release-0771---august-29"
patch_version_notes: "#release-0772---august-31"
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -61,6 +61,26 @@ You didn't think we would forget about Lovelace, did you? This release include a
[binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/
[vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/
## {% linkable_title Release 0.77.2 - August 31 %}
- Correct wemo static device discovery issue. ([@lamiskin] - [#16292]) ([wemo docs])
- Fix LIFX effects ([@amelchio] - [#16309]) ([light.lifx docs])
- avoid error in debug log mode and rss entry without title ([@exxamalte] - [#16316]) ([feedreader docs])
- Fix charts for climate devices ([@jeradM])
- Fix header in Lovelace Glance cards ([@balloob])
- Fix Profile page on Safari ([@balloob])
- Fix redirect to login page on offline server ([@balloob])
[#16292]: https://github.com/home-assistant/home-assistant/pull/16292
[#16309]: https://github.com/home-assistant/home-assistant/pull/16309
[#16316]: https://github.com/home-assistant/home-assistant/pull/16316
[@amelchio]: https://github.com/amelchio
[@exxamalte]: https://github.com/exxamalte
[@lamiskin]: https://github.com/lamiskin
[feedreader docs]: /components/feedreader/
[light.lifx docs]: /components/light.lifx/
[wemo docs]: /components/wemo/
## {% linkable_title If you need help... %}
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.