HASS Configurator 0.2.6 (#240)

* Update CHANGELOG.md

* Bump version
This commit is contained in:
Daniel Perna
2018-02-06 14:27:28 +01:00
committed by Pascal Vizeli
parent 17576219dc
commit 2c04d75506
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## 0.2.6
- Displaying current filename in title
- Added menu item to open configurator in new tab
- Automatically load last viewed (and not closed) file via localStorage
- CTRL+s / CMD+s can now be used to save files
- Prompting before saving now opt-in in editor settings
## 0.2.5 ## 0.2.5
- Added warning-logs for access failure - Added warning-logs for access failure
- Added transparency to whitespace characters - Added transparency to whitespace characters

View File

@@ -1,6 +1,6 @@
{ {
"name": "Configurator", "name": "Configurator",
"version": "0.2.5", "version": "0.2.6",
"slug": "configurator", "slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant.", "description": "Browser-based configuration file editor for Home Assistant.",
"url": "https://home-assistant.io/addons/configurator", "url": "https://home-assistant.io/addons/configurator",