From 38fa758d8a5a698c426340d384ffb1b6beddf67f Mon Sep 17 00:00:00 2001 From: jarek Date: Sun, 8 Feb 2026 10:21:18 +0100 Subject: [PATCH] 1.0.15 --- 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 9c37092..9d57aae 100644 --- a/src/lib/data/changelog.json +++ b/src/lib/data/changelog.json @@ -3,8 +3,7 @@ "version": "1.0.15", "date": "2026-02-08", "changes": [ - { "type": "feature", "text": "Auto-detect build directives: Git stacks with build: directives now automatically rebuild images on deploy" }, - { "type": "feature", "text": "Pull before update option: New option to pull latest image before container auto-update" }, +{ "type": "feature", "text": "Pull before update option: New option to pull latest image before container auto-update" }, { "type": "feature", "text": "Usage filter on images page by usage status (used/unused/all)" }, { "type": "feature", "text": "Show repository name for untagged images: Better identification of images without tags" }, { "type": "fix", "text": "Fix IPv6 address not accepted in environment Public IP field" },