From 65e2a71b76d9e6491ec984f3da4fb78cc61731fc Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 16 Jun 2019 15:19:57 -0400 Subject: Release 4.5.0 Helped-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- CHANGES.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 0593e0a..c248bf8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,50 @@ Release Notes ============= +Version 4.5.0 (2019-06-17) +-------------------------- + +- Compatibility notes: + + * The --conf command line option has been renamed to --confdir and the + --directory option has been renamed to --datadir. + +- New features: + + * Multiple days support: Preview appointments for multiple days without + having to navigate in the calendar panel (implemented by Lars Henriksen). + There are five new configuration variables: one that turns the feature + on/off and four that affect the number of lines used by each day and with + it the number of days on display. + + * Experimental vdir support: The calcurse distribution tarball now includes + an experimental script called calcurse-vdir that can be used as an + alternative to calurse-caldav (implemented by vxid). For details, please + refer to contrib/vdir/README.md in the calcurse source tree. + + * Support for editing recurrence exceptions (implemented by Lars + Henriksen). + +- New calcurse-caldav features: + + * Custom data directory support (implemented by vxid). + + * A new Troubleshooting section in the calcurse-caldav README.md (added by + Randy Ramos). + +- Bug fixes: + + * Various fixes in the notification system (implemented by Lars Henriksen). + + * Fix for a calendar redraw issue (implemented by Lars Henriksen). + + * Fix a potential deadlock (implemented by Lars Henriksen). + + * Use ICALDATETIMEFMT for EXDATE in iCal exports (implemented by Henrik + Grimler). + + * Fix for the compile-time AsciiDoc check (implemented by Brandon Munger). + Version 4.4.0 (2019-02-21) -------------------------- -- cgit v1.2.3-54-g00ecf