From 210e54e4488751139a24f251bcc4ded69d499999 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Fri, 20 Mar 2026 17:11:55 +0000 Subject: [PATCH] docs: update release notes --- admin/docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) 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!