mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
docs: Add information about waiting status to NEWS
This commit is contained in:
parent
54aef35b57
commit
9e67f4f946
2 changed files with 12 additions and 8 deletions
10
NEWS
10
NEWS
|
@ -27,7 +27,13 @@ New Features in Taskwarrior 2.6.0
|
|||
'due.by:eod', which it would not otherwise. It also works with
|
||||
whole units like days, e.g. 'add test due:2021-07-17' would not match
|
||||
'due.before:tomorrow' (on the 16th), but would match 'due.by:tomorrow'.
|
||||
|
||||
- Waiting is now an entirely "virtual" concept, based on a task's
|
||||
'wait' property and the current time. Task is consiered "waiting" if its
|
||||
wait attribute is in the future. TaskWarrior no longer explicitly
|
||||
"unwaits" a task (the wait attribute is not removed once its value is in
|
||||
the past), so the "unwait' verbosity token is no longer available.
|
||||
This allows for filtering for tasks that were waiting in the past
|
||||
intervals, but are not waiting anymore.
|
||||
|
||||
New Commands in Taskwarrior 2.6.0
|
||||
|
||||
|
@ -46,6 +52,8 @@ New Configuration Options in Taskwarrior 2.6.0
|
|||
Newly Deprecated Features in Taskwarrior 2.6.0
|
||||
|
||||
- The 'PARENT' and 'CHILD' virtual tags are replaced by 'TEMPLATE' and 'INSTANCE'.
|
||||
- The 'waiting' status is now deprecated. We recommend using +WAITING virtual tag
|
||||
or wait-attribute based filters, such as 'wait.before:eow' instead.
|
||||
|
||||
Fixed regressions in 2.6.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue