Skip to content

Releases: ajeetdsouza/zoxide

v0.8.1

23 Apr 01:19
Compare
Choose a tag to compare

Changed

  • Manpages: moved to man/man1/*.1.
  • Replace --no-aliases with --no-cmd.
  • Elvish: upgrade minimum supported version to v0.18.0.
  • Nushell: upgrade minimum supported version to v0.61.0.

Fixed

  • Bash/Zsh: rename _z completion function to avoid conflicts with other shell
    plugins.
  • Fzf: added --keep-right option by default, upgrade minimum supported version
    to v0.21.0.
  • Bash: only enable completions on 4.4+.
  • Fzf: bypass ls alias in preview window.
  • Retain ownership of database file.
  • zoxide query --interactive should not conflict with --score.

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.