Auto-commit local changes before build (2026-01-06 19:15:16)

This commit is contained in:
Ivo Oskamp 2026-01-06 19:15:16 +01:00
parent 82bd361ef2
commit fb46f98e6d

View File

@ -9,9 +9,7 @@ def changelog_page():
changelog = { changelog = {
"completed_summary": [ "completed_summary": [
{ {
"version": "0.1.17",
{
"version": "0.1.17",
"status": "Completed", "status": "Completed",
"overview": [ "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." "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": [ "overview": [
"This release significantly expands and stabilizes the reporting functionality, focusing on configurability, correctness, and richer output formats..", "This release significantly expands and stabilizes the reporting functionality, focusing on configurability, correctness, and richer output formats..",
], ],