Configuration

- Added support for rc.dom, which enables/disables DOM support.
This commit is contained in:
Paul Beckingham 2011-08-01 01:39:21 -04:00
parent a7f694386a
commit cc51c50f84
5 changed files with 23 additions and 3 deletions

1
NEWS
View file

@ -49,6 +49,7 @@ New configuration options in taskwarrior 2.0.0
- New 'avoidlastcolumn' support for Cygwin users.
- New 'patterns' enables/disables command line pattern support.
- New 'expressions' enables/disables command line expression support.
- New 'dom' enables/disables DOM support for the command line.
- New 'json.array' determines whether 'query' command output is enclosed by
'[...]'.
- New 'regex' control determines whether substitutions use Regular Expressions