diff --git a/admin/docs/release-notes.md b/admin/docs/release-notes.md index d79a1c9..7547595 100644 --- a/admin/docs/release-notes.md +++ b/admin/docs/release-notes.md @@ -19,6 +19,7 @@ ### Improvements - **Ollama**: Improved GPU detection logic to ensure the latest GPU config is always passed to the Ollama container on update - **Ollama**: The detected GPU type is now persisted in the database for more reliable configuration and troubleshooting across updates and restarts. Thanks @chriscrosstalk for the contribution! +- **Downloads**: Users can now dismiss failed download notifications to reduce clutter in the UI. Thanks @chriscrosstalk for the contribution! - **Logging**: Changed the default log level to "info" to reduce noise and focus on important messages. Thanks @traxeon for the suggestion! - **Logging**: Nomad's internal logger now creates it's own log directory on startup if it doesn't already exist to prevent errors on fresh installs where the logs directory hasn't been created yet. - **Dozzle**: Dozzle shell access and container actions are now disabled by default. Thanks @traxeon for the recommendation!