mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-27 00:28:09 +03:00
🔖 Bumps to 2.0.8 and updates changelog
This commit is contained in:
parent
f6df1e7750
commit
f107dbfc00
5
.github/CHANGELOG.md
vendored
5
.github/CHANGELOG.md
vendored
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## ⚡️ 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
|
- Adds functionality for sub-items / item-groups
|
||||||
- Creates an item mixin, for reusing functionality
|
- Creates an item mixin, for reusing functionality
|
||||||
|
11
.github/LATEST_CHANGELOG.md
vendored
11
.github/LATEST_CHANGELOG.md
vendored
@ -1,7 +1,4 @@
|
|||||||
## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595)
|
## ✨ 2.0.8 Adds Multi-Page Support [PR #617](https://github.com/Lissy93/dashy/pull/617)
|
||||||
- Adds functionality for sub-items / item-groups
|
- Adds support for multiple pages per-dashboard
|
||||||
- Creates an item mixin, for reusing functionality
|
- Adds new attribute at root of main config file: `pages`
|
||||||
- Item width calculated based on parent section width
|
- Updates router and nav-bar to automatically create paths for both local and remote configs
|
||||||
- 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`)
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
||||||
|
Loading…
Reference in New Issue
Block a user