comparison CHANGES @ 414:69ef6f89e930 2.0

Prepares release v2.0. * Updates CHANGES, README, version and some copyright lines.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 03 May 2017 13:38:29 +0200
parents 84f9b1eeb8b6
children 80a577ac3a25
comparison
equal deleted inserted replaced
413:a499441249af 414:69ef6f89e930
1 UNRELEASED 1 UNRELEASED
2 2
3 1.2 X.Y.2017 3 2.0 03.05.2017
4 4
5 * Already written entries can now be adjusted for start_time and length. 5 * Adds jinja2 template rendering.
6 6
7 * Added contrib/getan-report.py, a script to write a daily report. 7 getan-eval.py can be used as a main entry point for user templates. User
8 templates are loaded from ~/.getan/templates and can be used via the
9 --template option. E.g. 'getan-eval.py --template=mytemplate' will try
10 to load ~/.getan/templates/mytemplate.
8 11
9 * Added a template rendering module bases on jinja2. 12 * Adds: Existing entries can be adjusted for start_time and length via ui.
10 13
11 * Cleanup: All scripts are now in the directory 'scripts'. 14 * Adds 'getan-report.py', a script to write a daily report.
12 15
13 * getan-eval.py can be used as a main entry point for user templates. User 16 * Replaces zeiterfassung.py with 'getan-eval.py -t zeiterfassung'.
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 17
18 * zeiterfassung.py is replaced by 'getan-eval.py -t zeiterfassung' 18 * Cleanup: All scripts moved into 'scripts/'.
19
20 * Improves: Recognition of workpackages from the descriptions. They are now
21 closer to the behaviour of zeitvertexung: any non-whitespace is allowed.
19 22
20 23
21 1.1 03.03.2014 24 1.1 03.03.2014
22 25
23 * Update layout of getan by removing the big column header boxes. Also display 26 * Update layout of getan by removing the big column header boxes. Also display
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)