From c43bdbcee62f20bb1695cd3107b60ab8a1d780b3 Mon Sep 17 00:00:00 2001 From: jarek Date: Mon, 16 Feb 2026 08:53:25 +0100 Subject: [PATCH] 1.0.18 --- src/lib/data/changelog.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/data/changelog.json b/src/lib/data/changelog.json index 547a336..d7b9c52 100644 --- a/src/lib/data/changelog.json +++ b/src/lib/data/changelog.json @@ -2,17 +2,16 @@ { "version": "1.0.18", "date": "2026-02-16", - "comingSoon": false, "changes": [ { "type": "feature", "text": "Dockhand self-update from the UI" }, { "type": "feature", "text": "Show freed disk space after image removal and pruning" }, { "type": "feature", "text": "Handle dynamically-spawned child containers in stack stop/down/restart/remove" }, { "type": "feature", "text": "Git webhooks are logged to the audit log" }, + { "type": "feature", "text": "Add Mattermost notification support" }, { "type": "fix", "text": "Fix file upload CSRF 403 error on plain HTTP deployments" }, { "type": "fix", "text": "Fix scanner container /wait timeout causing empty scan output" }, { "type": "fix", "text": "Fix saving adopted external stack failing with 'Stack directory not found'" }, { "type": "fix", "text": "Add Bearer token auth support for ntfy notifications" }, - { "type": "feature", "text": "Add Mattermost notification support" }, { "type": "fix", "text": "Fix git SSH failing with 'No user exists for uid' with arbitrary UIDs" }, { "type": "fix", "text": "Fix command palette flooding API requests on open" }, { "type": "fix", "text": "Normalize stack names when adopting to prevent uppercase rejection" }