This commit is contained in:
Paulus Schoutsen 2018-08-19 20:08:18 +02:00
parent 2212b576af
commit 3739199150
2 changed files with 20 additions and 3 deletions

View File

@ -142,13 +142,13 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 76
current_patch_version: 0
date_released: 2018-08-17
current_patch_version: 1
date_released: 2018-08-19
# 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: "#"
patch_version_notes: "#release-0761---august-19"
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -53,6 +53,23 @@ mqtt:
- Add and restore context in recorder ([@balloob] - [#15859]) (new-feature)
## {% linkable_title Release 0.76.1 - August 19 %}
- No longer show "Store login" on each login when using API password ([@balloob])
- Add forgiving add column ([@balloob] - [#16057])
- Tuya fix login problem and add login platform param ([@huangyupeng] - [#16058]) ([tuya docs])
- Add notify platforms to loaded components ([@balloob] - [#16063]) ([notify docs])
- Column syntax fix + Add a file if migration in progress ([@balloob] - [#16061])
[#16057]: https://github.com/home-assistant/home-assistant/pull/16057
[#16058]: https://github.com/home-assistant/home-assistant/pull/16058
[#16061]: https://github.com/home-assistant/home-assistant/pull/16061
[#16063]: https://github.com/home-assistant/home-assistant/pull/16063
[@balloob]: https://github.com/balloob
[@huangyupeng]: https://github.com/huangyupeng
[notify docs]: /components/notify/
[tuya docs]: /components/tuya/
## {% 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.