diary

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

commit 5b0a1acb1df345a916bb4d4a262828dd1047513b
parent 0ce6cba5af5a697dd1d021ec13730f133a507ab5
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 26 Mar 2023 23:54:40 +0200

release version 0.8

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,19 @@ -## [0.8 Unreleased] +## [0.9 Unreleased] + +## [0.8] - 2023-03-26 + +### Notes +* This is a bugfix release + +### Changed +* Fix caldav access/refresh token size +* Fix caldav postfield size (port) +* Fix wrong date marks in ics import +* Fix minor typos in docs and confirmation screen +* Fix Makefile target exec rights + +### Added +* Improve docs for obs project and caldav API ## [0.7] - 2023-02-20 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.8-unstable" +#define DIARY_VERSION "0.8" static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};