commit e75c37a4b3a8cae01da7d528bca96ae34e431746
parent 99111d57263de2f3d79b307da5bd0c52e3893e9d
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sun, 8 Oct 2023 22:09:33 +0200
release version 0.9
Diffstat:
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,4 +1,16 @@
-## [0.9 Unreleased]
+## [0.10 Unreleased]
+
+## [0.9] - 2023-10-08
+
+### Changed
+* Increase token size to max. advertised in the Google API docs:
+ https://developers.google.com/identity/protocols/oauth2#size
+* Fixes bugs while drawing days before/after the DST change and in the
+ movements between these boundaries
+
+### Added
+* feat(lttng): add debug_tm tracepoint
+* feat: replace usleep with nanosleep
## [0.8] - 2023-03-26
diff --git a/src/diary.h b/src/diary.h
@@ -29,7 +29,7 @@
#define XDG_CONFIG_HOME_FALLBACK "~/.config"
#define CONFIG_FILE_PATH "diary/diary.cfg"
-#define DIARY_VERSION "0.9-unstable"
+#define DIARY_VERSION "0.9"
static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};