diff --git a/ChangeLog b/ChangeLog index 90a15587c..469997469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,8 @@ be verbose about. See taskrc(5). + New 'execute' command that runs external programs. + The default export format is now JSON. + + The configuration variable 'json.array' determines whether 'query' command + output is enclosed by '[...]'. # Tracked Features, sorted by ID. + Added feature #330, which supports the 'inverse' color attribute. diff --git a/NEWS b/NEWS index a30c55c93..1d23cbf76 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,10 @@ New configuration options in taskwarrior 2.0.0 - New 'color.label' for report column labels. - New 'verbose=...' support for individual verbosity settings. - New 'avoidlastcolumn' support for Cygwin users. + - New 'patterns' enables/disables command line pattern support. + - New 'expressions' enables/disables command line expression support. + - New 'json.array' determines whether 'query' command output is enclosed by + '[...]'. Newly deprecated features in taskwarrior 2.0.0 diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index cd6b42ab5..95215559c 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -309,6 +309,11 @@ Defaults to on. Enables or disables algebraic expression support on the command line, such as "duecomposeJSON (true); } + if (json_array) + output += "\n]"; + output += "\n"; return rc; }