Age | Commit message (Collapse) | Author | Files | Lines |
|
0.8.3 - 2022-09-02
Added
- Nushell: support for z -.
- Nushell: support for PWD hooks.
Changed
- Fish: change fuzzy completion prefix to z!.
- Zsh: allow z to navigate dirstack via +n and -n.
- Fzf: improved preview window.
Fixed
- Bash: double forward slash in completions.
|
|
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.
|
|
Rev bumb for changed crates.
|
|
|
|
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.
|
|
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.
|
|
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.
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
Added
-Auto-generated completions for Fig.
Fixed
-Fix compile errors due to broken clap dependency.
|
|
-Fix PowerShell: Hook not initializing correctly.
|
|
Changed:
-Nushell: upgrade minimum supported version to v0.37.0.
Fixed:
-Xonsh: error messages in zi.
-Xonsh: configuration environment variables not being handled correctly.
|
|
|
|
0.7.5 - 2020-09-09
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.
0.7.4 - 2020-08-15
Fixed:
-Compile error with clap v3.0.0-beta.4.
|
|
|
|
|
|
0.7.3 - 2020-08-05
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.
|
|
|
|
0.7.2
=====
Fixed:
-zoxide -V not printing version.
0.7.1
=====
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.
|
|
- Rework release script (#199)
- add armv7/aarch64 support to installer (#198)
- Multi-select for zoxide remove -i (#192)
- _ZO_EXCLUDE_DIRS should default to "$HOME" (#194)
- Fix return values in Bash hook (#196)
- Add default prompt for nushell (#191)
- Compile-time warning when git is missing (#187)
- Performance improvements for queries (#185)
- Add manpage (#183)
- Fix cd - on fish (#179)
- Update README
|
|
-Add support for Elvish (#174)
-Use Nushell from Nixpkgs unstable (#171)
-Make z exclude current directory (#173)
-Append __zoxide_hook to front of PROMPT_COMMAND (#170)
-Add support for Nushell (#164)
-Find zoxide in Xonsh shells (#168)
-Reference integration with nnn (autojump plugin) (#166)
-Fix CI (#161)
-Remove barely-used aliases (#158)
-Use variable to prevent hook redefinition (#154)
-Use /dev/null on Unix shells (#152)
-Specified external call to cd for fish (#146)
-Remove cargo-udeps
-Handle write errors gracefully (#143)
-Use builtin in shells (#141)
-Use zero copy deserialization (#138)
-Forcibly disable backtraces (#130)
-Start fish in an isolated env (#128)
-Run shell tests in a clean env
-Add NetBSD and Alpine Linux install instructions
-Use Nix for testing
-Split tests
-Change install instructions, add third-party integrations and update README
-Add Termux install instructions
-Update installation instructions
|
|
|