This commit is contained in:
Junegunn Choi
2024-01-23 23:47:24 +09:00
parent 2a8b65e105
commit beb2de2dd9
6 changed files with 10 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
CHANGELOG
=========
0.46.0 (WIP)
0.46.0
------
- Added two new events
- `result` - triggered when the filtering for the current query is complete and the result list is ready
@@ -37,7 +37,8 @@ CHANGELOG
```
- And we're phasing out `{fzf:prompt}` and `{fzf:action}`
- Changed [mattn/go-runewidth](https://github.com/mattn/go-runewidth) dependency to [rivo/uniseg](https://github.com/rivo/uniseg) for accurate results
- Set `--ambidouble` if your terminal displays characters with East Asian Width Class Ambiguous (e.g. box-drawing characters for borders) as 2 columns
- Set `--ambidouble` if your terminal displays ambiguous width characters (e.g. box-drawing characters for borders) as 2 columns
- `RUNEWIDTH_EASTASIAN=1` is still respected for backward compatibility, but it's recommended that you use this new option instead
- Bug fixes
0.45.0