Feature - new field 'priority_long'

- The new 'priority_long' field can be shown in custom reports, and will
  display 'High' rather than the abbreviated 'H'.
- Unit tests.
This commit is contained in:
Paul Beckingham 2009-12-31 12:57:03 -05:00
parent dca4772f33
commit db707d5e15
4 changed files with 99 additions and 3 deletions

View file

@ -21,6 +21,8 @@
+ The 'entry', 'start' and 'end' columns now have equivalents that include the
time, and are called 'entry_time', 'start_time', and 'end_time', for use in
custom reports.
+ The new 'priority_long' field can be shown in custom reports, and will
display 'High' rather than the abbreviated 'H'.
+ Added feature #307 that provides vim with syntax highlighting for .taskrc.
+ Task now support .taskrc command line overrides using rc.name:value and
the new rc.name=value to accommodate a frequent mistake.