From 90c721295adfbf9836d5407d70bfae56e3004cba Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 8 May 2009 00:29:14 -0400 Subject: [PATCH] Documentation Update - Added docs reflecting the en passant feature for "done" and "append". --- ChangeLog | 4 +++- html/task.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af78b2b89..15e21356f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,8 +12,10 @@ is a set of IDs. This allows commands like "task delete 1 2 5-10,12". + Fixed bug in the ghistory report, which caused it to only show a new month if a task was added during that month. - + New command "duplicate" which allows an existing task to be duplicated, + + New command "duplicate" which allow existing task(s) to be duplicated, and also have modifications applied (thanks to David J Patrick). + + The "append", and "done" commands now allow modifications to be applied + to the task(s) (thanks to David J Patrick). ------ old releases ------------------------------ diff --git a/html/task.html b/html/task.html index 3bf21201d..e9c331b54 100644 --- a/html/task.html +++ b/html/task.html @@ -125,6 +125,8 @@ month if a task was added during that month.
  • New command "duplicate" which allows an existing task to be duplicated, and also have modifications applied (thanks to David J Patrick). +
  • The "append", and "done" commands now allow modifications to be applied + to the task(s) (thanks to David J Patrick).