🔖 Bumps to 2.0.7 and updates changelog

This commit is contained in:
Alicia Sykes
2022-04-14 19:11:07 +01:00
parent 0e51416db7
commit 525259bcff
3 changed files with 14 additions and 17 deletions

View File

@@ -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