From 84d0dce20c1e9bfc5f27695fff5bdc25e277dfd5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 9 Jul 2008 23:00:49 -0400 Subject: [PATCH] - Updated docs with latest change. --- ChangeLog | 1 + html/task.html | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9b6c016a1..95dd2b958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ represents a feature release, and the Z represents a patch. + Added task filtering on all reports + Automatically shuts off color, curses when output is not a tty + 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 underlined table headers when color is turned off + Bug: Adding a blank priority resulted in an assigned garbage value diff --git a/html/task.html b/html/task.html index 2aed7bb4d..11218fd7d 100644 --- a/html/task.html +++ b/html/task.html @@ -59,6 +59,7 @@ "23rd", "eom"
  • Added support for task filtering on all reports
  • Automatically shuts off color, ncurses when output is not to a tty +
  • Added support for the ~ character in .taskrc data.location, for flexibility
  • 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