Skip to content

4.0.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 04 Nov 10:52
· 153 commits to main since this release
dbf07b1

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 of fish_plugins (#524).
  • Introduced new *_install and *_update events (#526, #527, #573, #582).
  • Files and directories inside your plugin's functions, conf.d, and completions are now copied into $fisher_path (#581).
  • Deprecated init.fish and uninstall.fish in favor of the new event system (#582).
  • Deprecated add, ls, and rm in favor of install, list, and remove respectively (#593).
  • Fisher can now be bootstrapped with Fisher (#594).