From f22fbcd1af847ecf10c9fbce06848ed06185a4b5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 20 Apr 2025 11:31:15 +0900 Subject: [PATCH] Fix typo and update CHANGLOG --- CHANGELOG.md | 7 +++++++ man/man1/fzf.1 | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ddc838..bdfb3b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +0.61.2 +------ +- Fixed panic when using header border without pointer/marker (@phanen) +- Fixed `--tmux` option when already inside a tmux popup (@peikk0) +- Bug fixes and improvements in CTRL-T binding of fish (#4334) (@bitraid) +- Added `--no-tty-default` option to make fzf search for the current TTY device instead of defaulting to `/dev/tty` (#4242) + 0.61.1 ------ - Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode. diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 5d4d653e..4a057281 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -232,7 +232,7 @@ e.g. \fB# Avoid rendering both fzf instances at the same time .B "\-\-no\-tty\-default" Make fzf search for the current TTY device via standard error instead of using \fB/dev/tty\fR. This option was added to avoid the problem when trying to open -emacsclient from within fzf. Alternativly, you can change the default TTY +emacsclient from within fzf. Alternatively, you can change the default TTY device by setting \fB--tty-default=DEVICE_NAME\fR. .SS GLOBAL STYLE