mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
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:
parent
4a48b8112b
commit
0b729b5d97
4 changed files with 136 additions and 129 deletions
|
@ -40,6 +40,9 @@
|
|||
- Added 'QUARTER' virtual tag.
|
||||
- Fixed unquoted glob in bash completion script
|
||||
(thanks to Ran Benita).
|
||||
- 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".
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue