Release 4.2.0

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2016-10-10 22:02:07 +02:00
parent 89efd4e612
commit 32dcdff20b
2 changed files with 22 additions and 1 deletions

21
NEWS
View File

@ -1,3 +1,24 @@
[12 Oct 2016]
Version 4.2.0:
- New features:
* In the calendar panel, days with non-recurrent items now have another color
as days containing recurrent items only.
* Automatically select new appointments/events after creation.
* Support for (optional) dates when specifying the start/end time of items.
Allows for easily moving items and adding appointments without switching
the selected day beforehand.
- Bug fixes:
* Encoding fixes in calcurse-caldav (reported by Raf Czlonka).
* Avoid notification bar artifacts after leaving calcurse.
* Fixes to the key binding pagination (reported by Kevin Wang).
* Do not change selection unexpectedly after modifying items.
[12 Apr 2016] [12 Apr 2016]
Version 4.1.0: Version 4.1.0:
- New features: - New features:

View File

@ -143,7 +143,7 @@ Install process
First you need to gunzip and untar the source archive: First you need to gunzip and untar the source archive:
---- ----
$ tar zxvf calcurse-4.1.0.tar.gz $ tar zxvf calcurse-4.2.0.tar.gz
---- ----
Once you meet the requirements and have extracted the archive, the install Once you meet the requirements and have extracted the archive, the install