mirror of https://github.com/Lissy93/dashy.git
🔖 Adds changes to the changelog
This commit is contained in:
parent
b5bf57bd93
commit
7d762c7d71
|
@ -1,5 +1,12 @@
|
|||
# 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)
|
||||
- Adds functionality for sub-items / item-groups
|
||||
- Creates an item mixin, for reusing functionality
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
## ⚡️ 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
|
||||
- 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`)
|
||||
## 🐳 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
|
||||
|
|
Loading…
Reference in New Issue