From 0c8a9019c1ee09574891f3c834db85e901907f3d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 15 Oct 2021 22:19:28 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.8.7 and updates changelog --- .github/CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 83797626..e9d31581 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## ⚡️ 1.8.7 - Bug Fixes and Improvements [PR #273](https://github.com/Lissy93/dashy/pull/273) +- Clean URLs without the hash, now using history-mode routing +- New initial main example conf.yml +- Minor UI style updates and fixes +- Support for single section view +- A new theme, soft-glow +- Container security in management docs, and other things +- Bug fixes, including missing Firefox favicon and fix custom icon paths with base_url + ## ⚡️ 1.8.6 - Implementation of VueX [PR: #271](https://github.com/Lissy93/dashy/pull/271) - New state management pattern, which should lead to a more organized code base long term, and will also make building out the new UI editor significantly easier to do in a clean and reliable way diff --git a/package.json b/package.json index e4de3b13..cfa7bd88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.8.6", + "version": "1.8.7", "license": "MIT", "main": "server", "scripts": { @@ -94,4 +94,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file