diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2019-06-16 15:19:57 -0400 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2019-06-17 08:42:03 -0400 |
commit | 65e2a71b76d9e6491ec984f3da4fb78cc61731fc (patch) | |
tree | 60ab689c670d2342ca0060a37e6bddaa10120e56 | |
parent | 130221dd0e1476b4882204fa63b0863a59d37d56 (diff) | |
download | calcurse-4.5.0.tar.gz calcurse-4.5.0.zip |
Release 4.5.0v4.5.0
Helped-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r-- | CHANGES.md | 44 | ||||
-rwxr-xr-x | build-aux/git-version-gen | 2 | ||||
-rw-r--r-- | doc/manual.txt | 2 |
3 files changed, 46 insertions, 2 deletions
@@ -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 |