Mercurial > getan
annotate CHANGES @ 429:5ee2ce059338
getan-eval.py: improves diagnosis.
* (minor) In case of missing -u/--user parameter, scripts/getan-eval.py
will output an error message.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Mon, 29 May 2017 14:22:06 +0200 |
parents | 4c6770764fd9 |
children | e2b05afaf1bc |
rev | line source |
---|---|
422
80a577ac3a25
Version: improves indication of dev version.
Bernhard Reiter <bernhard@intevation.de>
parents:
414
diff
changeset
|
1 2.1 xx.xx.20xx UNRELEASED |
188
da3333fcf222
Add Changes file to track new features and bugfixes
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 |
429
5ee2ce059338
getan-eval.py: improves diagnosis.
Bernhard Reiter <bernhard@intevation.de>
parents:
426
diff
changeset
|
3 * (minor) In case of missing -u/--user parameter, scripts/getan-eval.py |
5ee2ce059338
getan-eval.py: improves diagnosis.
Bernhard Reiter <bernhard@intevation.de>
parents:
426
diff
changeset
|
4 will output an error message. |
5ee2ce059338
getan-eval.py: improves diagnosis.
Bernhard Reiter <bernhard@intevation.de>
parents:
426
diff
changeset
|
5 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
6 2.0 03.05.2017 |
426
4c6770764fd9
Docs: Adds dedication to Björn Ricks to CHANGES.
Bernhard Reiter <bernhard@intevation.de>
parents:
422
diff
changeset
|
7 (Honoring Björn Ricks who did 90% of this release's development work.) |
364 | 8 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
9 * Adds jinja2 template rendering. |
364 | 10 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
11 getan-eval.py can be used as a main entry point for user templates. User |
364 | 12 templates are loaded from ~/.getan/templates and can be used via the |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
13 --template option. E.g. 'getan-eval.py --template=mytemplate' will try |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
14 to load ~/.getan/templates/mytemplate. |
364 | 15 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
16 * Adds: Existing entries can be adjusted for start_time and length via ui. |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
17 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
18 * Adds 'getan-report.py', a script to write a daily report. |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
19 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
20 * Replaces zeiterfassung.py with 'getan-eval.py -t zeiterfassung'. |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
21 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
22 * Cleanup: All scripts moved into 'scripts/'. |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
23 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
24 * Improves: Recognition of workpackages from the descriptions. They are now |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
25 closer to the behaviour of zeitvertexung: any non-whitespace is allowed. |
406
84f9b1eeb8b6
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
Bernhard Reiter <bernhard@intevation.de>
parents:
365
diff
changeset
|
26 |
364 | 27 |
28 1.1 03.03.2014 | |
29 | |
335 | 30 * Update layout of getan by removing the big column header boxes. Also display |
31 the current getan version in the upper right corner. | |
32 | |
334
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
33 * 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
|
34 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
|
35 |
331 | 36 * 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
|
37 |
331 | 38 * 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
|
39 |
331 | 40 * The color settings (theme) can be changed via ~/.getan/getanrc |
41 | |
42 * Keymaps are now configurable via ~/.getan/getanrc | |
43 | |
44 * Refactored the key handling of all widgets. This allows scrolling in the | |
45 project and entries list via page up and down. Also Pos1 and End can be used | |
46 when inserting or editing text e.g. when adding a project. | |
47 | |
48 * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to | |
49 unix weeks. Use iso weeks for -w and -c parameters and convert them to | |
50 unix weeks as used in sqlite. | |
51 | |
52 1.0 13.01.2012 | |
53 | |
54 * Initial release | |
365
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
55 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
56 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
57 # vim: set ts=4 sw=4 tw=80 ft=rst : |