4.0.0
We've completely re-written Fisher to leverage Fish 3.x
's new features. It's now the smallest, fishiest, and the fastest Fisher ever!
- Fisher now uses Fish
3.x
. - Removed cache fallback, plugin dependencies, and GL/BB support (#464, #579, #582).
- Support for
key_bindings.fish
has been removed in favor of configuration snippets (#582). - Deprecated
fishfile
in favor offish_plugins
(#524). - Introduced new
*_install
and*_update
events (#526, #527, #573, #582). - Files and directories inside your plugin's
functions
,conf.d
, andcompletions
are now copied into$fisher_path
(#581). - Deprecated
init.fish
anduninstall.fish
in favor of the new event system (#582). - Deprecated
add
,ls
, andrm
in favor ofinstall
,list
, andremove
respectively (#593). - Fisher can now be bootstrapped with Fisher (#594).