From 9daa6477095faa6334afdb2c3841ce0c8a5a961a Mon Sep 17 00:00:00 2001 From: jarek Date: Sun, 8 Feb 2026 10:27:56 +0100 Subject: [PATCH] 1.0.15 --- src/lib/data/changelog.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/data/changelog.json b/src/lib/data/changelog.json index 9d57aae..3b4689c 100644 --- a/src/lib/data/changelog.json +++ b/src/lib/data/changelog.json @@ -16,9 +16,9 @@ { "type": "fix", "text": "Use native compose pull and up when updating stack containers" }, { "type": "fix", "text": "Fix vulnerability scans hanging indefinitely or failing with JSON parse errors" }, { "type": "fix", "text": "Fix memory leaks in SSE event streams and unconsumed Docker API response bodies" }, - { "type": "improvement", "text": "Sort vulnerability scan results by severity by default" }, - { "type": "improvement", "text": "Copy button for compose file contents in stack modal" }, - { "type": "improvement", "text": "Confirmation dialog before git stack sync" }, + { "type": "feature", "text": "Sort vulnerability scan results by severity by default" }, + { "type": "feature", "text": "Copy button for compose file contents in stack modal" }, + { "type": "feature", "text": "Confirmation dialog before git stack sync" }, { "type": "fix", "text": "Fix timezone aliases (e.g. Europe/Kyiv) not saving correctly" }, { "type": "fix", "text": "Fix login crash with large session timeout values" }, { "type": "fix", "text": "Fix profile display name not persisting due to field name mismatch" },