diff --git a/AUTHORS b/AUTHORS index 0eeaa2ea6..b7af963e3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -92,4 +92,5 @@ suggestions: Alan Barton Uli Martens Jonathan Hankins + Andreas Kalex diff --git a/ChangeLog b/ChangeLog index 8869fa665..e1b8a7609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ + Added feature #330, which supports the 'inverse' color attribute. + Added feature #523 & #659, adding 'status' as a reportable field (thanks to Peter De Poorter and Bryce Harrington). + + Added feature #545, #610, #611, #646, which support complex aliases. + Added feature #657 & #658, using the 'ids' command, tasks matching a filter can now be modified as a group (thanks to Bryce Harrington, Eric Fluger). + Added feature #679, which makes color rules match project names in a left- @@ -55,6 +56,8 @@ their descriptions. # Tracked Bugs, sorted by ID. + + Fixed bug #475, which allowed a blank annotation command to be entered (thanks + to Andreas Kalex). + Fixed bug #511, which caused display problem on Cygwin when colored output used the full width of the terminal. The 'avoidlastcolumn' configuration variable forces taskwarrior to never use the last column. diff --git a/NEWS b/NEWS index 94733d47d..a30c55c93 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,7 @@ New Features in taskwarrior 2.0.0 - New 'execute' command that runs external scripts/programs. - JSON is the new default export format. - New 'reports' command that lists reports and their descriptions. + - New complex aliases. Please refer to the ChangeLog file for full details. There are too many to list here.