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

Add select and deselect actions

Close #2358
This commit is contained in:
Junegunn Choi
2021-02-25 21:14:15 +09:00
parent 806a47a7cc
commit 76bbf57b3d
5 changed files with 60 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
CHANGELOG
=========
0.25.2
------
- Added `select` and `deselect` action for unconditinoally selecting or
deselecting a single item in `--multi` mode. Complements `toggle` action.
- Built with Go 1.16
0.25.1
------
- Added `close` action