# HG changeset patch # User Björn Ricks # Date 1393856721 -3600 # Node ID 2b0b7d5bbbae502b15debb712b99e4b845b04a4b # Parent 1be996254ad5a1253fd2de94cb83395647ec3cb6 Update CHANGES diff -r 1be996254ad5 -r 2b0b7d5bbbae CHANGES --- a/CHANGES Mon Mar 03 15:08:30 2014 +0100 +++ b/CHANGES Mon Mar 03 15:25:21 2014 +0100 @@ -1,5 +1,17 @@ UNRELEASED + * Added a template rendering module bases on jinja2. + + * zeiterfassung.py is re-written to use the new template based rendering. + + * 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. + + +1.1 03.03.2014 + * Update layout of getan by removing the big column header boxes. Also display the current getan version in the upper right corner.