m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Normalize halfwidth and fullwidth characers for matching

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

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 | 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/_