Bug #1508
- Updated ChangeLog, AUTHORS for #1508. - Removed 'alias._query' from Config.cpp.
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -99,6 +99,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||||||
Renato Alves
|
Renato Alves
|
||||||
Natanael Copa
|
Natanael Copa
|
||||||
Marton Suranyi
|
Marton Suranyi
|
||||||
|
Nicolas Appriou
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent
|
Thanks to the following, who submitted detailed bug reports and excellent
|
||||||
suggestions:
|
suggestions:
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ Features
|
|||||||
Bugs
|
Bugs
|
||||||
+ #1511 sync init crashes if client certification file is empty or invalid
|
+ #1511 sync init crashes if client certification file is empty or invalid
|
||||||
(thanks to Marton Suranyi).
|
(thanks to Marton Suranyi).
|
||||||
|
+ #1508 Show command highlight configuration (thanks to Nicolas Appriou).
|
||||||
+ #1503 build failure with musl libc due to undefined GLOB_BRACE and GLOB_TILDE
|
+ #1503 build failure with musl libc due to undefined GLOB_BRACE and GLOB_TILDE
|
||||||
(thanks to Natanael Copa)
|
(thanks to Natanael Copa)
|
||||||
+ #1473 Make TASK_RCDIR customizable (thanks to Elias Probst).
|
+ #1473 Make TASK_RCDIR customizable (thanks to Elias Probst).
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
@@ -309,7 +308,6 @@ std::string Config::_defaults =
|
|||||||
"alias.rm=delete # Alias for the delete command\n"
|
"alias.rm=delete # Alias for the delete command\n"
|
||||||
"alias.history=history.monthly # Prefer monthly over annual history reports\n"
|
"alias.history=history.monthly # Prefer monthly over annual history reports\n"
|
||||||
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
|
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
|
||||||
"alias._query=export # _query is now export\n" // DEPRECATED in 2.4.0
|
|
||||||
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
|
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
|
||||||
"alias.shell=exec tasksh # Alias old shell command to new shell\n"
|
"alias.shell=exec tasksh # Alias old shell command to new shell\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user