From 7d52aed2d7c5f95fece4dd43ca8677e938d3b2fa Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 21 Jan 2022 13:17:41 +0000 Subject: [PATCH] :bookmark: Bumps to V 1.9.8 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 b44873c5..4f23d874 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ✨ 1.9.8 - More Widgets and Widget Improvements [PR #425](https://github.com/Lissy93/dashy/pull/425) +- Fixes several minor widget issues raised by users +- Adds several new widgets, for monitoring system +- Better widget data requests and error handling +- Implements widget support into Workspace view + ## 🐛 1.9.7 - Minor UI Editor Bug fixes [PR #416](https://github.com/Lissy93/dashy/pull/416) - Fixes unable to edit item bug (#415) - Fixes unable to add new app bug (#390) diff --git a/package.json b/package.json index 3eae86ad..f966d3de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.9.7", + "version": "1.9.8", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",