- Made the 'task shell' replacement by 'taskѕh' more prominent in the NEWS file.
- Added default alias 'alias.shell=exec tasksh' for continuity.
This commit is contained in:
Paul Beckingham
2013-09-07 12:27:18 -04:00
parent 8951a79027
commit 1e0dfd2091
2 changed files with 2 additions and 1 deletions

2
NEWS
View File

@@ -2,7 +2,7 @@
New Features in taskwarrior 2.3.0
- New task server sync capabilities.
- New shell with Readline support.
- New shell (tasksh) with Readline support replaces old 'task shell' command.
- The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
- Italian translation.
- UDA fields now allow default values.

View File

@@ -310,6 +310,7 @@ std::string Config::_defaults =
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
"alias._query=export # _query is now export\n"
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
"alias.shell=exec tasksh # Alias old shell command to new shell\n"
"\n"
"# Reports\n"
"\n"