configurator: Name change to File editor (#1089)

This commit is contained in:
Franck Nijhof
2020-02-17 19:59:49 +01:00
committed by GitHub
parent a0f9629a98
commit 4142ea65f6
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 4.3
- Visual name change, the "Configurator", is now called the "File editor".
## 4.2
- Fixes an issue with the dirs first option

View File

@@ -1,8 +1,8 @@
{
"name": "Configurator",
"version": "4.2",
"name": "File editor",
"version": "4.3",
"slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant",
"description": "Simple browser-based file editor for Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"homeassistant": "0.91.1",