mirror of https://github.com/Lissy93/dashy.git
🔖 Bumps to 2.1.0 and updates changelog
This commit is contained in:
parent
36eccc2c64
commit
9575090d5c
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ 2.0.9 Adds Multi-Page Support [PR #685](https://github.com/Lissy93/dashy/pull/685)
|
||||||
|
- Adds Widgets for AdGuard
|
||||||
|
|
||||||
## ✨ 2.0.9 Adds Multi-Page Support [PR #663](https://github.com/Lissy93/dashy/pull/663)
|
## ✨ 2.0.9 Adds Multi-Page Support [PR #663](https://github.com/Lissy93/dashy/pull/663)
|
||||||
- Fix KeyCloak API URL (#564)
|
- Fix KeyCloak API URL (#564)
|
||||||
- Fix guest has config access (#590)
|
- Fix guest has config access (#590)
|
||||||
|
|
|
@ -1,17 +1,2 @@
|
||||||
## ✨ 2.0.9 Adds Multi-Page Support [PR #663](https://github.com/Lissy93/dashy/pull/663)
|
## ✨ 2.0.9 Adds Multi-Page Support [PR #685](https://github.com/Lissy93/dashy/pull/685)
|
||||||
- Fix KeyCloak API URL (#564)
|
- Adds Widgets for AdGuard
|
||||||
- Fix guest has config access (#590)
|
|
||||||
- Fix collapsible content in multi-page support (#626)
|
|
||||||
- Fix layout and item size buttons ( #629)
|
|
||||||
- Refactor make request in RSS widget (#632)
|
|
||||||
- Fix material-design-icons header in schema (#640)
|
|
||||||
- Add option to hide seconds in clock widget (#644)
|
|
||||||
- Fix pageInfo not being read in router (#645)
|
|
||||||
- Fix startingView not honored (#646)
|
|
||||||
- Fix Status Check default (#651)
|
|
||||||
- Add option to hide image in SportsScores Widget (#654)
|
|
||||||
- Add Adventure-basic theme (#655)
|
|
||||||
- Write docs for sub-items (#657)
|
|
||||||
- Add Font-Awesome displaying as square to troubleshooting guide (#659)
|
|
||||||
- Show expand / collapse in context menu (#660)
|
|
||||||
- Only deploy new release when relevant files have changed
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "2.0.9",
|
"version": "2.1.0",
|
||||||
"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