| Age | Commit message (Expand) | Author |
| 2024-06-01 | Fix --height on Windows | Junegunn Choi |
| 2024-06-01 | Ignore --height option if it's not supported on the platform | Junegunn Choi |
| 2024-06-01 | Revert "An '--expect' key should execute actions bound to the key" | Junegunn Choi |
| 2024-05-31 | Fix error message on invalid --tmux option | Junegunn Choi |
| 2024-05-31 | Fix index out of bounds error on scroll-down action | Junegunn Choi |
| 2024-05-29 | Make --tmux argument optional | Junegunn Choi |
| 2024-05-29 | Pass-through error message from 'tmux display-popup' | Junegunn Choi |
| 2024-05-28 | [vim] Native --tmux fix for Neovim | Junegunn Choi |
| 2024-05-27 | Different marker for the first and last line of multi-line entries | Junegunn Choi |
| 2024-05-26 | Fix --help output: marker default | Junegunn Choi |
| 2024-05-25 | Do not allow tabs in pointer and marker | Junegunn Choi |
| 2024-05-25 | Fix option validation order | Junegunn Choi |
| 2024-05-24 | Change default --scroll-off to 3 | Junegunn Choi |
| 2024-05-24 | Fix --scroll-off for multi-line mode | Junegunn Choi |
| 2024-05-24 | Fix incorrect colors for selected-{fg,bg,hl} | Junegunn Choi |
| 2024-05-24 | Use bold bar as the default marker | Junegunn Choi |
| 2024-05-23 | Address review comments by @Konfekt | Junegunn Choi |
| 2024-05-23 | execute: Open separate handles to /dev/tty (in, out, err) | Junegunn Choi |
| 2024-05-23 | Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later | Junegunn Choi |
| 2024-05-23 | Do not run as winpty proxy if winpty is not available | Junegunn Choi |
| 2024-05-22 | Add print(...) action | Junegunn Choi |
| 2024-05-22 | proxy: Pass SIGINT to the child fzf | Junegunn Choi |
| 2024-05-22 | An '--expect' key should execute actions bound to the key | Junegunn Choi |
| 2024-05-22 | Ignore SIGINT when running as proxy | Junegunn Choi |
| 2024-05-21 | Update the summary | Junegunn Choi |
| 2024-05-21 | Embed man page in the binary and show it on 'fzf --man' | Junegunn Choi |
| 2024-05-20 | Change default marker | Junegunn Choi |
| 2024-05-20 | Use winpty to launch fzf in Git bash (mintty) | Junegunn Choi |
| 2024-05-20 | Respect $NO_COLOR environment variable | Junegunn Choi |
| 2024-05-20 | Implement multi-line display of multi-line items | Junegunn Choi |
| 2024-05-19 | Change default pointer and marker character | Junegunn Choi |
| 2024-05-18 | Do not 'become' inside a tmux popup | Junegunn Choi |
| 2024-05-18 | Add --tmux option to replace fzf-tmux script | Junegunn Choi |
| 2024-05-18 | chore: use strings.ReplaceAll (#3801) | Zhizhen He |
| 2024-05-15 | Fix tcell test case | Junegunn Choi |
| 2024-05-15 | Refactor tui.TtyIn() | Junegunn Choi |
| 2024-05-15 | Revert "Close handles to /dev/tty", instead reuse handles | Junegunn Choi |
| 2024-05-14 | Close handles to /dev/tty | Junegunn Choi |
| 2024-05-14 | Render UI directly to /dev/tty | Junegunn Choi |
| 2024-05-14 | 0.52.1 | Junegunn Choi |
| 2024-05-09 | chore: Update flags to include long-form options for case (#3785) | LangLangBart |
| 2024-05-07 | Add color names: selected-{fg,bg,hl} | Junegunn Choi |
| 2024-05-07 | Rename --cursor-line to --highlight-line | Junegunn Choi |
| 2024-05-07 | Refactor the code to remove global variables | Junegunn Choi |
| 2024-05-07 | Add --cursor-line to highlight the whole current line | Junegunn Choi |
| 2024-05-07 | Add current-{fg,bg,hl} as synonyms for {fg,bg,hl}+ | Junegunn Choi |
| 2024-05-07 | Refactor the code so that fzf can be used as a library (#3769) | Junegunn Choi |
| 2024-05-06 | Do not enable delayed expansion mode when running cmd.exe | Junegunn Choi |
| 2024-05-06 | Fix `change-preview` reset by `change-preview-window` | Junegunn Choi |
| 2024-05-06 | Count $FZF_CLICK_HEADER_LINE from top to bottom | Junegunn Choi |