summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-04 00:05:55 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-04 00:05:55 +0900
commit8a2df7971186884b3115db68b751622f1f683481 (patch)
tree9569fdc9ea893456670cec705c3593bf60db87d8 /CHANGELOG.md
parentc30e486b648c1540a660802a5015aeca208274fa (diff)
Do not hide separator by default on --info=inline-right|hidden
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a91d7b04..70d89357 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,14 @@ CHANGELOG
0.49.0
------
-- Performance improvements
- - Ingestion performance improved by 40%
- - `--ansi` performance improved by 50%
- - `--with-nth` performance improved by 30%
+- Ingestion performance improved by around 40% (more or less depending on options)
+- `--info=hidden` and `--info=inline-right` will no longer hide the horizontal separator by default. This gives you more flexibility in customizing the layout.
+ ```sh
+ fzf --border --info=inline-right
+ fzf --border --info=inline-right --no-separator
+ fzf --border --info=hidden
+ fzf --border --info=hidden --no-separator
+ ```
- Added two environment variables exported to the child processes
- `FZF_PREVIEW_LABEL`
- `FZF_BORDER_LABEL`
@@ -22,7 +26,7 @@ CHANGELOG
- `track` is still available as an alias
- Added `untrack-current` and `toggle-track-current` actions
- `*-current` actions are no-op when the global tracking state is set
-- Bug fixes
+- Bug fixes and minor improvements
0.48.1
------