diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-16 21:22:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-16 21:22:56 +0900 |
| commit | a67aa85820c2e278e1c32fb8fdfe137523537ccb (patch) | |
| tree | 05f9f818606d18fd34c56037f0033a4540d41082 /CHANGELOG.md | |
| parent | c5cabe1691a0c486ae0ac733106aa1b843db2f59 (diff) | |
| download | fzf-a67aa85820c2e278e1c32fb8fdfe137523537ccb.tar.gz | |
Style change: thinner gutter column (#4521)
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2b30d9..228624a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ CHANGELOG ========= +0.66.0 +------ +- Style changes + - Narrowed the gutter column by using the left-half block character (`▌`). + - Removed background colors from markers. +- Added `--gutter CHAR` option for customizing the gutter column. Some examples using [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_characters): + ```sh + # Right-aligned gutter + fzf --gutter '▐' + + # Even thinner gutter + fzf --gutter '▎' + + # Checker + fzf --gutter '▚' + + # Dotted + fzf --gutter '▖' + + # Full-width + fzf --gutter '█' + + # No gutter + fzf --gutter ' ' + ``` + 0.65.2 ------ - Bug fixes and improvements |
