diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-25 08:04:30 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-25 08:04:30 +0000 |
commit | bb586b92b5714d1f33da2518206c364146de081b (patch) | |
tree | a823b41cec45e50e25b0120aab4470d4cfac65be /NEWS | |
parent | 9549ee0f8c1635fb5bd414ec03c36e8439411a03 (diff) | |
download | calcurse-bb586b92b5714d1f33da2518206c364146de081b.tar.gz calcurse-bb586b92b5714d1f33da2518206c364146de081b.zip |
calcurse 2.5 released
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +[25 Jan 2009] +Version 2.5 +- New features: + * new option to periodically save data + + * cut and paste feature added, to move items from one day to another + + * support for iso date format (yyyy-mm-dd) added + + * new '--enable-memory-debug' configuration option to monitor memory usage + + * configuration scipt improved to be able to link against ncursesw if ncurses + is not available + +- Bugfixes: + * fixed a two-years old bug (appeared in version 1.5) that made repeated items + with exceptions load uncorrectly in some cases (thanks to Jan Smydke for + reporting it) + + * fixed a bug related to user-configured keys that could be lost when using + calcurse in non-interactive mode + + [27 Dec 2008] Version 2.4 - New features: |