From 31e27061e3d9b952e12b354a04231aa4e567fb29 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 25 Feb 2020 00:35:24 +0100 Subject: [PATCH] Update configurator to 4.7 (#1132) --- configurator/CHANGELOG.md | 5 +++++ configurator/build.json | 2 +- configurator/config.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index 676b9cf..7a374da 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.7 + +- Fix file history width +- Store HASS-panel visibility state + ## 4.6 - Fixed release, includes changes from 4.4: diff --git a/configurator/build.json b/configurator/build.json index 855656f..bcf16a6 100644 --- a/configurator/build.json +++ b/configurator/build.json @@ -7,6 +7,6 @@ "i386": "homeassistant/i386-base-python:3.7" }, "args": { - "CONFIGURATOR_VERSION": "0.3.9" + "CONFIGURATOR_VERSION": "0.4.0" } } diff --git a/configurator/config.json b/configurator/config.json index c23fb01..7d1150d 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "File editor", - "version": "4.6", + "version": "4.7", "slug": "configurator", "description": "Simple browser-based file editor for Home Assistant", "url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",