diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index c812788b..d5cddc7b 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595) +- Adds functionality for sub-items / item-groups +- Creates an item mixin, for reusing functionality +- Item width calculated based on parent section width +- Adds 2 new themes (`lissy` and `charry-blossom`) +- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`) + ## 🐛 2.0.6 Fixes user requested issues [PR #557](https://github.com/Lissy93/dashy/pull/557) - Allows middle click open new tab, Re: #492 - Implements Max redirects for status checks, Re: #494 diff --git a/.github/LATEST_CHANGELOG.md b/.github/LATEST_CHANGELOG.md index 2cad6052..9e9eec51 100644 --- a/.github/LATEST_CHANGELOG.md +++ b/.github/LATEST_CHANGELOG.md @@ -1,16 +1,6 @@ -## 🐛 Fixes user requested issues [PR #557](https://github.com/Lissy93/dashy/pull/557) -- Allows middle click open new tab, Re: #492 -- Implements Max redirects for status checks, Re: #494 -- Adds Gitpod config for cloud-ready IDE, Re: #497 -- Adss new screenshots to showcase, Re: #505 -- Fixes excess space below footer, Re: #522 -- Allows iframe content to be viewed full-screen, Re: #524 -- Fixes Glances widgets with Authorization headers, Re: #546 -- Adds target attribute to nav links, Re: #552 -- Removes fixed max-width on wide-screens, Re: #554 -- Adds missing type attribute to external CSS, Re: #560 -- Updates path to Keycloak API, Re: #564 -- Fixes link to @walkxhub homelab icons, Re #568 -- Fixes local image path on sub-page, Re: #570 -- Adds typecheck on edit item tags, Re: #575 -- Fixes item size in config not honored, Re: #576 +## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595) +- Adds functionality for sub-items / item-groups +- Creates an item mixin, for reusing functionality +- Item width calculated based on parent section width +- Adds 2 new themes (`lissy` and `charry-blossom`) +- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`) diff --git a/package.json b/package.json index 464520b5..d03a43d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.0.6", + "version": "2.0.7", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",