From fb46f98e6d1c67e2c81f72930a945d1396c4f5a3 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Tue, 6 Jan 2026 19:15:16 +0100 Subject: [PATCH] Auto-commit local changes before build (2026-01-06 19:15:16) --- .../backupchecks/src/backend/app/main/routes_changelog.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/containers/backupchecks/src/backend/app/main/routes_changelog.py b/containers/backupchecks/src/backend/app/main/routes_changelog.py index c0669b6..170d75b 100644 --- a/containers/backupchecks/src/backend/app/main/routes_changelog.py +++ b/containers/backupchecks/src/backend/app/main/routes_changelog.py @@ -9,9 +9,7 @@ def changelog_page(): changelog = { "completed_summary": [ { - - { - "version": "0.1.17", + "version": "0.1.17", "status": "Completed", "overview": [ "This release focuses on improving job normalization, ticket and remark handling, UI usability, and the robustness of run and object detection across the platform." @@ -123,7 +121,8 @@ def changelog_page(): } ] }, -"version": "0.1.16", + { + "version": "0.1.16", "overview": [ "This release significantly expands and stabilizes the reporting functionality, focusing on configurability, correctness, and richer output formats..", ],