From 08dab41d488d23962e9d908a2f682b76c576b4d8 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 21 Aug 2021 10:09:45 -0400 Subject: [PATCH] docs: Document TW #2560 --- ChangeLog | 2 ++ NEWS | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd9971318..f216b4ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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..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 diff --git a/NEWS b/NEWS index 26d81f202..825900a5e 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,10 @@ New Configuration Options in Taskwarrior 2.6.0 - The context definitions for reporting commmands are now stored in "context..read". Context definitions for write commands are now supported using "context..write" configuration variable. + - Each report (and the timesheet command) can explicitly opt-out from the + currently active context by setting the report..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..start= and holiday..end= to specify a range-based holiday, such as a vacation.