Update configurator to 0.3.7 (#853)

This commit is contained in:
Daniel Perna
2019-11-23 14:28:33 +01:00
committed by Franck Nijhof
parent f0ca62bfde
commit 9da1279506
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # 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 ## 3.6
- UI Fix - UI Fix

View File

@@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base-python:3.7" "aarch64": "homeassistant/aarch64-base-python:3.7"
}, },
"args": { "args": {
"CONFIGURATOR_VERSION": "0.3.6", "CONFIGURATOR_VERSION": "0.3.7",
"HASSIO_AUTH_VERSION": "4.0" "HASSIO_AUTH_VERSION": "4.0"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Configurator", "name": "Configurator",
"version": "3.6", "version": "3.7",
"slug": "configurator", "slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant", "description": "Browser-based configuration file editor for Home Assistant",
"url": "https://home-assistant.io/addons/configurator", "url": "https://home-assistant.io/addons/configurator",