diff --git a/changelog.txt b/changelog.txt index 3789ffe..43a3988 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +Version 0.4.1 (2020-04-23) +- Ignore `input`-keyword used in blueprints (Issue #207) @danielperna84 + Version 0.4.0 (2020-02-24) - Fix file history width (Issue #192) - Store HASS-panel visibility state (Issue #189) diff --git a/hass_configurator/configurator.py b/hass_configurator/configurator.py index fbb8d74..3461534 100644 --- a/hass_configurator/configurator.py +++ b/hass_configurator/configurator.py @@ -111,7 +111,7 @@ logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s')) LOG.addHandler(SO) RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest" -VERSION = "0.4.0" +VERSION = "0.4.1" BASEDIR = "." DEV = False LISTENPORT = None diff --git a/hass_configurator/dev.html b/hass_configurator/dev.html index 491cf81..afa73a2 100644 --- a/hass_configurator/dev.html +++ b/hass_configurator/dev.html @@ -2961,7 +2961,7 @@