diff --git a/ChangeLog b/ChangeLog index 2d305fe9d..d1733e654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ - The default configuration is now 256-color only. - The 'columns' report now shows whether a column is modifiable or read only. - UDA indicator column did not properly default to 'U' (thanks to JDufault). +- Removed task.fish arguments until TW-1404 is fixed (thanks to Roman + Inflianskas) - Numerous performance improvements. Taskwarrior 2.5.1 is between X% and Y% faster than 2.5.0 when running various commands. diff --git a/scripts/fish/task.fish b/scripts/fish/task.fish index 989563e82..931af4961 100644 --- a/scripts/fish/task.fish +++ b/scripts/fish/task.fish @@ -179,7 +179,9 @@ function __fish.task.list.attr_value_by_name end function __fish.task.list._command - __fish.task.zsh commands $argv + # Removed args until TW-1404 is fixed. + #__fish.task.zsh commands $argv + __fish.task.zsh commands end function __fish.task.list.command