Update configurator to 4.7 (#1132)

This commit is contained in:
Daniel Perna
2020-02-25 00:35:24 +01:00
committed by GitHub
parent 54afd77178
commit 31e27061e3
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 4.7
- Fix file history width
- Store HASS-panel visibility state
## 4.6
- Fixed release, includes changes from 4.4:

View File

@@ -7,6 +7,6 @@
"i386": "homeassistant/i386-base-python:3.7"
},
"args": {
"CONFIGURATOR_VERSION": "0.3.9"
"CONFIGURATOR_VERSION": "0.4.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "File editor",
"version": "4.6",
"version": "4.7",
"slug": "configurator",
"description": "Simple browser-based file editor for Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",