diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-08-31 22:05:06 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-08-31 22:18:44 +0900 |
| commit | 416aff86e9d550d0a34af9d3cc12dfede25354c3 (patch) | |
| tree | 56b948f2a339945ba9b72e5867886b83330cab49 | |
| parent | 59dc7f178f9ef6fa1d10bc4e0637a2254c6f3868 (diff) | |
| download | fzf-416aff86e9d550d0a34af9d3cc12dfede25354c3.tar.gz | |
0.65.2
| -rw-r--r-- | CHANGELOG.md | 11 | ||||
| -rwxr-xr-x | install | 2 | ||||
| -rw-r--r-- | install.ps1 | 2 | ||||
| -rw-r--r-- | man/man1/fzf-tmux.1 | 2 | ||||
| -rw-r--r-- | man/man1/fzf.1 | 2 |
5 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cda3431b..5f2b30d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ CHANGELOG ========= +0.65.2 +------ +- 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. + 0.65.1 ------ - Fixed incorrect `$FZF_CLICK_HEADER_WORD` and `$FZF_CLICK_FOOTER_WORD` when the header or footer contains ANSI escape sequences and tab characters. @@ -2,7 +2,7 @@ set -u -version=0.65.1 +version=0.65.2 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index 432d1f09..5e232b0d 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.65.1" +$version="0.65.2" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 08f146e2..b838b961 100644 --- a/man/man1/fzf-tmux.1 +++ b/man/man1/fzf-tmux.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf\-tmux 1 "Aug 2025" "fzf 0.65.1" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "Aug 2025" "fzf 0.65.2" "fzf\-tmux - open fzf in tmux split pane" .SH NAME fzf\-tmux - open fzf in tmux split pane diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index dda03c4a..67fc1684 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf 1 "Aug 2025" "fzf 0.65.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Aug 2025" "fzf 0.65.2" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder |
