Fix typo and update CHANGLOG

This commit is contained in:
Junegunn Choi 2025-04-20 11:31:15 +09:00
parent 1d761684c5
commit f22fbcd1af
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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