release version 1.2.0 v1.2.0

Thu, 12 Mar 2026 12:08:58 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 12 Mar 2026 12:08:58 +0100
changeset 82
f3242673777c
parent 81
1ff88eb9555c
child 83
bb0fc7994d2f

release version 1.2.0

CHANGELOG file | annotate | diff | comparison | revisions
src/main.cpp file | annotate | diff | comparison | revisions
--- a/CHANGELOG	Thu Mar 12 12:00:50 2026 +0100
+++ b/CHANGELOG	Thu Mar 12 12:08:58 2026 +0100
@@ -1,4 +1,4 @@
-Version 1.2.0 - tbd
+Version 1.2.0 - 2026-03-12
 
 - Add --styles-and-script option to output the default CSS and Javascript
 - Add monthly summaries
--- a/src/main.cpp	Thu Mar 12 12:00:50 2026 +0100
+++ b/src/main.cpp	Thu Mar 12 12:08:58 2026 +0100
@@ -39,7 +39,7 @@
 
 using namespace std::chrono;
 
-static constexpr auto program_version = "1.2.0-preview";
+static constexpr auto program_version = "1.2.0";
 
 static void print_help() {
     fputs(

mercurial