Hotfix 0.25.2

This commit is contained in:
Paulus Schoutsen 2016-08-01 21:00:14 -07:00
parent 3187e6df4b
commit fde29071d2
2 changed files with 6 additions and 2 deletions

View File

@ -64,6 +64,10 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
- Media Player - Kodi: No longer block startup if connecting to wrong port ([@shoekstra]) - Media Player - Kodi: No longer block startup if connecting to wrong port ([@shoekstra])
- Downgrade voluptuous to 0.8.9 as it blocked the upgrade for some ([@balloob]) - Downgrade voluptuous to 0.8.9 as it blocked the upgrade for some ([@balloob])
### {% linkable_title Hotfix 0.25.2 - August 2 %}
- Hotfix to make sure Z-Wave locks work again. Thanks to @tobiebooth for the quick fix.
### {% linkable_title Breaking changes %} ### {% linkable_title Breaking changes %}
- Google Voice SMS notification support was removed. - Google Voice SMS notification support was removed.

View File

@ -15,8 +15,8 @@ hide_github_edit: true
<div class="grid"> <div class="grid">
<div class="grid__item one-third lap-one-third palm-one-whole"> <div class="grid__item one-third lap-one-third palm-one-whole">
<div class='current-version material-card text'> <div class='current-version material-card text'>
<h1>Current Version: 0.25.1</h1> <h1>Current Version: 0.25.2</h1>
Released: <span class='release-date'>August 1, 2016</span> Released: <span class='release-date'>August 2, 2016</span>
<div class='links'> <div class='links'>
<a href='/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/'>Release notes</a> <a href='/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/'>Release notes</a>