Normalize halfwidth and fullwidth characers for matching
CodeQL / Analyze (go) (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
Generate Sponsors README / deploy (push) Has been cancelled

This commit is contained in:
Junegunn Choi
2025-07-03 20:57:19 +09:00
parent 976001e474
commit ff1550bb38
3 changed files with 107 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
CHANGELOG
=========
0.63.1
------
- [Halfwidth and fullwidth alphanumeric and punctuation characters](https://en.wikipedia.org/wiki/Halfwidth_and_Fullwidth_Forms_(Unicode_block)) are now internally normalized to their ASCII equivalents to allow matching with ASCII queries.
```sh
echo ABC| fzf -q abc
```
- Fixed a bug which caused fzf to abort due to incorrect update ordering.
0.63.0
------
_Release highlights: https://junegunn.github.io/fzf/releases/0.63.0/_