From cf6306cf9143e6a3e826c8f7d53f8d7070194b38 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 22 May 2023 14:07:33 -0400 Subject: Release 4.8.1 Signed-off-by: Lukas Fleischer --- CHANGES.md | 26 ++++++++++++++++++++++++++ build-aux/git-version-gen | 2 +- doc/manual.txt | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 27244e6..acc24e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,32 @@ Release Notes ============= +Version 4.8.1 (2023-05-22) +-------------------------- + +- Bug fixes: + + * Fixed characters in weekly view. + + * AsciiDoc checks are skipped if --disable-docs is used. + + * Fixed import for iCal files with empty description (fixed by Marian + Buschsieweke). + + * Fixed handling of note files edited outside calcurse (fixed by Nicholas + Johnson). + + * Fixed handling of recurrent open-ended appointments at 00:00. + + * Default description for items with empty descriptions (reported and + partially implemented by Jonathan van der Steege). + +- New calcurse-caldav features: + + * The PasswordCommand option can now be used to manage passwords in an + external program and is the new recommended way of storing passwords for + calcurse-caldav (implemented by Ryan Lue). + Version 4.8.0 (2022-04-16) -------------------------- diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index 9ef1ff8..40c04b5 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -6,7 +6,7 @@ then exit 1 fi -DEF_VER=4.8.0 +DEF_VER=4.8.1 VERFILE="$1" if [ -d '.git' ] diff --git a/doc/manual.txt b/doc/manual.txt index cc43804..03a27ff 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.8.0.tar.gz +$ tar zxvf calcurse-4.8.1.tar.gz ---- Once you meet the requirements and have extracted the archive, the install -- cgit v1.2.3-54-g00ecf