# HG changeset patch # User Björn Ricks # Date 1386753752 -3600 # Node ID d2efc83a6d80e963883748eca0bb61b0c1320183 # Parent c3890acdc4b2609d52458687d6a2819cfc41258e Update changes diff -r c3890acdc4b2 -r d2efc83a6d80 Changes --- a/Changes Wed Dec 11 10:11:13 2013 +0100 +++ b/Changes Wed Dec 11 10:22:32 2013 +0100 @@ -1,9 +1,21 @@ UNRELEASED - * 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. + * It is now possible to use empty descriptions for project entires -1.0 13.01.2012 + * The deletion of entries can now be aborted with the escape key - * Initial release + * 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