From 3337be9d450cd349e99273a2d3985ceaf5f3753f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 1 Aug 2026 09:07:07 +0900 Subject: [PATCH] 0.74.2 --- CHANGELOG.md | 2 ++ RELEASE.md | 2 +- install | 2 +- install.ps1 | 2 +- man/man1/fzf-tmux.1 | 2 +- man/man1/fzf.1 | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9523e5a7..b29fccef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ CHANGELOG - Fixed signal and resize handlers persisting after `Run()` returns when fzf is used as a library - fzf now detects terminal resize on Windows in `--height` mode (#4790) (@Cyrus580529) - fish: fixed history command being affected by user initialization scripts, and improved timestamp colors in CTRL-R (#4862) (@bitraid) +- zsh: fixed CTRL-R not propagating the exit status of fzf when perl is available (#4871) (@LangLangBart, @Toliak) +- zsh: fixed `chpwd` hook functions being called twice by ALT-C (#4879) (@LangLangBart, @lucc) 0.74.1 ------ diff --git a/RELEASE.md b/RELEASE.md index 0552418a..f5882fd6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,7 +18,7 @@ triggered by a tag push. 2. Verify file consistency, sign the tag, and push the tag. ```sh - make tag VERSION=0.74.1 + make tag VERSION=0.74.2 ``` `make tag` runs `prerelease` first (checks that the version diff --git a/install b/install index 5db6f799..b88023eb 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.74.1 +version=0.74.2 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index 25fe3356..b8138451 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.74.1" +$version="0.74.2" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 9ada9294..fb4fdf31 100644 --- a/man/man1/fzf-tmux.1 +++ b/man/man1/fzf-tmux.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf\-tmux 1 "Jul 2026" "fzf 0.74.1" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "Aug 2026" "fzf 0.74.2" "fzf\-tmux - open fzf in tmux split pane" .SH NAME fzf\-tmux - open fzf in tmux split pane diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index c88b0396..adb859e1 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf 1 "Jul 2026" "fzf 0.74.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Aug 2026" "fzf 0.74.2" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder