| Age | Commit message (Expand) | Author |
| 2025-10-12 | Revert "Make query string in `--disabled` state bold as before" | Junegunn Choi |
| 2025-10-11 | Make query string in `--disabled` state bold as before | Junegunn Choi |
| 2025-10-09 | Improve Unix domain socket handling | Junegunn Choi |
| 2025-10-09 | Fix --help output: socket path cannot be omitted | Junegunn Choi |
| 2025-10-09 | Add Unix domain socket support for --listen | Junegunn Choi |
| 2025-10-09 | Fix offset-up and offset-down with --layout=reverse-list | Junegunn Choi |
| 2025-10-09 | Add 'best' action | Junegunn Choi |
| 2025-10-09 | Go to the closest match when disabling raw mode | Junegunn Choi |
| 2025-10-09 | ADD $FZF_DIRECTION | Junegunn Choi |
| 2025-10-09 | Rename: '--color hidden' to '--color nomatch' | Junegunn Choi |
| 2025-10-09 | Fix non-matching items not refreshing after clearing query | Junegunn Choi |
| 2025-10-09 | Fix: 'hidden' style not applied to text without colors | Junegunn Choi |
| 2025-10-09 | Add special 'strip' style attribute for stripping colors | Junegunn Choi |
| 2025-10-09 | Revise color configuration | Junegunn Choi |
| 2025-10-09 | Do not allow gutter characters with width other than 1 | Junegunn Choi |
| 2025-10-09 | Add $FZF_RAW for conditional actions | Junegunn Choi |
| 2025-10-09 | Add enable-raw and disable-raw actions | Junegunn Choi |
| 2025-10-09 | Refactor action implementation | Junegunn Choi |
| 2025-10-09 | Remove TODO comments | Junegunn Choi |
| 2025-10-09 | Introduce 'raw' mode | Junegunn Choi |
| 2025-10-04 | Fix stray character artifacts when scrollbar is hidden | Junegunn Choi |
| 2025-09-29 | refactor: use maps.Copy and maps.Clone (#4518) | mickychang9 |
| 2025-09-28 | Update --help output to avoid confusion | Junegunn Choi |
| 2025-09-27 | Remove unused field | Junegunn Choi |
| 2025-09-27 | merger: fix chunk cache never getting cleared (#4531) | alex-huff |
| 2025-09-23 | tui/light: consume full 7-byte CSI sequences to prevent leftover printing (#4... | Massimo Mund |
| 2025-09-17 | Adjust base16 (16) theme (#4501) | Junegunn Choi |
| 2025-09-16 | Add --gutter to --help and man page | Junegunn Choi |
| 2025-09-16 | Style change: thinner gutter column (#4521) | Junegunn Choi |
| 2025-09-14 | Fix CTRL-Z for tcell renderer by using the official API | Junegunn Choi |
| 2025-09-14 | Fix rendering of multiple OSC 8 links in a single line | Junegunn Choi |
| 2025-09-05 | Add sub-word actions (#3997) | Massimo Mund |
| 2025-09-05 | Add keybindings for CTRL, ALT, SHIFT + UP, DOWN, RIGHT, LEFT, HOME, END, BACK... | Massimo Mund |
| 2025-08-31 | refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507) | zhedazijingang |
| 2025-08-27 | Fix rendering of items with tabs when using a non-default ellipsis | Junegunn Choi |
| 2025-08-22 | Do not unset FZF_DEFAULT_* variables when using winpty | Junegunn Choi |
| 2025-08-15 | Use fixed-length array when possible (#4488) | Ioannis Pinakoulakis |
| 2025-08-14 | chore: remove redundant word in comment (#4490) | longhutianjie |
| 2025-08-08 | Fix incorrect truncation of --info-command with --info=inline-right | Junegunn Choi |
| 2025-08-03 | Fix '--color nth:regular' not to reset ANSI attributes of the original text | Junegunn Choi |
| 2025-08-03 | Fix a bug where you cannot unset the default `--nth` using `change-nth` | Junegunn Choi |
| 2025-08-02 | Fix $FZF_CLICK_{HEADER,FOOTER}_WORD with ANSI colors and tabs | Junegunn Choi |
| 2025-07-23 | Add 'trigger(KEY_OR_EVENT[,...])' action | Junegunn Choi |
| 2025-07-23 | Better fix for #4465 - remove unnecessary erase | Junegunn Choi |
| 2025-07-22 | Add 'click-footer' event | Junegunn Choi |
| 2025-07-22 | Fix rendering error when hiding a preview window without border | Junegunn Choi |
| 2025-07-22 | Fix --no-header-lines-border behavior | Junegunn Choi |
| 2025-07-20 | Add support for {*n} and {*nf} placeholder | Junegunn Choi |
| 2025-07-06 | Fix selection lost on revision bump | Junegunn Choi |
| 2025-07-06 | Fix regression where header is not updated | Junegunn Choi |