summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-04-20 11:31:15 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-04-20 11:31:15 +0900
commitf22fbcd1af847ecf10c9fbce06848ed06185a4b5 (patch)
tree10ed40b94b2a9e043fe09854e98fb4b66dce7b9c /CHANGELOG.md
parent1d761684c510a04f78349e8e64aa7ebd26578807 (diff)
downloadfzf-f22fbcd1af847ecf10c9fbce06848ed06185a4b5.tar.gz
Fix typo and update CHANGLOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
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.