From b93560cb78239a34c417c3d4004ec648bc9ab084 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 26 Feb 2017 20:53:00 -0800 Subject: [PATCH] Release 0.39.1 --- _config.yml | 6 +++--- .../2017-02-25-config-panel-and-state-restoration.markdown | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index d33803644e5..eb1b41abe31 100644 --- a/_config.yml +++ b/_config.yml @@ -128,9 +128,9 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 39 -current_patch_version: 0 -date_released: 2017-02-25 +current_patch_version: 1 +date_released: 2017-02-27 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. -patch_version_notes: "#" +patch_version_notes: "#release-0391---february-27" diff --git a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown index 00364e194ba..5ecf1632865 100644 --- a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown +++ b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown @@ -193,6 +193,11 @@ And a final shout out to [Pascal][@pvizeli]. He keeps improving the performance - Discovery: Make it possible to ignore platforms in discovery ([@postlund]) - Image processing: Add `device_class` ([@pvizeli]) +### {% linkable_title Release 0.39.1 - February 27 %} + + - Add workaround for Paho out of memory issues ([@pvizeli]) + - When an error occurs while storing group config, fail instead of wiping config. ([@balloob]) + #### Breaking changes - VolvoOnCall has been extended with more features and had to be converted to a component - Limitlessled support for Bridge v6 and RGBWW bulbs require users to specify `version` and `port