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.