mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Docs: Added QUARTER virtual tag
This commit is contained in:
parent
edeac7e6a2
commit
6358b22289
3 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
||||||
removed by merging with 'new-id'.
|
removed by merging with 'new-id'.
|
||||||
- Correct a false-positive warning when a due date is removed and a wait is
|
- Correct a false-positive warning when a due date is removed and a wait is
|
||||||
added.
|
added.
|
||||||
|
- Added 'QUARTER' virtual tag.
|
||||||
|
|
||||||
2.5.1 (2016-02-24) 8b4ae3b54b44dfbd00b96cdd6dceb8dfe7cc1ea0
|
2.5.1 (2016-02-24) 8b4ae3b54b44dfbd00b96cdd6dceb8dfe7cc1ea0
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
New Features in Taskwarrior 2.5.2
|
New Features in Taskwarrior 2.5.2
|
||||||
|
|
||||||
-
|
- The 'QUARTER' virutal tag was added.
|
||||||
|
|
||||||
New Commands in Taskwarrior 2.5.2
|
New Commands in Taskwarrior 2.5.2
|
||||||
|
|
||||||
|
|
|
@ -690,6 +690,7 @@ are:
|
||||||
PENDING Matches if the task has pending status
|
PENDING Matches if the task has pending status
|
||||||
PRIORITY Matches if the task has a priority
|
PRIORITY Matches if the task has a priority
|
||||||
PROJECT Matches if the task has a project
|
PROJECT Matches if the task has a project
|
||||||
|
QUARTER Matches if the task is due this quarter
|
||||||
READY Matches if the task is actionable
|
READY Matches if the task is actionable
|
||||||
SCHEDULED Matches if the task is scheduled
|
SCHEDULED Matches if the task is scheduled
|
||||||
TAGGED Matches if the task has tags
|
TAGGED Matches if the task has tags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue