mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix #291
- Fixed bug #291 which generated a false warning about an unrecognized variable when enabling default.projects in .taskrc (thanks to Thomas@BIC)
This commit is contained in:
parent
e69fb81b2b
commit
2fd8d8aa83
2 changed files with 4 additions and 2 deletions
|
@ -9,6 +9,8 @@
|
|||
files (thanks to Richard Querin).
|
||||
+ Fixed bug #289 which imported task from todo.sh without valid uuids
|
||||
(thanks to Ben Jackson).
|
||||
+ Fixed bug #291 which generated a false warning about an unrecognized
|
||||
variable when enabling default.projects in .taskrc (thanks to Thomas@BIC)
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
|
@ -499,8 +499,8 @@ int handleVersion (std::string &outs)
|
|||
" blanklines bulk color color.active color.due color.overdue color.pri.H "
|
||||
"color.pri.L color.pri.M color.pri.none color.recurring color.tagged "
|
||||
"color.footnote color.header color.debug confirmation curses data.location "
|
||||
"dateformat debug default.command default.priority defaultwidth due locale "
|
||||
"displayweeknumber echo.command locking monthsperline nag next project "
|
||||
"dateformat debug default.command default.priority default.project defaultwidth "
|
||||
"due locale displayweeknumber echo.command locking monthsperline nag next project "
|
||||
"shadow.command shadow.file shadow.notify weekstart editor import.synonym.id "
|
||||
"import.synonym.uuid longversion complete.all.projects complete.all.tags "
|
||||
#ifdef FEATURE_SHELL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue