From 7385ecf94c7f6bac26b48e8bf2d081b99cfcbcd3 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Tue, 10 Feb 2026 11:34:24 +0100 Subject: [PATCH] Update v0.1.26 changelogs with UI text fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the Settings Maintenance page text update to the official v0.1.26 release notes before the first build. Changes: - Updated docs/changelog.md with User Interface subsection - Updated changelog.py with User Interface subsection - Both now document the test email text change (3→1, Veeam only) All three changelogs (changelog.md, changelog.py, changelog-claude.md) now include this UI improvement in v0.1.26. Co-Authored-By: Claude Sonnet 4.5 --- containers/backupchecks/src/backend/app/changelog.py | 8 ++++++++ docs/changelog.md | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/containers/backupchecks/src/backend/app/changelog.py b/containers/backupchecks/src/backend/app/changelog.py index 1ac5912..3513147 100644 --- a/containers/backupchecks/src/backend/app/changelog.py +++ b/containers/backupchecks/src/backend/app/changelog.py @@ -34,6 +34,14 @@ CHANGELOG = [ "Reduced test email generation from 3 emails per status to 1 email per status for simpler testing", "Each button now creates exactly 1 test mail instead of 3" ] + }, + { + "subtitle": "User Interface", + "changes": [ + "Updated Settings → Maintenance page text for test email generation to match actual behavior", + "Changed description from '3 emails simulating Veeam, Synology, and NAKIVO' to '1 Veeam Backup Job email'", + "Updated button labels from '(3)' to '(1)' on all test email generation buttons" + ] } ] } diff --git a/docs/changelog.md b/docs/changelog.md index 95f8d2d..f4d7ce7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -50,6 +50,11 @@ This critical bug fix release resolves ticket system display issues where resolv - Reduced test email generation from 3 emails per status to 1 email per status - Each button now creates exactly 1 test mail instead of 3 for simpler testing +**User Interface:** +- Updated Settings → Maintenance page text for test email generation +- Changed description from "3 emails simulating Veeam, Synology, and NAKIVO" to "1 Veeam Backup Job email" +- Updated button labels from "(3)" to "(1)" to match actual behavior + *Result:* - ✅ Resolved tickets stop appearing immediately after resolution - ✅ Consistent behavior across all pages (Job Details, Run Checks, Run Checks popup)