# HG changeset patch # User Björn Ricks # Date 1386753771 -3600 # Node ID 87867085d9deba814c8fc82b005f402f02c1e639 # Parent d2efc83a6d80e963883748eca0bb61b0c1320183 Rename Changes to CHANGES diff -r d2efc83a6d80 -r 87867085d9de CHANGES --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGES Wed Dec 11 10:22:51 2013 +0100 @@ -0,0 +1,21 @@ +UNRELEASED + + * It is now possible to use empty descriptions for project entires + + * The deletion of entries can now be aborted with the escape key + + * The color settings (theme) can be changed via ~/.getan/getanrc + + * Keymaps are now configurable via ~/.getan/getanrc + + * Refactored the key handling of all widgets. This allows scrolling in the + project and entries list via page up and down. Also Pos1 and End can be used + when inserting or editing text e.g. when adding a project. + + * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to + unix weeks. Use iso weeks for -w and -c parameters and convert them to + unix weeks as used in sqlite. + +1.0 13.01.2012 + + * Initial release diff -r d2efc83a6d80 -r 87867085d9de Changes --- a/Changes Wed Dec 11 10:22:32 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -UNRELEASED - - * It is now possible to use empty descriptions for project entires - - * The deletion of entries can now be aborted with the escape key - - * The color settings (theme) can be changed via ~/.getan/getanrc - - * Keymaps are now configurable via ~/.getan/getanrc - - * Refactored the key handling of all widgets. This allows scrolling in the - project and entries list via page up and down. Also Pos1 and End can be used - when inserting or editing text e.g. when adding a project. - - * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to - unix weeks. Use iso weeks for -w and -c parameters and convert them to - unix weeks as used in sqlite. - -1.0 13.01.2012 - - * Initial release