From dde5b36abc50b1403d57efdb5d23c7c85e8e5bdc Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 26 Oct 2021 22:55:55 +0100 Subject: [PATCH] :bookmark: Bumps to 1.8.9 and updates changelog --- .github/CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 47e586a2..06f8b548 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ✨ 1.8.9 - All New Interactive Config Editor [PR #298](https://github.com/Lissy93/dashy/pull/298) +- Builds a new UI-based config editor +- Support for sections, items, app config and page info +- Live preview, and undoing of local changes +- Export config or write changes to disk through UI + ## ✨ 1.8.8 - Improved Item Targets [PR #292](https://github.com/Lissy93/dashy/pull/292) - Adds support for `_top` and `_parent` anchor targets on items, Re: #289 - Adds `appConfig.defaultOpeningMethod` option to specify default target diff --git a/package.json b/package.json index 127866a0..a48dcd73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.8.8", + "version": "1.8.9", "license": "MIT", "main": "server", "scripts": { @@ -96,4 +96,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file