Mercurial > getan
diff 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 |
line wrap: on
line diff
--- a/CHANGES Fri Feb 10 15:01:07 2017 +0100 +++ b/CHANGES Fri Feb 10 15:30:56 2017 +0100 @@ -1,14 +1,22 @@ UNRELEASED +1.2 X.Y.2017 + + * Already written entries can now be adjusted for start_time and length. + + * Added contrib/getan-report.py, a script to write a daily report. + * Added a template rendering module bases on jinja2. - * zeiterfassung.py is re-written to use the new template based rendering. + * Cleanup: All scripts are now in the directory 'scripts'. * getan-eval.py can be used as a main entry point for user templates. User templates are loaded from ~/.getan/templates and can be used via the --template option. E.g. getan-eval.py --template=mytemplate will try to load ~/.getan/templates/mytemplate. + * zeiterfassung.py is replaced by 'getan-eval.py -t zeiterfassung' + 1.1 03.03.2014