mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Document TW #2560
This commit is contained in:
parent
55f38bd48e
commit
08dab41d48
2 changed files with 6 additions and 0 deletions
|
@ -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
4
NEWS
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue