Release 0.59.2

This commit is contained in:
Paulus Schoutsen 2017-12-05 22:17:04 -08:00
parent 6ce4a9f230
commit ec70fb5e6a
2 changed files with 29 additions and 3 deletions

View File

@ -140,11 +140,11 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 59 current_minor_version: 59
current_patch_version: 1 current_patch_version: 2
date_released: 2017-12-04 date_released: 2017-12-06
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.
# Major release: # Major release:
patch_version_notes: "#release-0591---december-4" patch_version_notes: "#release-0592---december-6"
# Minor release (Example #release-0431---april-25): # Minor release (Example #release-0431---april-25):

View File

@ -60,6 +60,15 @@ If you follow our [twitter feed](https://twitter.com/home_assistant) then you ma
- Fix color wheel in group more info dialogs ([@NovapaX] - [#10934]) - Fix color wheel in group more info dialogs ([@NovapaX] - [#10934])
- Dominos no order fix ([@wardcraigj] - [#10935]) ([dominos docs]) - Dominos no order fix ([@wardcraigj] - [#10935]) ([dominos docs])
## {% linkable_title Release 0.59.2 - December 6 %}
- Require FF43 for latest js ([@andrey-git] - [#10941])
- Fix linksys_ap.py by inheriting DeviceScanner ([@mateuszdrab] - [#10947]) ([device_tracker.linksys_ap docs])
- Upgrade tellduslive library version (closes https://github.com/home-assistant/home-assistant/issues/10922) ([@molobrakos] - [#10950]) ([tellduslive docs])
- Allow chime to work for wink siren/chime ([@w1ll1am23] - [#10961]) ([wink docs])
- Reload closest store on api menu request ([@wardcraigj] - [#10962]) ([dominos docs])
- Revert pychromecast update ([@balloob] - [#10989]) ([media_player.cast docs])
## {% linkable_title If you need help... %} ## {% 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. ...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.
@ -403,3 +412,20 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@NovapaX]: https://github.com/NovapaX [@NovapaX]: https://github.com/NovapaX
[@wrboyce]: https://github.com/wrboyce [@wrboyce]: https://github.com/wrboyce
[notify.nfandroidtv docs]: https://home-assistant.io/components/notify.nfandroidtv/ [notify.nfandroidtv docs]: https://home-assistant.io/components/notify.nfandroidtv/
[#10941]: https://github.com/home-assistant/home-assistant/pull/10941
[#10947]: https://github.com/home-assistant/home-assistant/pull/10947
[#10950]: https://github.com/home-assistant/home-assistant/pull/10950
[#10961]: https://github.com/home-assistant/home-assistant/pull/10961
[#10962]: https://github.com/home-assistant/home-assistant/pull/10962
[#10989]: https://github.com/home-assistant/home-assistant/pull/10989
[@andrey-git]: https://github.com/andrey-git
[@balloob]: https://github.com/balloob
[@mateuszdrab]: https://github.com/mateuszdrab
[@molobrakos]: https://github.com/molobrakos
[@w1ll1am23]: https://github.com/w1ll1am23
[@wardcraigj]: https://github.com/wardcraigj
[device_tracker.linksys_ap docs]: https://home-assistant.io/components/device_tracker.linksys_ap/
[dominos docs]: https://home-assistant.io/components/dominos/
[media_player.cast docs]: https://home-assistant.io/components/media_player.cast/
[tellduslive docs]: https://home-assistant.io/components/tellduslive/
[wink docs]: https://home-assistant.io/components/wink/