docs: Document TW #2560
This commit is contained in:
@@ -88,6 +88,8 @@
|
|||||||
- TW #2554 Remove the waiting state, and consider any task with wait>now to be
|
- TW #2554 Remove the waiting state, and consider any task with wait>now to be
|
||||||
waiting
|
waiting
|
||||||
Thanks to Dustin J. Mitchell
|
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.
|
- TW #2569 The `json.depends.array` configuration option is now ignored.
|
||||||
Dependencies are always represented as an array in JSON output.
|
Dependencies are always represented as an array in JSON output.
|
||||||
Thanks to Dustin J. Mitchell
|
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
|
- The context definitions for reporting commmands are now stored in
|
||||||
"context.<name>.read". Context definitions for write commands are now
|
"context.<name>.read". Context definitions for write commands are now
|
||||||
supported using "context.<name>.write" configuration variable.
|
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
|
- 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
|
holiday.<name>.end=<date> to specify a range-based holiday, such as a
|
||||||
vacation.
|
vacation.
|
||||||
|
|||||||
Reference in New Issue
Block a user