From 97b120de679ecac65322aae4ba4667e2b58ddf6c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 6 Jul 2008 01:05:28 -0400 Subject: [PATCH] - Doc snapshot --- ChangeLog | 1 + html/task.html | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index bafdb26d1..903944bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ represents a feature release, and the Z represents a patch. + Added averages to the "task history" report + Added ability to override ~/.taskrc with rc: + Added bar chart history report "task ghistory" + + Added task filtering on all reports + Supports relative due: dates (tomorrow, wednesday, 23rd, eom ...) + Bug: Fixed where Esc[0m sequences were being emitted for no good reason + Bug: Fixed underlined table headers when color is turned off diff --git a/html/task.html b/html/task.html index 0b3bfe31f..de6803809 100644 --- a/html/task.html +++ b/html/task.html @@ -56,6 +56,7 @@ ~/.taskrc file
  • Added support for relative due: dates, such as "tomorrow", "friday", "23rd", "eom" +
  • Added support for task filtering on all reports
  • Fixed bug where Esc[0m sequences were being emitted for no good reason
  • Fixed bug where table headers are underlined when color is turned off
  • Fixed bug where adding a blank priority resulted in an assigned garbage value