- Doc snapshot

This commit is contained in:
Paul Beckingham 2008-07-06 01:05:28 -04:00
parent 2181041c8c
commit 97b120de67
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ represents a feature release, and the Z represents a patch.
+ Added averages to the "task history" report + Added averages to the "task history" report
+ Added ability to override ~/.taskrc with rc:<file> + Added ability to override ~/.taskrc with rc:<file>
+ Added bar chart history report "task ghistory" + Added bar chart history report "task ghistory"
+ Added task filtering on all reports
+ Supports relative due: dates (tomorrow, wednesday, 23rd, eom ...) + Supports relative due: dates (tomorrow, wednesday, 23rd, eom ...)
+ Bug: Fixed where Esc[0m sequences were being emitted for no good reason + Bug: Fixed where Esc[0m sequences were being emitted for no good reason
+ Bug: Fixed underlined table headers when color is turned off + Bug: Fixed underlined table headers when color is turned off

View file

@ -56,6 +56,7 @@
~/.taskrc file ~/.taskrc file
<li>Added support for relative due: dates, such as "tomorrow", "friday", <li>Added support for relative due: dates, such as "tomorrow", "friday",
"23rd", "eom" "23rd", "eom"
<li>Added support for task filtering on all reports
<li>Fixed bug where Esc[0m sequences were being emitted for no good reason <li>Fixed bug where Esc[0m sequences were being emitted for no good reason
<li>Fixed bug where table headers are underlined when color is turned off <li>Fixed bug where table headers are underlined when color is turned off
<li>Fixed bug where adding a blank priority resulted in an assigned garbage value <li>Fixed bug where adding a blank priority resulted in an assigned garbage value