diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 39310e347653e0d99e8dc6f3eb564544a21c57e7
parent 5c07f194cba7378176b9c06d729c90521db45577
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 15 Apr 2024 18:52:07 +0200

release version 0.10

Diffstat:
MCHANGELOG.md | 6+++++-
Msrc/diary.h | 2+-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [0.10 Unreleased] +## [0.11 Unreleased] + +## [0.10] - 2024-04-15 +* fix: use addstr without fmt +* Update IRC channel in man page ## [0.9] - 2023-10-08 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.10-unstable" +#define DIARY_VERSION "0.10" static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};