v0.65.2

junegunn/fzfv0.65.2Aug 31, 2025by junegunn

AI Summary

Bug fix release and announcement that this is the final version to support Windows 7.

Key Highlights

  • Bug fixes for various issues
  • Final release supporting Windows 7
  • Fix for --info-command with --info=inline-right
  • Support for old uname in macOS
  • Fix for CTRL-T and ALT-C in bash 3
  • Do not unset FZF_DEFAULT_* variables when using winpty
  • Fix rendering of items with tabs

New Features

  • Bug fixes and improvements
  • Windows 7 support ending

Full Release Notes

- Bug fixes and improvements
    - Fix incorrect truncation of `--info-command` with `--info=inline-right` (#4479)
    - [install] Support old uname in macOS (#4492)
    - [bash 3] Fix `CTRL-T` and `ALT-C` to preserve the last yank (#4496)
    - Do not unset `FZF_DEFAULT_*` variables when using winpty (#4497) (#4400)
    - Fix rendering of items with tabs when using a non-default ellipsis (#4505)
- **This is the final release to support Windows 7.**
    - Future versions will be built with the latest Go toolchain, which has dropped support for Windows 7.
    - Bug fixes will be backported to [go-1.20](https://github.com/junegunn/fzf/tree/go-1.20) branch. You can build your own binary from it.