From bf97ee1d4b6ecfe798630e5a06e7afe86807bab5 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Fri, 10 Aug 2018 20:27:36 +0200 Subject: [PATCH] Upgrade Configurator to 0.3.2 (#368) * Upgrade Configurator to 0.3.2 * Update CHANGELOG.md --- configurator/CHANGELOG.md | 9 +++++++++ configurator/build.json | 2 +- configurator/config.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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",