diff options
author | Frederic Culot <calcurse@culot.org> | 2006-10-01 18:10:51 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-10-01 18:10:51 +0000 |
commit | 7673a2446ed295c8988ea4655cc94746f069b941 (patch) | |
tree | bb75dc18ce46cee819755d39302d35fd19241b07 | |
parent | a68cbcc37e5c60605d2db7c9794194007aaca180 (diff) | |
download | calcurse-7673a2446ed295c8988ea4655cc94746f069b941.tar.gz calcurse-7673a2446ed295c8988ea4655cc94746f069b941.zip |
version 1.6 released
-rwxr-xr-x | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +[01 Oct 2006] +Version 1.6 +- New features: + * Notification-bar implemented, which indicates current date and time, + the calendar file in use and the next upcoming appointment together with the + time left before it + + * '-n' flag added to get notified of the next appointment within upcoming 24 + hours + + * Support for todo priorities added + + * New screen layouts added to make the todo panel the largest one + + * General keybindings implemented, which apply whatever panel is selected + +- Bugfixes: + * The repeated end date can no longer be before the item start date + + * Fixed a possible conflict in the LOCALEDIR variable definition + +- Translation: + * spanish translation and manual provided by Jose Lopez + + * german translation and manual updated by Christoph M. + + [26 Aug 2006] Version 1.5 - New features: |