Mercurial > getan
annotate 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 |
rev | line source |
---|---|
193
e7466f3210c6
Update and reformat Changes file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
188
diff
changeset
|
1 UNRELEASED |
188
da3333fcf222
Add Changes file to track new features and bugfixes
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 |
331 | 3 * It is now possible to use empty descriptions for project entires |
193
e7466f3210c6
Update and reformat Changes file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
188
diff
changeset
|
4 |
331 | 5 * The deletion of entries can now be aborted with the escape key |
193
e7466f3210c6
Update and reformat Changes file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
188
diff
changeset
|
6 |
331 | 7 * The color settings (theme) can be changed via ~/.getan/getanrc |
8 | |
9 * Keymaps are now configurable via ~/.getan/getanrc | |
10 | |
11 * Refactored the key handling of all widgets. This allows scrolling in the | |
12 project and entries list via page up and down. Also Pos1 and End can be used | |
13 when inserting or editing text e.g. when adding a project. | |
14 | |
15 * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to | |
16 unix weeks. Use iso weeks for -w and -c parameters and convert them to | |
17 unix weeks as used in sqlite. | |
18 | |
19 1.0 13.01.2012 | |
20 | |
21 * Initial release |