From 1c651bf8cd2e6827ac71a46a8cf961b8b760a83c Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Mon, 23 Jan 2023 12:04:11 +0530 Subject: [PATCH] Upgrade minimum supported fzf version (#523) --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a2052..bc783e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Zsh: don't hide output from `chpwd` hooks. - Nushell: upgrade minimum supported version to v0.73.0. - Zsh: fix extra space in interactive completions when no match is found. -- Fzf: various improvements. +- Fzf: various improvements, upgrade minimum supported version to v0.33.0. - Nushell: Accidental redefinition of hooks when initialized twice. ### Removed diff --git a/README.md b/README.md index 94c46e5..c910124 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ eval "$(zoxide init posix --hook prompt)" It can be installed from [here][fzf-installation]. > **Note** -> zoxide only supports fzf v0.21.0 and above. +> zoxide only supports fzf v0.33.0 and above. ### *Step 4: Import your data (optional)*