diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 380e8bc9..a7818f4b 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## ✨ 2.0.8 Adds Multi-Page Support [PR #617](https://github.com/Lissy93/dashy/pull/617) +- Adds support for multiple pages per-dashboard +- Adds new attribute at root of main config file: `pages` +- Updates router and nav-bar to automatically create paths for both local and remote configs + ## ⚡️ 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 diff --git a/.github/LATEST_CHANGELOG.md b/.github/LATEST_CHANGELOG.md index b0f310c3..bbd4106b 100644 --- a/.github/LATEST_CHANGELOG.md +++ b/.github/LATEST_CHANGELOG.md @@ -1,7 +1,4 @@ -## ⚡️ 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 -- Improved mobile support, long-press for right-click -- Adds 2 new themes (`lissy` and `charry-blossom`) -- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`) +## ✨ 2.0.8 Adds Multi-Page Support [PR #617](https://github.com/Lissy93/dashy/pull/617) +- Adds support for multiple pages per-dashboard +- Adds new attribute at root of main config file: `pages` +- Updates router and nav-bar to automatically create paths for both local and remote configs diff --git a/package.json b/package.json index d03a43d6..1a85325b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",