Config: Changed to 0/1 boolean values for the defaults.

- Deprecated use of alternate Boolean configuration settings. Use values "0" for
  off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
  "yes", "y", "no", "n".
This commit is contained in:
Paul Beckingham 2016-09-04 16:11:04 -04:00
parent 4a48b8112b
commit 0b729b5d97
4 changed files with 136 additions and 129 deletions

3
NEWS
View file

@ -17,6 +17,9 @@ Newly Deprecated Features in Taskwarrior 2.6.0
not needed.
- The 'new-uuid' verbosity option is to be removed due to being redundant, its
functionality will be merged with 'new-id' option.
- The use of alternate Boolean configuration settings is deprecated. Use values
"0" for off, and "1" for on. Avoid used of "on", "off", "true", "t",
"false", "f", "yes", "y", "no", "n".
Removed Features in 2.6.0