mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Documentation Update
- Added docs reflecting the en passant feature for "done" and "append".
This commit is contained in:
parent
5cf33105a3
commit
90c721295a
2 changed files with 5 additions and 1 deletions
|
@ -12,8 +12,10 @@
|
||||||
is a set of IDs. This allows commands like "task delete 1 2 5-10,12".
|
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
|
+ Fixed bug in the ghistory report, which caused it to only show a new
|
||||||
month if a task was added during that month.
|
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).
|
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 ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -125,6 +125,8 @@
|
||||||
month if a task was added during that month.
|
month if a task was added during that month.
|
||||||
<li>New command "duplicate" which allows an existing task to be duplicated,
|
<li>New command "duplicate" which allows an existing task to be duplicated,
|
||||||
and also have modifications applied (thanks to David J Patrick).
|
and also have modifications applied (thanks to David J Patrick).
|
||||||
|
<li>The "append", and "done" commands now allow modifications to be applied
|
||||||
|
to the task(s) (thanks to David J Patrick).
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue