Mercurial > getan
diff CHANGES @ 332:87867085d9de
Rename Changes to CHANGES
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 11 Dec 2013 10:22:51 +0100 |
parents | Changes@d2efc83a6d80 |
children | 86b21a3c660a |
line wrap: on
line diff
--- /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