view CHANGES @ 426:4c6770764fd9

Docs: Adds dedication to Björn Ricks to CHANGES.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 05 May 2017 10:32:49 +0200
parents 80a577ac3a25
children 5ee2ce059338
line wrap: on
line source
2.1 xx.xx.20xx UNRELEASED

2.0 03.05.2017
(Honoring Björn Ricks who did 90% of this release's development work.)

 * Adds jinja2 template 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.

 * Adds: Existing entries can be adjusted for start_time and length via ui.

 * Adds 'getan-report.py', a script to write a daily report.

 * Replaces zeiterfassung.py with 'getan-eval.py -t zeiterfassung'.

 * Cleanup: All scripts moved into 'scripts/'.

 * Improves: Recognition of workpackages from the descriptions. They are now
   closer to the behaviour of zeitvertexung: any non-whitespace is allowed.


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.

 * By pressing backspace (backspace is the default key) on a project in the
   project list it is possible to edit the project name, key and description.

 * It is now possible to use empty descriptions for project entires

 * The deletion of entries can now be aborted with the escape key

 * The color settings (theme) can be changed via ~/.getan/getanrc

 * Keymaps are now configurable via ~/.getan/getanrc

 * Refactored the key handling of all widgets. This allows scrolling in the
   project and entries list via page up and down. Also Pos1 and End can be used
   when inserting or editing text e.g. when adding a project.

 * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to
   unix weeks. Use iso weeks for -w and -c parameters and convert them to
   unix weeks as used in sqlite.

1.0 13.01.2012

 * Initial release


# vim: set ts=4 sw=4 tw=80 ft=rst :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)