Release 0.98.5

This commit is contained in:
Paulus Schoutsen 2019-09-06 18:13:28 -07:00
parent 5829f348ec
commit eb35fd9839
2 changed files with 9 additions and 3 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 98 current_minor_version: 98
current_patch_version: 4 current_patch_version: 5
date_released: 2019-09-06 date_released: 2019-09-07
# 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.

View File

@ -193,10 +193,16 @@ Screencap of the batcave video.
[version docs]: https://www.home-assistant.io/components/version/ [version docs]: https://www.home-assistant.io/components/version/
[websocket_api docs]: https://www.home-assistant.io/components/websocket_api/ [websocket_api docs]: https://www.home-assistant.io/components/websocket_api/
## Release 0.98.3 - September 4 ## Release 0.98.4 - September 4
- Fix Tuya switches ([@balloob]) - Fix Tuya switches ([@balloob])
## Release 0.98.5 - September 6
We have been notified by Gregor Godbersen that our markdown renderer was vulnerable for an XSS attack if exposed to specially crafted markdown. This was introduced in the Home Assistant 0.98 release. We have verified that Home Assistant 0.98.0 does not render unsafe markdown, yet still wanted to make sure to issue an update as soon as possible.
More information in this [frontend pull request](https://github.com/home-assistant/home-assistant-polymer/pull/3640).
## If you need help... ## 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). ...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).