diary

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

commit d1db734ca5eca02bc71d4ae903a527523cbeaf15
parent 2309eecff3938ae9fc3fe5b2bc18b5ffb357db01
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat,  2 Jul 2022 22:32:02 +0200

chore: update changelog

Diffstat:
MCHANGELOG.md | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,7 +1,14 @@ -## [Unreleased] +## [0.7 Unreleased] + +### Changed +* #15: Fix segfault when no remote google_calendar +* #12: Prevent overflow in display_entry +* #11: Fix repeated 'S' key press +* #10: Fix malloc for google_tokenfile +* #3: Improve handling for tokenfile when offline (Caldav sync) ### Added -* #7: LTTng instrumentation for development and debugging purposes +* #6/7: LTTng instrumentation for development and debugging purposes ## [0.6] - 2022-02-02