From 8f705475db91181ce3c7e4c6ae98bb17730f970d Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Fri, 9 Jan 2026 12:03:02 +0100 Subject: [PATCH] Auto-commit local changes before build (2026-01-09 12:03:02) --- .last-branch | 2 +- docs/changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.last-branch b/.last-branch index ac95a8e..cd87137 100644 --- a/.last-branch +++ b/.last-branch @@ -1 +1 @@ -v20260109-03-preserve-ampersand-errors +v20260109-04-parsers-page-all-parsers diff --git a/docs/changelog.md b/docs/changelog.md index 2b9212f..6148504 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -22,6 +22,15 @@ - Decode HTML entities (e.g. &) in parsed object fields (name/type/status/error_message) before storing them. - Ensures ampersands and other entities are displayed correctly in the UI error messages. +--- + +## v20260109-04-parsers-page-all-parsers + +- Updated the Parsers overview page to use the central parser registry instead of a static list. +- All currently available parsers are now automatically displayed on the page. +- Ensures the Parsers page stays in sync with newly added or removed parsers without manual template updates. +- Improved maintainability by removing hardcoded parser definitions from the template. + ================================================================================================================================================ ## v0.1.19 This release delivers a broad set of improvements focused on reliability, transparency, and operational control across mail processing, administrative auditing, and Run Checks workflows. The changes aim to make message handling more robust, provide better insight for administrators, and give operators clearer and more flexible control when reviewing backup runs.