🔖 Adds changes to the changelog

This commit is contained in:
Alicia Sykes 2022-04-21 15:52:37 +01:00
parent b5bf57bd93
commit 7d762c7d71
2 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## 🐳 2.0.8 - Container run without root [PR #606](https://github.com/Lissy93/dashy/pull/606)
- Uses an unprivileged port (8080 instead of 80)
- Adds the UID and GID variables to not be 0
- Adds a DEST_DIRECTORY variable to control where build output goes
- Adds a RUN block to set permissions on the DEST_DIRECTORY so the non-root user can write
- Adds a USER directive to make the process run as the non-root user
## ⚡️ 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

View File

@ -1,7 +1,6 @@
## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595) ## 🐳 2.0.8 - Container run without root [PR #606](https://github.com/Lissy93/dashy/pull/606)
- Adds functionality for sub-items / item-groups - Uses an unprivileged port (8080 instead of 80)
- Creates an item mixin, for reusing functionality - Adds the UID and GID variables to not be 0
- Item width calculated based on parent section width - Adds a DEST_DIRECTORY variable to control where build output goes
- Improved mobile support, long-press for right-click - Adds a RUN block to set permissions on the DEST_DIRECTORY so the non-root user can write
- Adds 2 new themes (`lissy` and `charry-blossom`) - Adds a USER directive to make the process run as the non-root user
- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`)