Mercurial > getan
annotate CHANGES @ 434:11c2a3beee91 2.1
Prepares for release 2.1.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 07 Sep 2017 17:16:05 +0200 |
parents | 266634f3712a |
children | 57dd0f7ce58f |
rev | line source |
---|---|
434
11c2a3beee91
Prepares for release 2.1.
Bernhard Reiter <bernhard@intevation.de>
parents:
433
diff
changeset
|
1 2.1 2017-09-07 |
11c2a3beee91
Prepares for release 2.1.
Bernhard Reiter <bernhard@intevation.de>
parents:
433
diff
changeset
|
2 |
433
266634f3712a
Improves command line options.
Bernhard Reiter <bernhard@intevation.de>
parents:
432
diff
changeset
|
3 * Adds option '--init-only' which will non-interactively just |
266634f3712a
Improves command line options.
Bernhard Reiter <bernhard@intevation.de>
parents:
432
diff
changeset
|
4 create the databasefile if it does not exits. (Bernhard Reiter) |
188
da3333fcf222
Add Changes file to track new features and bugfixes
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
5 |
432
8d03d7ada7e1
getan-eval.py: Fixes a possible encoding detection failure.
Bernhard Reiter <bernhard@intevation.de>
parents:
431
diff
changeset
|
6 * Fixes a possible encoding detection failure: uses 'utf-8' by |
8d03d7ada7e1
getan-eval.py: Fixes a possible encoding detection failure.
Bernhard Reiter <bernhard@intevation.de>
parents:
431
diff
changeset
|
7 default then. Patch by Tom Gottfried. (Bernhard Reiter) |
8d03d7ada7e1
getan-eval.py: Fixes a possible encoding detection failure.
Bernhard Reiter <bernhard@intevation.de>
parents:
431
diff
changeset
|
8 |
431
8922713adbe6
getan-eval.py: Improves how 'user' is found.
Bernhard Reiter <bernhard@intevation.de>
parents:
430
diff
changeset
|
9 * Improves how the 'user' is found: If no -u/--user is given uses |
8922713adbe6
getan-eval.py: Improves how 'user' is found.
Bernhard Reiter <bernhard@intevation.de>
parents:
430
diff
changeset
|
10 the environment variable $USER or the string 'USER'. Patch by Tom Gottfried. |
8922713adbe6
getan-eval.py: Improves how 'user' is found.
Bernhard Reiter <bernhard@intevation.de>
parents:
430
diff
changeset
|
11 (Bernhard Reiter) |
8922713adbe6
getan-eval.py: Improves how 'user' is found.
Bernhard Reiter <bernhard@intevation.de>
parents:
430
diff
changeset
|
12 |
8922713adbe6
getan-eval.py: Improves how 'user' is found.
Bernhard Reiter <bernhard@intevation.de>
parents:
430
diff
changeset
|
13 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
14 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
|
15 (Honoring Björn Ricks who did 90% of this release's development work.) |
364 | 16 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
17 * Adds jinja2 template rendering. |
364 | 18 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
19 getan-eval.py can be used as a main entry point for user templates. User |
364 | 20 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
|
21 --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
|
22 to load ~/.getan/templates/mytemplate. |
364 | 23 |
414
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
24 * 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
|
25 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
26 * 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
|
27 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
28 * Replaces zeiterfassung.py with 'getan-eval.py -t zeiterfassung'. |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
29 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
30 * Cleanup: All scripts moved into 'scripts/'. |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
31 |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
32 * Improves: Recognition of workpackages from the descriptions. They are now |
69ef6f89e930
Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents:
406
diff
changeset
|
33 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
|
34 |
364 | 35 |
36 1.1 03.03.2014 | |
37 | |
335 | 38 * Update layout of getan by removing the big column header boxes. Also display |
39 the current getan version in the upper right corner. | |
40 | |
334
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
41 * 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
|
42 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
|
43 |
331 | 44 * 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
|
45 |
331 | 46 * 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
|
47 |
331 | 48 * The color settings (theme) can be changed via ~/.getan/getanrc |
49 | |
50 * Keymaps are now configurable via ~/.getan/getanrc | |
51 | |
52 * Refactored the key handling of all widgets. This allows scrolling in the | |
53 project and entries list via page up and down. Also Pos1 and End can be used | |
54 when inserting or editing text e.g. when adding a project. | |
55 | |
56 * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to | |
57 unix weeks. Use iso weeks for -w and -c parameters and convert them to | |
58 unix weeks as used in sqlite. | |
59 | |
60 1.0 13.01.2012 | |
61 | |
62 * Initial release | |
365
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
63 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
64 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
65 # vim: set ts=4 sw=4 tw=80 ft=rst : |