diff --git a/_config.yml b/_config.yml index eb1b41abe31..a95cd0e6623 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: 1 -date_released: 2017-02-27 +current_patch_version: 2 +date_released: 2017-03-01 # 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: "#release-0391---february-27" +patch_version_notes: "#release-0391---march-1" 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 5a795d4fb17..8be96a411f4 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 @@ -198,7 +198,13 @@ And a final shout out to [Pascal][@pvizeli]. He keeps improving the performance - Add workaround for Paho out of memory issues ([@pvizeli]) - When an error occurs while storing group config, fail instead of wiping config. ([@balloob]) +### {% linkable_title Release 0.39.1 - February 27 %} + + - Move Zigbee from eventbus to dispatcher ([@pvizeli]) + - Fix discovery taking up all memory and cpu ([@balloob] + [@tomusher]) + #### 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 - hdmi_cec config now requires users to set the types in the hdmi_cec config instead of using `customize`: @@ -219,6 +225,7 @@ hdmi_cec: ### Reporting Issues Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template. +[@tomusher]: https://github.com/tomusher [@turbokongen]: https://github.com/turbokongen [@w1ll1am23]: https://github.com/w1ll1am23 [@nugget]: https://github.com/nugget