Releases: ajeetdsouza/zoxide
Releases · ajeetdsouza/zoxide
v0.8.1
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
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
Changed
- Bash/Fish: improved completions for
z
command.
Fixed
- Fish: error erasing completions on older versions.
- PowerShell: enable
--cmd cd
to replace thecd
command.
v0.7.8
v0.7.7
Fixed
- PowerShell: Hook not initializing correctly.
v0.7.6
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
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
orzi
fails. - Elvish: nested shells do not initialize correctly.
v0.7.4
Fixed
- Compile error with
clap v3.0.0-beta.4
.
v0.7.3
Added
zoxide add
andzoxide 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
Fixed
zoxide -V
not printing version.