From 6e6663c5dde69fe4928790fd44ed46c70e31215f Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 10 Apr 2021 16:50:32 -0400 Subject: Release 4.7.1 Signed-off-by: Lukas Fleischer --- CHANGES.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 4124197..6cdc6ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,34 @@ Release Notes ============= +Version 4.7.1 (2021-04-11) +-------------------------- + +- Bug fixes: + + * Multiple iCal import fixes: Make iCal event import independent of + property ordering. Return failure if an item is skipped. Avoid double + free on import errors. Fix parsing of UNTIL. + + * Do not remove an empty note file after edit session. + + * Keep internal linked list sorted when moving items. + + * Prevent external hook/notification commands from interacting with the UI. + +- calcurse-caldav bug fixes: + + * Allow non-ASCII characters in username and password (fixed by Henrik + Grimler). + + * Improved error handling for the configuration file. Unknown keys are now + reported as errors instead of ignored. + + * Always request href from server after pushing a new object to prevent + items from being erroneously deleted or created when path contains + characters that need to be URL-encoded (reported and fixed by Max + Deineko). + Version 4.7.0 (2020-10-12) -------------------------- -- cgit v1.2.3