Mercurial > getan
annotate CHANGES @ 406:84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
* zeiterfassung.py is completely replaced by "getan-eval.py".
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Fri, 10 Feb 2017 15:30:56 +0100 |
parents | 85a2f06caf61 |
children | 69ef6f89e930 |
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 |
406
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
3 1.2 X.Y.2017 |
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
4 |
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
5 * Already written entries can now be adjusted for start_time and length. |
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
6 |
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
7 * Added contrib/getan-report.py, a script to write a daily report. |
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
8 |
364 | 9 * Added a template rendering module bases on jinja2. |
10 | |
406
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
11 * Cleanup: All scripts are now in the directory 'scripts'. |
364 | 12 |
13 * getan-eval.py can be used as a main entry point for user templates. User | |
14 templates are loaded from ~/.getan/templates and can be used via the | |
15 --template option. E.g. getan-eval.py --template=mytemplate will try to load | |
16 ~/.getan/templates/mytemplate. | |
17 | |
406
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
18 * zeiterfassung.py is replaced by 'getan-eval.py -t zeiterfassung' |
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
19 |
364 | 20 |
21 1.1 03.03.2014 | |
22 | |
335 | 23 * Update layout of getan by removing the big column header boxes. Also display |
24 the current getan version in the upper right corner. | |
25 | |
334
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
26 * 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
|
27 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
|
28 |
331 | 29 * 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
|
30 |
331 | 31 * 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
|
32 |
331 | 33 * The color settings (theme) can be changed via ~/.getan/getanrc |
34 | |
35 * Keymaps are now configurable via ~/.getan/getanrc | |
36 | |
37 * Refactored the key handling of all widgets. This allows scrolling in the | |
38 project and entries list via page up and down. Also Pos1 and End can be used | |
39 when inserting or editing text e.g. when adding a project. | |
40 | |
41 * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to | |
42 unix weeks. Use iso weeks for -w and -c parameters and convert them to | |
43 unix weeks as used in sqlite. | |
44 | |
45 1.0 13.01.2012 | |
46 | |
47 * Initial release | |
365
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
48 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
49 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
50 # vim: set ts=4 sw=4 tw=80 ft=rst : |