- New 'exec' command that runs external programs, implemented by
  CmdExec.
- Restructured code so that only Commands implements ::read_only
  and ::displays_id methods, while derived objects simply set flags.
- Corrected column alignment in summary report.
This commit is contained in:
Paul Beckingham
2011-05-15 00:18:24 -04:00
parent 52599dca63
commit afc97d566c
11 changed files with 63 additions and 49 deletions

1
NEWS
View File

@@ -16,6 +16,7 @@ New Features in taskwarrior 2.0.0
- Performance enhancements.
- New 'next' report, that gauges urgency and reports the most urgent tasks.
- Fine control of verbosity through the 'verbose=' configuration variable.
- New 'exec' command that runs external scripts/programs.
Please refer to the ChangeLog file for full details. There are too many to
list here.