Hotfix 0.25.1

This commit is contained in:
Paulus Schoutsen 2016-07-31 17:35:29 -07:00
parent 2060173b57
commit 38f1386331
2 changed files with 11 additions and 2 deletions

View File

@ -57,6 +57,13 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
- Qwikswitch: Stability fixes ([@kellerza])
- Light: [Hyperion] keeps now track of active color ([@schneefux])
### {% linkable_title Hotfix 0.25.1 - August 1 %}
- Light - Z-Wave: Bring back delayed value update behavior ([@jnewland])
- Recorder: Properly close session after execute ([@kellerza])
- 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])
### {% linkable_title Breaking changes %}
- Google Voice SMS notification support was removed.
@ -89,6 +96,8 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
[@vladonemo]: https://github.com/vladonemo
[@w1ll1am23]: https://github.com/w1ll1am23
[@zeroDenial]: https://github.com/zeroDenial
[@jnewland]: https://github.com/jnewland
[@shoekstra]: https://github.com/shoekstra
[custom-panels]: /developers/frontend_creating_custom_panels/
[iframe_panel]: /components/panel_iframe/

View File

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