From c44f244b1d37d5dc09700fe8e567658b30e8d1bf Mon Sep 17 00:00:00 2001 From: jarek Date: Sat, 18 Apr 2026 08:40:17 +0200 Subject: [PATCH] v1.0.25 --- 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 d3d942a..bf64d49 100644 --- a/src/lib/data/changelog.json +++ b/src/lib/data/changelog.json @@ -1,12 +1,12 @@ [ { "version": "1.0.25", - "date": "coming soon", - "comingSoon": true, + "date": "2026-04-18", + "comingSoon": false, "changes": [ { "type": "feature", "text": "API token authentication — Bearer tokens for CI/CD pipelines and scripts" }, { "type": "feature", "text": "Telegram topic support — send notifications to supergroup topics (#855)" }, -{ "type": "fix", "text": "allow removing healthcheck, ports, and honor startAfterUpdate=false during container edit (#892)" }, + { "type": "fix", "text": "allow removing healthcheck, ports, and honor startAfterUpdate=false during container edit (#892)" }, { "type": "fix", "text": "validate stack names and prevent broken DB entries on invalid input (#876)" }, { "type": "fix", "text": "use per-environment timezone for schedule execution log timestamps (#882)" }, { "type": "fix", "text": "\"Pull image before update\" and \"Start after update\" settings ignored (#909)" },