From 2c04d7550667eca2a00c455a03bccc23676d0f9c Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 6 Feb 2018 14:27:28 +0100 Subject: [PATCH] HASS Configurator 0.2.6 (#240) * Update CHANGELOG.md * Bump version --- configurator/CHANGELOG.md | 7 +++++++ configurator/config.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",