Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 16:55
· 302 commits to main since this release

Added

  • Auto-generated shell completions.
  • zoxide query --all for listing deleted directories.
  • Lazy deletion for removed directories that have not been accessed in > 90 days.
  • Nushell: support for 0.32.0+.

Fixed

  • Nushell: avoid calling __zoxide_hook on non-filesystem subshells.
  • Fish: alias cd=z now works, but it must be done after calling zoxide init.
  • PowerShell: avoid calling __zoxide_hook on non-filesystem providers.
  • Fish: avoid calling __zoxide_hook in private mode.