Enhancement - new age_compact column

- Added support for a new custom report column called "age_compact",
  which is a more compact version of "age" (thanks to T. Charles Yun).
This commit is contained in:
Paul Beckingham
2009-06-03 02:19:25 -04:00
parent 66bd5fc3c0
commit ac871d9e8d
4 changed files with 46 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
+ Supports negative tag filters, so that (task list +foo -bar) now filters
tasks that have the "foo" tag, but do not have the "bar" tag (thanks to
Chris Pride).
+ Custom reports now support a more compact form of the "age" column,
called "age_compact" (thanks to T. Charles Yun).
------ old releases ------------------------------