mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
[WIP] make 'waiting' status a 'virtual' status
This commit is contained in:
parent
20041c120e
commit
901283c79f
7 changed files with 50 additions and 32 deletions
|
@ -1,5 +1,12 @@
|
|||
2.6.0 () -
|
||||
|
||||
- TW #2554 Waiting is now an entirely "virtual" concept, based on a task's
|
||||
'wait' property and the current time. This is reflected in the +WAITING
|
||||
tag, and in the now-deprecated `waiting` status. Please upgrade filters
|
||||
and other automation to use `+WAITING` or `wait.after:now` instead of
|
||||
`status:waiting`, as support will be dropped in a future version.
|
||||
TaskWarrior no longer explicitly "unwaits" a task, so the "unwait' verbosity
|
||||
token is no longer available.
|
||||
- TW #1654 "Due" parsing behaviour seems inconsistent
|
||||
Thanks to Max Rossmannek.
|
||||
- TW #1788 When deleting recurring task all tasks, including completed tasks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue