From da929d09809e600c7fd077a26d1269ee885a035c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 6 Nov 2021 22:35:27 +0000 Subject: [PATCH] :bookmark: Bumps to V 1.9.1 and updates changelog --- .github/CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index dc5f6d7c..2f8ee63f 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 💄 1.9.1 - Editor and Theming Fixes and Improvements [PR #319](https://github.com/Lissy93/dashy/pull/319) +- Bug fixes for interactive editor: #310, #311, #312 +- Adds option to modify text font through the UI +- Adds two new themes: One Dark and Adventure +- Theming stylesheet refactor, better inheritance + ## 🐳 1.9.0 - Alpha of Dashy-Lite Docker Container [PR #306](https://github.com/Lissy93/dashy/pull/306) - Create an Alpine-based container, that serves the built app up with plain NGINX, instead of Node. - This is much lighter, but doesn't currently support any of the server-side actions (like status-checks, and writing changes to disk) diff --git a/package.json b/package.json index 78fdcb2a..5964c474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.9.0", + "version": "1.9.1", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",