diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-08 15:53:06 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-08 15:53:06 +0200 |
commit | 00ceca6000f4f9f160e3bb43e1771657b5cee4bf (patch) | |
tree | 9c16addf735d8b913e8241b4a31ad3f20e42dcb9 | |
parent | 490e5a4e1da7cf62946e99bd3ac4a2ab2a78f0c8 (diff) | |
download | calcurse-00ceca6000f4f9f160e3bb43e1771657b5cee4bf.tar.gz calcurse-00ceca6000f4f9f160e3bb43e1771657b5cee4bf.zip |
Release 3.2.0v3.2.0
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | doc/manual.txt | 2 |
2 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,30 @@ +[08 Jul 2014] +Version 3.2.0: +- New features: + * Support for punctual appointments (appointments without an ending time). + + * A --limit option which allows for limiting the number of appointments + returned (thanks to William Pettersson for submitting a patch). + + * Support for %(remaining) and %(duration) modifiers in format strings + (thanks to William Pettersson for submitting a patch). + + * The online help system now uses the system pager (e.g. less(1)). + + * A new command prompt allows for browsing the help texts (type ":help" for + more information). + + * Several general improvements to the user interface. + +- Bug fixes: + * Do not garble long notes (reported by Hakan Jerning). + + * Fix compilation under OS X (thanks to Jack Nagel for submitting a patch). + + * Do not break the appointments file when importing an iCal file that + contains an item with a newline in the summary (reported by Jonathan + McCrohan). + [09 Feb 2013] Version 3.1.4: - Bug fixes: diff --git a/doc/manual.txt b/doc/manual.txt index cd9f5d4..fcb838a 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-3.1.4.tar.gz +$ tar zxvf calcurse-3.2.0.tar.gz ---- Once you meet the requirements and have extracted the archive, the install |