Docs: Added QUARTER virtual tag

This commit is contained in:
Paul Beckingham 2016-05-30 14:13:03 -04:00
parent ed7097d5da
commit 4711dd9e13
3 changed files with 3 additions and 1 deletions

View file

@ -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.
------ current release --------------------------- ------ current release ---------------------------

2
NEWS
View file

@ -1,7 +1,7 @@
New Features in Taskwarrior 2.6.0 New Features in Taskwarrior 2.6.0
- - The 'QUARTER' virutal tag was added.
New Commands in Taskwarrior 2.6.0 New Commands in Taskwarrior 2.6.0

View file

@ -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