| Age | Commit message (Expand) | Author |
| 2025-04-06 | Disable bracketed paste mode on exit | Junegunn Choi |
| 2025-03-22 | Suppress 'change' event during bracketed paste mode | Junegunn Choi |
| 2025-03-11 | Change 'interface{}' to 'any' (#4308) | Gabriel Marin |
| 2025-03-03 | [windows] Prevent fzf from consuming user input while paused | Junegunn Choi |
| 2025-02-16 | Ignore NULL byte before CSI 6N response | Junegunn Choi |
| 2025-02-11 | Simplify code | Junegunn Choi |
| 2025-02-11 | Truncate wrap signs in extremely narrow preview window | Junegunn Choi |
| 2025-02-11 | Print --wrap-sign in preview window | Junegunn Choi |
| 2025-02-02 | Fix tcell renderer's pause and resume | Junegunn Choi |
| 2025-02-02 | FZF_KEY enhancements | Junegunn Choi |
| 2025-02-01 | Add {show,hide,toggle}-input and expose $FZF_INPUT_STATE | Junegunn Choi |
| 2025-01-30 | Add --no-input to hide the input section (#4210) | Junegunn Choi |
| 2025-01-27 | Enhance click-header event | Junegunn Choi |
| 2025-01-25 | Add 'bell' action to ring the terminal bell | Junegunn Choi |
| 2025-01-23 | Add --header-lines-border to separate two headers | Junegunn Choi |
| 2025-01-20 | Make 'current-fg' inherit from 'fg' to simplify configuration | Junegunn Choi |
| 2025-01-18 | Add 'gap-line' color for the horizontal line on each gap | Junegunn Choi |
| 2025-01-17 | chore: fix comment (#4181) | piguagua |
| 2025-01-16 | Allow displaying --nth parts in a different text style | Junegunn Choi |
| 2025-01-11 | Make preview-scrollbar color conditionally inherit from scrollbar color | Junegunn Choi |
| 2025-01-06 | Add preview border style 'line' | Junegunn Choi |
| 2025-01-05 | Border around the header section | Junegunn Choi |
| 2025-01-02 | Border around the input section (prompt + info) | Junegunn Choi |
| 2024-12-31 | Add --list-border for additional border around the list section | Junegunn Choi |
| 2024-12-14 | Remove unused interface | Junegunn Choi |
| 2024-12-14 | Fix redundant clearing of the windows with non-default bg color | Junegunn Choi |
| 2024-12-12 | Refactor | Junegunn Choi |
| 2024-12-12 | Use Has{Top,Right,Bottom,Left}() where possible | Julian Prein |
| 2024-12-02 | Fix line wrap toggle when switching between screens | Junegunn Choi |
| 2024-11-03 | Fix characters from previous preview not being cleared | Junegunn Choi |
| 2024-08-14 | Support hyperlinks (OSC 8) in the main window | Junegunn Choi |
| 2024-08-14 | Add support for hyperlinks in preview window | Junegunn Choi |
| 2024-07-01 | Fill background color in padding area | Junegunn Choi |
| 2024-06-20 | Code cleanup | Junegunn Choi |
| 2024-06-17 | Improved --sync behavior | Junegunn Choi |
| 2024-06-12 | Fix invalid mouse offset for --height on Windows | Junegunn Choi |
| 2024-06-02 | Fix invalid default of selected-hl (--color) | Junegunn Choi |
| 2024-06-01 | Fix --height on Windows | Junegunn Choi |
| 2024-05-24 | Fix incorrect colors for selected-{fg,bg,hl} | Junegunn Choi |
| 2024-05-23 | execute: Open separate handles to /dev/tty (in, out, err) | Junegunn Choi |
| 2024-05-22 | Add print(...) action | 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 | 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-07 | Add color names: selected-{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-05 | Add click-header event for reporting clicks within header (#3768) | Kuremu |