summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-07-03 20:57:19 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-07-03 20:57:19 +0900
commitff1550bb383c74267416132592516aae8662833d (patch)
treeeff30b4b6d37c6485a20f8fdf8641db3da7bc1f1 /CHANGELOG.md
parent976001e47459973b5e72565f3047cc9d9e20241d (diff)
downloadfzf-ff1550bb383c74267416132592516aae8662833d.tar.gz
Normalize halfwidth and fullwidth characers for matching
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34527069..8f1213f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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/_