diary

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

commit eed750c9a1117d74ebf66ec0efd282f8d866f7c0
parent 00dff3af022f04bd3bea9f0a1dbd1337e6bd227a
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 17 Jan 2022 01:39:19 +0100

feat(docs): prepare changelog for v0.6

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,21 +1,33 @@ -## [Alpha] -* CalDAV sync: s/S shortcuts to sync entries to Google calendar. -* Import (#76, #77): i shortcut to import entries from .ics -* Export (#78): E shortcut to export entries to .ics - ## [Unreleased] +## [0.6] + ### Changed -* New s shortcut logic: s no longer jumps to specific day (search). f shortcut is used instead to "find" date (drop-in replacement). s shortcut is used to "sync" entries to Google calendar (CalDAV sync). -* Moved source code from GitHub to Codeberg +* Changed "s" shortcut logic: "s" no longer jumps to specific day (search), use "f" to "find" date (drop-in replacement). Use "s" to "sync" entries to Google calendar (CalDAV sync). +* Move source code from GitHub to Codeberg +* Simplify man page generation with [scdoc](https://sr.ht/~sircmpwn/scdoc/) ### Added -* External text format command (#68, #80) --fmt-cmd -* Pseudo-terminal to support ANSI escape characters (colors, font types, etc.) and --no-pty option (#6, #44, #5) +* External text format command (#68, #80) `--fmt-cmd` +* Pseudo-terminal to support ANSI escape characters (colors, font types, etc.) and `--no-pty` option (#6, #44, #5) * Mouse support for selecting dates (#60) * Documentation of Open Build Service (OBS) jobs (`docs/OBS.md`) * Documentation of testing and debugging procedures (`docs/TESTING.md`) * Add `debug` target to `Makefile` +* CalDAV sync: "s"/"S" shortcuts to sync selected day/Month with Google calendar +* Import (#76, #77): "i" shortcut to import entries from .ics +* Export (#78): "E" shortcut to export entries to .ics + +## [0.5] - 2021-02-24 + +### Changed +* Make year range (#56), first weekday (#13) and file name configurable +* Change g/G shortcut logic: Jump to first/last non-empty entry (#57) +* Improve man page and overall documentation + +### Added +* Add optional configuration file (#35) +* Add command line options (#34), help and version flags (#45) ## [0.4] - 2020-10-17