0.61.3
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Test fzf on Linux / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled

This commit is contained in:
Junegunn Choi
2025-04-22 20:26:29 +09:00
parent 06ae9b0f3b
commit d24b58ef3f
5 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
CHANGELOG
=========
0.61.3
------
- Reverted #4351 as it caused `tmux run-shell 'fzf --tmux'` to fail (#4559 #4560)
- More environment variables for child processes (#4356)
0.61.2
------
- Fixed panic when using header border without pointer/marker (@phanen)