summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-01-06 02:10:44 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-01-06 02:10:44 +0900
commit5ae60e2e806adba1652bec64a62caa473004d7ed (patch)
tree5aa2c889a85d656ccc5a0f77d149534a7637a76e /CHANGELOG.md
parent0e0b86834294e1befb9e1ce16239230aa40d1add (diff)
downloadfzf-5ae60e2e806adba1652bec64a62caa473004d7ed.tar.gz
Add style presets: --style=[default|minimal|full]
Close #4160
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0b8e66e..e6cf9ef8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,16 @@ CHANGELOG
0.58.0
------
-- Border and label for the list section
+
+This version introduces three new border types, `--list-border`, `--input-border`, and `--header-border`, offering much greater flexibility for customizing the user interface.
+
+Also, fzf now offers three "style presets" for easier customization, which can be activated using the `--style=[default|minimal|full]` option.
+
+- Style presets (#4160)
+ - `--style=full`
+ - `--style=default`
+ - `--style=minimal`
+- Border and label for the list section (#4148)
- Options
- `--list-border[=STYLE]`
- `--list-label=LABEL`
@@ -16,7 +25,7 @@ CHANGELOG
- Actions
- `change-list-label`
- `transform-list-label`
-- Border and label for the input section (prompt line and info line)
+- Border and label for the input section (prompt line and info line) (#4154)
- Options
- `--input-border[=STYLE]`
- `--input-label=LABEL`
@@ -29,7 +38,7 @@ CHANGELOG
- Actions
- `change-input-label`
- `transform-input-label`
-- Border and label for the header section
+- Border and label for the header section (#4159)
- Options
- `--header-border[=STYLE]`
- `--header-label=LABEL`