From 4142ea65f629993bfc8e0f99ed8eb489bad6521d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 17 Feb 2020 19:59:49 +0100 Subject: [PATCH] configurator: Name change to File editor (#1089) --- configurator/CHANGELOG.md | 4 ++++ configurator/config.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index 2721872..149ca48 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -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 diff --git a/configurator/config.json b/configurator/config.json index 1b1897f..d0b896d 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -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",