Documentation

- Updated ChangeLog, etc with recent issue completion.
This commit is contained in:
Paul Beckingham 2011-05-31 00:41:29 -04:00
parent 56ccd16730
commit 067f5920bb
3 changed files with 5 additions and 0 deletions

View file

@ -92,4 +92,5 @@ suggestions:
Alan Barton Alan Barton
Uli Martens Uli Martens
Jonathan Hankins Jonathan Hankins
Andreas Kalex

View file

@ -39,6 +39,7 @@
+ Added feature #330, which supports the 'inverse' color attribute. + Added feature #330, which supports the 'inverse' color attribute.
+ Added feature #523 & #659, adding 'status' as a reportable field (thanks to + Added feature #523 & #659, adding 'status' as a reportable field (thanks to
Peter De Poorter and Bryce Harrington). Peter De Poorter and Bryce Harrington).
+ Added feature #545, #610, #611, #646, which support complex aliases.
+ Added feature #657 & #658, using the 'ids' command, tasks matching a filter + Added feature #657 & #658, using the 'ids' command, tasks matching a filter
can now be modified as a group (thanks to Bryce Harrington, Eric Fluger). can now be modified as a group (thanks to Bryce Harrington, Eric Fluger).
+ Added feature #679, which makes color rules match project names in a left- + Added feature #679, which makes color rules match project names in a left-
@ -55,6 +56,8 @@
their descriptions. their descriptions.
# Tracked Bugs, sorted by ID. # Tracked Bugs, sorted by ID.
+ Fixed bug #475, which allowed a blank annotation command to be entered (thanks
to Andreas Kalex).
+ Fixed bug #511, which caused display problem on Cygwin when colored output + Fixed bug #511, which caused display problem on Cygwin when colored output
used the full width of the terminal. The 'avoidlastcolumn' configuration used the full width of the terminal. The 'avoidlastcolumn' configuration
variable forces taskwarrior to never use the last column. variable forces taskwarrior to never use the last column.

1
NEWS
View file

@ -19,6 +19,7 @@ New Features in taskwarrior 2.0.0
- New 'execute' command that runs external scripts/programs. - New 'execute' command that runs external scripts/programs.
- JSON is the new default export format. - JSON is the new default export format.
- New 'reports' command that lists reports and their descriptions. - New 'reports' command that lists reports and their descriptions.
- New complex aliases.
Please refer to the ChangeLog file for full details. There are too many to Please refer to the ChangeLog file for full details. There are too many to
list here. list here.