Skip to content

Releases: ajeetdsouza/zoxide

v0.8.0

24 Dec 22:48
Compare
Choose a tag to compare

Added

  • Zsh: completions for z command.

Changed

  • Fzf: better default options.
  • Fish: interactive completions are only triggered when the last argument is empty.
  • PowerShell: installation instructions.

Fixed

  • PowerShell: use global scope for aliases.
  • Zsh: fix errors with set -eu.
  • Fzf: handle early selection.
  • PowerShell: correctly handle escape characters in paths.
  • Parse error on Cygwin/MSYS due to CRLF line endings.
  • Fzf: handle spaces correctly in preview window.
  • Bash: avoid initializing completions on older versions.
  • Fzf: avoid launching binary from current directory on Windows.

v0.7.9

01 Nov 22:07
Compare
Choose a tag to compare

Changed

  • Bash/Fish: improved completions for z command.

Fixed

  • Fish: error erasing completions on older versions.
  • PowerShell: enable --cmd cd to replace the cd command.

v0.7.8

21 Oct 04:13
Compare
Choose a tag to compare

Added

  • Auto-generated completions for Fig.

Fixed

  • Compile error with clap v3.0.0-beta.5.

v0.7.7

15 Oct 03:20
Compare
Choose a tag to compare

Fixed

  • PowerShell: Hook not initializing correctly.

v0.7.6

13 Oct 10:55
Compare
Choose a tag to compare

Changed

  • Nushell: upgrade minimum supported version to v0.37.0.

Fixed

  • Xonsh: error messages in zi.
  • Xonsh: configuration environment variables not being handled correctly.

v0.7.5

09 Sep 16:53
Compare
Choose a tag to compare

Added

  • Bash/Elvish: completions for z command.

Changed

  • Nushell: upgrade minimum supported version to v0.36.0.
  • Nushell: easier installation instructions.

Fixed

  • Elvish: unable to z into directories by path.
  • Elvish: don't show traceback when z or zi fails.
  • Elvish: nested shells do not initialize correctly.

v0.7.4

15 Aug 12:22
Compare
Choose a tag to compare

Fixed

  • Compile error with clap v3.0.0-beta.4.

v0.7.3

05 Aug 19:55
Compare
Choose a tag to compare

Added

  • zoxide add and zoxide remove now accept multiple arguments.

Fixed

  • Nushell: errors on 0.33.0.
  • PowerShell: errors when initializing in StrictMode.
  • Bash/POSIX: remove conflicting alias definitions when initializing.
  • Bash: remove extra semicolon when setting $PROMPT_COMMAND.
  • Xonsh: use shell environment instead of os.environ.

v0.7.2

10 Jun 03:24
Compare
Choose a tag to compare

Fixed

  • zoxide -V not printing version.

v0.7.1

09 Jun 16:55
Compare
Choose a tag to compare

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.