Release 0.26.3

This commit is contained in:
Paulus Schoutsen 2016-08-18 22:49:33 -07:00
parent 5d43377f7e
commit 47a6123acf
2 changed files with 7 additions and 2 deletions

View File

@ -54,6 +54,10 @@ This release includes code contributed by 31 different people. The biggest chang
- Fix Wemo: have PyWemo play nicely with the latest Requests ([@pavoni]) - Fix Wemo: have PyWemo play nicely with the latest Requests ([@pavoni])
### {% linkable_title Hotfix 0.26.3 - August 19 %}
- Media Player cover art would not work when an API password was set. Thanks to [@maddox] for reporting it and [@balloob] for the fix.
### {% linkable_title Breaking changes %} ### {% linkable_title Breaking changes %}
- A new unit system has superseded the temperature unit option in the core configuration. For now it is backwards compatible, but you should update soon: - A new unit system has superseded the temperature unit option in the core configuration. For now it is backwards compatible, but you should update soon:
@ -65,6 +69,7 @@ homeassistant:
unit_system: metric unit_system: metric
``` ```
[@maddox]: https://github.com/maddox
[@pavoni]: https://github.com/pavoni [@pavoni]: https://github.com/pavoni
[@mKeRix]: https://github.com/mKeRix [@mKeRix]: https://github.com/mKeRix
[@abcminiuser]: https://github.com/abcminiuser [@abcminiuser]: https://github.com/abcminiuser

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.26.2</h1> <h1>Current Version: 0.26.3</h1>
Released: <span class='release-date'>August 15, 2016</span> Released: <span class='release-date'>August 19, 2016</span>
<div class='links'> <div class='links'>
<a href='/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/'>Release notes</a> <a href='/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/'>Release notes</a>