mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Upgrade Configurator to 0.3.2 (#368)
* Upgrade Configurator to 0.3.2 * Update CHANGELOG.md
This commit is contained in:
committed by
Pascal Vizeli
parent
3219d692f2
commit
bf97ee1d4b
@@ -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
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"aarch64": "homeassistant/aarch64-base-python:3.6"
|
||||
},
|
||||
"args": {
|
||||
"CONFIGURATOR_VERSION": "0.3.1"
|
||||
"CONFIGURATOR_VERSION": "0.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user