| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-08 | Use SIGTERM instead of SIGKILL for preview processv0.66.0-custom | Julian Hurst | |
| 2025-10-12 | 0.66.0 | Junegunn Choi | |
| 2025-10-12 | Fix --bold inheritance | Junegunn Choi | |
| Fix #4548 | |||
| 2025-10-12 | Revert "Make query string in `--disabled` state bold as before" | Junegunn Choi | |
| This reverts commit ab407c4645952d09c4bb9b481b178717f0a0578f. | |||
| 2025-10-12 | Deploying to master from @ ↵ | junegunn | |
| junegunn/fzf@0e9026b817696baed3ff48be8ecf2b6352586c7b 🚀 | |||
| 2025-10-12 | feat: Allow disabling Ctrl-R binding in shell integration (#4535) | Jacobo de Vera | |
| Close #4417 | |||
| 2025-10-11 | Make query string in `--disabled` state bold as before | Junegunn Choi | |
| Fix #4546 | |||
| 2025-10-10 | Update CHANGELOG | Junegunn Choi | |
| 2025-10-09 | Improve Unix domain socket handling | Junegunn Choi | |
| - Check if the file is in use - Change the permission to 0600 | |||
| 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 | |
| Close #4541 | |||
| 2025-10-09 | Update CHANGELOG | Junegunn Choi | |
| 2025-10-09 | Add 'best' to man page | Junegunn Choi | |
| 2025-10-09 | Fix offset-up and offset-down with --layout=reverse-list | Junegunn Choi | |
| Related: 3df06a1c68b7dcaf54bb455489498440836f363e | |||
| 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 | CTRL-R: Bind ALT-R to toggle-raw | 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 | |
| Test cases: fd --color always | fzf --ansi --delimiter / fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim,nth:regular fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular --raw fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strikethrough --raw fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:strikethrough --raw fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:dim:strikethrough --raw | |||
| 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 | --gutter ' ' --color gutter:reverse | Junegunn Choi | |
| 2025-10-09 | Add $FZF_RAW for conditional actions | Junegunn Choi | |
| 2025-10-09 | Update CHANGELOG | 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 | Add '--bind ctrl-x:toggle-raw' to CTRL-R bindings | Junegunn Choi | |
| 2025-10-09 | Introduce 'raw' mode | Junegunn Choi | |
| 2025-10-05 | Deploying to master from @ ↵ | junegunn | |
| junegunn/fzf@febaadbee5b896928664449d7f7c3c6fe2220e26 🚀 | |||
| 2025-10-04 | Fix stray character artifacts when scrollbar is hidden | Junegunn Choi | |
| Fix #4537 | |||
| 2025-09-29 | Bump actions/setup-go from 5 to 6 (#4513) | dependabot[bot] | |
| Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2025-09-29 | refactor: use maps.Copy and maps.Clone (#4518) | mickychang9 | |
| Signed-off-by: mickychang9 <mickychang9@outlook.com> | |||
| 2025-09-28 | Update --help output to avoid confusion | Junegunn Choi | |
| 2025-09-28 | Deploying to master from @ ↵ | junegunn | |
| junegunn/fzf@db2e95b1f22d34853ff385439a8359b9b1fad2fa 🚀 | |||
| 2025-09-27 | Remove unused field | Junegunn Choi | |
| 2025-09-27 | merger: fix chunk cache never getting cleared (#4531) | alex-huff | |
| Commit 7fc13c5 indroduced less aggressive cache invalidation for the chunk cache but saved the new revision before comparing it with the old one, and so the cache was never considered invalid. Fixes #4529 | |||
| 2025-09-24 | Remove alignment in .tool-versions for RuboCop | Junegunn Choi | |
| 2025-09-24 | Apply shfmt to bash script files (make fmt) | Junegunn Choi | |
| 2025-09-24 | make lint: Perform bash script linting | Junegunn Choi | |
| 2025-09-24 | feat: add make fmt for *.sh *.bash | xieyonn | |
| 1. add .editorconfig file, add rules for .sh .bash files. 2. add make fmt target, use: - gofmt *.go. - shfmt *.sh *.bash, shell/completion.bash, shell/key-bindings.bash need a left indent due to an outermost if block. 3. add shfmt check for bash scripts in make lint target. 4. install shfmt in actions. | |||
| 2025-09-23 | tui/light: consume full 7-byte CSI sequences to prevent leftover printing ↵ | Massimo Mund | |
| (#4528) - Fix parsing in escSequence so 7-byte CSI forms (e.g. ESC [ 5 ; 10 ~) set *sz = 7 and the entire sequence is consumed. - Prevents trailing bytes (like 10~) from remaining in the input buffer and being printed as stray characters. | |||
| 2025-09-22 | Apply RuboCop suggestions | Junegunn Choi | |
| 2025-09-21 | Update .tool-versions | Junegunn Choi | |
| 2025-09-21 | Deploying to master from @ ↵ | junegunn | |
| junegunn/fzf@2a92c7d792b45112ab82eef0be2aa11038e6185d 🚀 | |||
| 2025-09-17 | Adjust base16 (16) theme (#4501) | Junegunn Choi | |
| Motivation: `--color base16` can be a better default than `dark` or `light`, since it uses the colors defined by the current theme. This usually blends in more naturally and works well in both light and dark modes. However, some elements were previously hard-coded with white or black foreground colors, which can cause rendering issues in certain terminal themes. | |||
| 2025-09-16 | Add --gutter to --help and man page | Junegunn Choi | |
