docs: Document TW #2560

This commit is contained in:
Tomas Babej 2021-08-21 10:09:45 -04:00
parent 55f38bd48e
commit 08dab41d48
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
2 changed files with 6 additions and 0 deletions

View file

@ -88,6 +88,8 @@
- TW #2554 Remove the waiting state, and consider any task with wait>now to be
waiting
Thanks to Dustin J. Mitchell
- TW #2560 Add report.<name>.context configuration variable
Thanks to Jake C.
- TW #2569 The `json.depends.array` configuration option is now ignored.
Dependencies are always represented as an array in JSON output.
Thanks to Dustin J. Mitchell

4
NEWS
View file

@ -44,6 +44,10 @@ New Configuration Options in Taskwarrior 2.6.0
- The context definitions for reporting commmands are now stored in
"context.<name>.read". Context definitions for write commands are now
supported using "context.<name>.write" configuration variable.
- Each report (and the timesheet command) can explicitly opt-out from the
currently active context by setting the report.<name>.context variable to 0
(defaults to 1). Useful for defining universal reports that ignore
currently set context, such as 'inbox' report for GTD methodology.
- Multi-day holidays are now supported. Use holiday.<name>.start=<date> and
holiday.<name>.end=<date> to specify a range-based holiday, such as a
vacation.