Skip to content

Releases: ajeetdsouza/zoxide

v0.2.2

19 Mar 19:52
Compare
Choose a tag to compare

Fixed

  • Incorrect exit codes in z command on fish.

Removed

  • File locks on database.

v0.2.1

15 Mar 18:42
Compare
Choose a tag to compare

Added

  • $_ZO_ECHO to echo match before cding.
  • 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 from z.

Fixed

  • Interactive queries causing other open shells to hang.

v0.2.0

10 Mar 23:25
128413e
Compare
Choose a tag to compare

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

08 Mar 03:01
Compare
Choose a tag to compare

Added

  • Install script for Linux/macOS users.
  • Aging algorithm to remove stale entries.

Changed

  • Database schema now uses f64 values for rank instead of i32.

Fixed

  • Multiple hooks being added upon initializing zoxide multiple times.

v0.1.0

05 Mar 16:41
Compare
Choose a tag to compare

Added

  • GitHub Actions pipeline to build and upload releases.
  • Support for zsh.