diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2021-04-10 16:50:32 -0400 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2021-04-10 16:50:32 -0400 |
commit | 6e6663c5dde69fe4928790fd44ed46c70e31215f (patch) | |
tree | e6b7ea309337dfb05917eac8cf64454179f466e0 | |
parent | 3d0cc429d90a53991b4e6aaf8f56ac0dfbaabda4 (diff) | |
download | calcurse-6e6663c5dde69fe4928790fd44ed46c70e31215f.tar.gz calcurse-6e6663c5dde69fe4928790fd44ed46c70e31215f.zip |
Release 4.7.1v4.7.1
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r-- | CHANGES.md | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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) -------------------------- |