- Updated docs with latest change.

This commit is contained in:
Paul Beckingham 2008-07-09 23:00:49 -04:00
parent 2150642f9d
commit 84d0dce20c
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ represents a feature release, and the Z represents a patch.
+ Added task filtering on all reports + Added task filtering on all reports
+ Automatically shuts off color, curses when output is not a tty + Automatically shuts off color, curses when output is not a tty
+ Supports relative due: dates (tomorrow, wednesday, 23rd, eom ...) + Supports relative due: dates (tomorrow, wednesday, 23rd, eom ...)
+ Supports the ~ character in .taskrc data.location
+ 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
+ Bug: Adding a blank priority resulted in an assigned garbage value + Bug: Adding a blank priority resulted in an assigned garbage value

View file

@ -59,6 +59,7 @@
"23rd", "eom" "23rd", "eom"
<li>Added support for task filtering on all reports <li>Added support for task filtering on all reports
<li>Automatically shuts off color, ncurses when output is not to a tty <li>Automatically shuts off color, ncurses when output is not to a tty
<li>Added support for the ~ character in .taskrc data.location, for flexibility
<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