diff options
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | doc/manual.txt | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -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] Version 4.1.0: - New features: diff --git a/doc/manual.txt b/doc/manual.txt index 1349be0..3883a55 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.1.0.tar.gz +$ tar zxvf calcurse-4.2.0.tar.gz ---- Once you meet the requirements and have extracted the archive, the install |