diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 4f2a8ac5..0951ddc0 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## ✨ 2.1.1 Improvements [PR #775](https://github.com/Lissy93/dashy/pull/775) +- Stop status checks when item destroyed + - #767 by @marekful +- Add Elizabeth + non-underground lines to TFL widget + - #766 by @dougaldhub +- Ensure first SSL certificate check finished before second + - #760 by @marekful +- Huge improvment to the way widgets are defined + - #758 by @patrickheeney +- Update APOD widget to use https://apod.as93.net + - #745 by @k073l +- Small docs update + - #741 by @markusdd +- A set of awesome NextCloud widgets + - #740 by @marekful +- Option to show / hide detailed info for StatPing widget + - #714 by @marekful +- Korean translations + - #711 by @boggy-cs +- Small docs update + - #705 by @pablomalo + ## ✨ 2.0.9 Adds Multi-Page Support [PR #685](https://github.com/Lissy93/dashy/pull/685) - Adds Widgets for AdGuard diff --git a/.github/LATEST_CHANGELOG.md b/.github/LATEST_CHANGELOG.md index 9660465e..f22d7381 100644 --- a/.github/LATEST_CHANGELOG.md +++ b/.github/LATEST_CHANGELOG.md @@ -1,2 +1,45 @@ -## ✨ 2.0.9 Adds Multi-Page Support [PR #685](https://github.com/Lissy93/dashy/pull/685) -- Adds Widgets for AdGuard +## ✨ 2.1.1 Improvements [PR #775](https://github.com/Lissy93/dashy/pull/775) + +#### Bug Fixes 🐛 + +- Update APOD widget to use https://apod.as93.net + - #745 by @k073l +- Fixes theme applying bug (#774) + +#### Improvements ⚡️ + +- Stop status checks when item destroyed + - #767 by @marekful +- Ensure first SSL certificate check finished before second + - #760 by @marekful +- Huge improvement to the way widgets are defined + - #758 by @patrickheeney + +#### Features ✨ + +- A set of awesome NextCloud widgets + - #740 by @marekful +- Add Elizabeth + non-underground lines to TFL widget + - #766 by @dougaldhub +- Option to show / hide detailed info for StatPing widget + - #714 by @marekful +- Korean translations + - #711 by @boggy-cs +- Adds option to force ignore widget errors + +#### Docs 📕 + +- Small docs update + - #741 by @markusdd +- Small docs update + - #705 by @pablomalo +- Adds Dipanghosh's dash to showcase + +--- + + +Big thanks to the above developers, for their awesome work on this release! + +V 2.1.2 is in the works, and includes an overhaul of how the config is loaded, so stay tuned for that! + +And Happy Friday! diff --git a/package.json b/package.json index 64f6d7d0..7beb9df3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",