Skip to content

0.2.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 04 Jan 21:50
0.2.0
088a181
  • Improved README: Added links to screencasts and updated documentation.
  • Replaced fisher update --cache with fisher --cache | fisher update and fisher uninstall --all with fisher --cache | fisher uninstall.
  • Initialization/configuration files following the convention NAME.config.fish are no longer moved to $fisher_config/functions; instead, they are moved to $fisher_config/conf.d, and each *.config.fish is evaluated on startup as usual (#13).
  • Added fisher --cache[=BASE] option to retrieve contents in $fisher_cache, eliminating the flaky usage of find(1) (#11).
  • Generate information about plugins installed via custom URLs.
  • Changed --path-in-cache to --translate.
  • Fixed a bug with mktemp failing on some systems (#7).
  • Unloaded prompts within session (#5).
  • Loaded prompts within session (#4).
  • Moved getopts to share/getopts.awk.
  • Support dots inside URIs in fisher --validate.