commit b0d5744ad082ac866c1b6b4ab5cf2ee5101394e4
parent 3d7a44a64273e0e1732095a2faa428c0aa62dab2
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sun, 12 Dec 2021 10:04:27 +0100
update changelog
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,12 +1,15 @@
+## [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]
### 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
### Added
-* 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
* 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)