| Age | Commit message (Expand) | Author |
| 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 |
| 2024-05-05 | Fix rendering of preview window border of tcell renderer | Junegunn Choi |
| 2024-05-05 | Reduce flicking when changing the size of the preview window with --border | Junegunn Choi |
| 2024-04-13 | Enable profiling options when 'pprof' tag is set (#2813) | Charlie Vieth |
| 2024-04-13 | Fix tcell build | Junegunn Choi |
| 2024-04-13 | Export $FZF_KEY environment variable to child processes | Junegunn Choi |
| 2024-04-10 | Add jump and jump-cancel events | Junegunn Choi |
| 2024-04-09 | Disable line wrapping during rendering | Junegunn Choi |
| 2024-03-09 | Fix preview area not being cleared when using certain types of border styles | Junegunn Choi |
| 2024-02-01 | 0.46.1 | Junegunn Choi |
| 2024-02-01 | Fix tests for tcell build | Junegunn Choi |
| 2024-01-27 | junegunn/uniseg -> rivo/uniseg | Junegunn Choi |
| 2024-01-24 | Fix Windows build | Junegunn Choi |
| 2024-01-21 | Change mattn/go-runewidth dependency to rivo/uniseg for accurate results | Junegunn Choi |
| 2024-01-14 | Remove 'replace' directive for 'go install' compatibility | Junegunn Choi |
| 2024-01-07 | Add 'result' event that is triggered when the result list is ready | Junegunn Choi |
| 2023-11-12 | 0.44.0 | Junegunn Choi |
| 2023-11-12 | Fix Home, End on rxvt-unicode (#3507) | Tomáš Janoušek |
| 2023-11-10 | Revert "Sixel and Kitty image support on Windows binary (#2544)" | Junegunn Choi |
| 2023-11-03 | Sixel and Kitty image support on Windows binary (#2544) | Junegunn Choi |
| 2023-11-02 | Fix regression where tcell renderer not clearing the preview window | Junegunn Choi |
| 2023-11-02 | sixel: Export $FZF_PREVIEW_TOP to the preview command (#2544) | Junegunn Choi |
| 2023-11-02 | sixel: Better handling of animated GIFs (#2544) | Junegunn Choi |
| 2023-10-26 | (Experimental) Improve Sixel graphics support (#2544) | Junegunn Choi |