diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index 145fa1f..6344bc1 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 - Added warning-logs for access failure - Added transparency to whitespace characters diff --git a/configurator/config.json b/configurator/config.json index 11d6625..59f36ad 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "Configurator", - "version": "0.2.5", + "version": "0.2.6", "slug": "configurator", "description": "Browser-based configuration file editor for Home Assistant.", "url": "https://home-assistant.io/addons/configurator",