From 9da1279506180aba496b51e287ae2443df491470 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sat, 23 Nov 2019 14:28:33 +0100 Subject: [PATCH] Update configurator to 0.3.7 (#853) --- configurator/CHANGELOG.md | 7 +++++++ configurator/build.json | 2 +- configurator/config.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index af6ead7..48af6d7 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.7 + +- Rename files via UI +- Disable browser-autocomplete on searchbox +- Add file history button +- Update Ace Editor to 1.4.7 + ## 3.6 - UI Fix diff --git a/configurator/build.json b/configurator/build.json index a464232..47272b6 100644 --- a/configurator/build.json +++ b/configurator/build.json @@ -7,7 +7,7 @@ "aarch64": "homeassistant/aarch64-base-python:3.7" }, "args": { - "CONFIGURATOR_VERSION": "0.3.6", + "CONFIGURATOR_VERSION": "0.3.7", "HASSIO_AUTH_VERSION": "4.0" } } diff --git a/configurator/config.json b/configurator/config.json index 4f8dbb2..15c8175 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "Configurator", - "version": "3.6", + "version": "3.7", "slug": "configurator", "description": "Browser-based configuration file editor for Home Assistant", "url": "https://home-assistant.io/addons/configurator",