Upgrade Configurator to 0.3.2 (#368)

* Upgrade Configurator to 0.3.2

* Update CHANGELOG.md
This commit is contained in:
Daniel Perna
2018-08-10 20:27:36 +02:00
committed by Pascal Vizeli
parent 3219d692f2
commit bf97ee1d4b
3 changed files with 11 additions and 2 deletions

View File

@@ -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

View File

@@ -6,6 +6,6 @@
"aarch64": "homeassistant/aarch64-base-python:3.6"
},
"args": {
"CONFIGURATOR_VERSION": "0.3.1"
"CONFIGURATOR_VERSION": "0.3.2"
}
}

View File

@@ -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",