Releases: ajeetdsouza/zoxide
Releases · ajeetdsouza/zoxide
v0.8.2
Changed
- Fzf: show preview window below results.
Fixed
- Bash/Fish/POSIX/Zsh: paths on Cygwin.
- Fish: completions not working on certain systems.
- Bash: completions not escaping spaces correctly.
v0.8.1
Changed
- Manpages: moved to
man/man1/*.1. - Replace
--no-aliaseswith--no-cmd. - Elvish: upgrade minimum supported version to v0.18.0.
- Nushell: upgrade minimum supported version to v0.61.0.
Fixed
- Bash/Zsh: rename
_zcompletion function to avoid conflicts with other shell
plugins. - Fzf: added
--keep-rightoption by default, upgrade minimum supported version
to v0.21.0. - Bash: only enable completions on 4.4+.
- Fzf: bypass
lsalias in preview window. - Retain ownership of database file.
zoxide query --interactiveshould not conflict with--score.
v0.8.0
Added
- Zsh: completions for
zcommand.
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
zcommand.
Fixed
- Fish: error erasing completions on older versions.
- PowerShell: enable
--cmd cdto replace thecdcommand.
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
zcommand.
Changed
- Nushell: upgrade minimum supported version to v0.36.0.
- Nushell: easier installation instructions.
Fixed
- Elvish: unable to
zinto directories by path. - Elvish: don't show traceback when
zorzifails. - 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 addandzoxide removenow 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.