diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-10-10 22:02:07 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-10-10 22:02:07 +0200 |
commit | 32dcdff20bb81aca94311b09f06f029226fff331 (patch) | |
tree | 50d053c57143bb369a4c8961d62a9a2d721d3482 | |
parent | 89efd4e61259d09e370804f80617377f9034e571 (diff) | |
download | calcurse-32dcdff20bb81aca94311b09f06f029226fff331.tar.gz calcurse-32dcdff20bb81aca94311b09f06f029226fff331.zip |
Release 4.2.0v4.2.0
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-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 |