From 6e3c830cd26194775ad18d565b1d96df8ae945f0 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 6 Jul 2025 10:05:25 +0900 Subject: Add 'multi' event triggered on multi-selection changes --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1213f8..4727de6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ CHANGELOG ========= -0.63.1 +0.64.0 ------ +- Added `multi` event that is triggered when the multi-selection has changed. + ```sh + fzf --multi --bind 'multi:transform-footer:(( FZF_SELECT_COUNT )) && echo "Selected: $FZF_SELECT_COUNT item(s)"' + ``` - [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. +- Renamed `clear-selection` action to `clear-multi` for consistency. 0.63.0 ------ -- cgit v1.2.3