Skip to content

Commit

Permalink
Release 4.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
  • Loading branch information
Lukas Fleischer committed May 22, 2023
1 parent c886398 commit cf6306c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion build-aux/git-version-gen
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ then
exit 1
fi

DEF_VER=4.8.0
DEF_VER=4.8.1
VERFILE="$1"

if [ -d '.git' ]
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf6306c

Please sign in to comment.