From 015581294904eadd0b5f4677f83d8784ce125d03 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Fri, 3 Apr 2020 18:32:31 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf95e2..305f108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Version output displays `git` revision information. +- `--z-cmd` flag for `zoxide init` to rename the `z` command to something else. + +### Changed + +- Query output no longer has the `query:` prefix, so `$(zq)` can now be used as an argument to commands. + +### Fixed + +- Queries now also include checks for if the top level directory matches. ## [0.3.0] - 2020-03-30