Mercurial > getan
annotate CHANGES @ 357:f13dc9fd62d5
Add a template for generating the zeiterfassung data
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 14:31:25 +0100 |
parents | 1c9d4992da68 |
children | 2b0b7d5bbbae |
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 |
335 | 3 * Update layout of getan by removing the big column header boxes. Also display |
4 the current getan version in the upper right corner. | |
5 | |
334
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
6 * By pressing backspace (backspace is the default key) on a project in the |
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
7 project list it is possible to edit the project name, key and description. |
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
8 |
331 | 9 * 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
|
10 |
331 | 11 * 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
|
12 |
331 | 13 * The color settings (theme) can be changed via ~/.getan/getanrc |
14 | |
15 * Keymaps are now configurable via ~/.getan/getanrc | |
16 | |
17 * Refactored the key handling of all widgets. This allows scrolling in the | |
18 project and entries list via page up and down. Also Pos1 and End can be used | |
19 when inserting or editing text e.g. when adding a project. | |
20 | |
21 * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to | |
22 unix weeks. Use iso weeks for -w and -c parameters and convert them to | |
23 unix weeks as used in sqlite. | |
24 | |
25 1.0 13.01.2012 | |
26 | |
27 * Initial release |