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 ++++++++++++++++++++++++++++++++++++++++++++ build-aux/git-version-gen | 2 +- doc/manual.txt | 2 +- 3 files changed, 46 insertions(+), 2 deletions(-) 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) -------------------------- diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index 750264b..54ade4c 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -6,7 +6,7 @@ then exit 1 fi -DEF_VER=4.4.0 +DEF_VER=4.5.0 VERFILE="$1" if [ -d '.git' ] diff --git a/doc/manual.txt b/doc/manual.txt index e4f6347..6c75f53 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -143,7 +143,7 @@ Install process First you need to gunzip and untar the source archive: ---- -$ tar zxvf calcurse-4.4.0.tar.gz +$ tar zxvf calcurse-4.5.0.tar.gz ---- Once you meet the requirements and have extracted the archive, the install -- cgit v1.2.3-54-g00ecf