Releases: ajeetdsouza/zoxide
Releases · ajeetdsouza/zoxide
v0.2.2
Fixed
- Incorrect exit codes in
z
command on fish.
Removed
- File locks on database.
v0.2.1
Added
$_ZO_ECHO
to echo match beforecd
ing.- Minimal
ranger
plugin. - PWD hook to only update the database when the current directory is changed.
- Support for bash.
migrate
subcommand to allow users to migrate fromz
.
Fixed
- Interactive queries causing other open shells to hang.
v0.2.0
Added
init
subcommand to remove dependency on shell plugin managers.- Support for
z -
command to go to previous directory. Cargo.lock
for more reproducible builds.- Support for the fish shell.
Fixed
_zoxide_precmd
overriding other precmd hooks on zsh.
v0.1.1
Added
- Install script for Linux/macOS users.
- Aging algorithm to remove stale entries.
Changed
- Database schema now uses
f64
values for rank instead ofi32
.
Fixed
- Multiple hooks being added upon initializing
zoxide
multiple times.
v0.1.0
Added
- GitHub Actions pipeline to build and upload releases.
- Support for zsh.