- Allows the 'projects' and 'tags' commands to be list all used
  projects/tags, not just the ones used in current pending tasks.
  Controlled by the 'list.all.projects' and 'list.all.tags' configuration
  variables (thanks to Dirk Deimeke).
- Added unit tests.
- Updated man pages.
This commit is contained in:
Paul Beckingham 2010-06-20 13:06:24 -04:00
parent 8572080677
commit 2c7552222a
6 changed files with 171 additions and 8 deletions

View file

@ -16,6 +16,10 @@
'task config' is now only used to set new configuration values.
+ Added feature #298, supporting a configurable number of future recurring
tasks that are generated.
+ Added feature #412, which allows the 'projects' and 'tags' commands to be
list all used projects/tags, not just the ones used in current pending tasks.
Controlled by the 'list.all.projects' and 'list.all.tags' configuration
variables (thanks to Dirk Deimeke).
+ Improvements to the man pages (thanks to T. Charles Yun).
+ Fixed bug #406 so that task now includes command aliases in the _commands
helper command used by shell completion scripts.