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,8 +9,6 @@ def changelog_page():
changelog = { changelog = {
"completed_summary": [ "completed_summary": [
{ {
{
"version": "0.1.17", "version": "0.1.17",
"status": "Completed", "status": "Completed",
"overview": [ "overview": [
@ -123,6 +121,7 @@ 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..",