bjoern@193: UNRELEASED bjoern@188: bernhard@406: 1.2 X.Y.2017 bernhard@406: bernhard@406: * Already written entries can now be adjusted for start_time and length. bernhard@406: bernhard@406: * Added contrib/getan-report.py, a script to write a daily report. bernhard@406: bjoern@364: * Added a template rendering module bases on jinja2. bjoern@364: bernhard@406: * Cleanup: All scripts are now in the directory 'scripts'. bjoern@364: bjoern@364: * getan-eval.py can be used as a main entry point for user templates. User bjoern@364: templates are loaded from ~/.getan/templates and can be used via the bjoern@364: --template option. E.g. getan-eval.py --template=mytemplate will try to load bjoern@364: ~/.getan/templates/mytemplate. bjoern@364: bernhard@406: * zeiterfassung.py is replaced by 'getan-eval.py -t zeiterfassung' bernhard@406: bjoern@364: bjoern@364: 1.1 03.03.2014 bjoern@364: bjoern@335: * Update layout of getan by removing the big column header boxes. Also display bjoern@335: the current getan version in the upper right corner. bjoern@335: bjoern@334: * By pressing backspace (backspace is the default key) on a project in the bjoern@334: project list it is possible to edit the project name, key and description. bjoern@334: bjoern@331: * It is now possible to use empty descriptions for project entires bjoern@193: bjoern@331: * The deletion of entries can now be aborted with the escape key bjoern@193: bjoern@331: * The color settings (theme) can be changed via ~/.getan/getanrc bjoern@331: bjoern@331: * Keymaps are now configurable via ~/.getan/getanrc bjoern@331: bjoern@331: * Refactored the key handling of all widgets. This allows scrolling in the bjoern@331: project and entries list via page up and down. Also Pos1 and End can be used bjoern@331: when inserting or editing text e.g. when adding a project. bjoern@331: bjoern@331: * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to bjoern@331: unix weeks. Use iso weeks for -w and -c parameters and convert them to bjoern@331: unix weeks as used in sqlite. bjoern@331: bjoern@331: 1.0 13.01.2012 bjoern@331: bjoern@331: * Initial release bjoern@365: bjoern@365: bjoern@365: # vim: set ts=4 sw=4 tw=80 ft=rst :