diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index d05b8d7..ef19e93 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,9 +1,18 @@ # Changelog +## 1.2 + +### Configurator 0.3.2 +- Fixed numeric password regression +- Fixed list-options (ALLOWED_NETWORKS, BANNED_IPS, IGNORE_PATTERN) +- Improved handling of UTF-8 encoded files + ## 1.1 - Fixed ssl certificate path bug ## 1.0 + +### Configurator 0.3.1 - Added basic git stash functionality - Added NOTIFY_SERVICE option - Notifying if used passwords are insecure and when SESAME has been used diff --git a/configurator/build.json b/configurator/build.json index e2be8bc..402aa99 100644 --- a/configurator/build.json +++ b/configurator/build.json @@ -6,6 +6,6 @@ "aarch64": "homeassistant/aarch64-base-python:3.6" }, "args": { - "CONFIGURATOR_VERSION": "0.3.1" + "CONFIGURATOR_VERSION": "0.3.2" } } diff --git a/configurator/config.json b/configurator/config.json index 16b3851..f783012 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "Configurator", - "version": "1.1", + "version": "1.2", "slug": "configurator", "description": "Browser-based configuration file editor for Home Assistant.", "url": "https://home-assistant.io/addons/configurator",