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

Add toggle-header option

Close #3358
This commit is contained in:
Junegunn Choi
2023-07-25 22:11:15 +09:00
parent c0435fdff4
commit f83491274f
5 changed files with 68 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
CHANGELOG
=========
0.42.1
0.43.0
------
- `--listen` server can be secured by setting `$FZF_API_KEY` environment
variable.
@@ -14,6 +14,7 @@ CHANGELOG
# Client
curl localhost:6266 -H "x-api-key: $FZF_API_KEY" -d 'change-query(yo)'
```
- Added `toggle-header` action
0.42.0
------