summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMike <10135646+mikesmithgh@users.noreply.github.com>2023-06-10 01:48:29 -0400
committerGitHub <noreply@github.com>2023-06-10 14:48:29 +0900
commitce8a745fb4ea6d0725e76d13d97fdf4b7433331d (patch)
tree5f8143c23c41a68c47bcb17c6a51b401ad35cefe /CHANGELOG.md
parent3e9efd1401404da8afdcf9757ac9996f5c48290f (diff)
Add new border style: 'thinblock' (#3327)
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1534a515..fbc8222b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
CHANGELOG
=========
+0.41.2
+------
+- Added new border style `thinblock` which uses symbols for legacy computing
+ [one eighth block elements](https://en.wikipedia.org/wiki/Symbols_for_Legacy_Computing)
+ - Similarly to `block`, this style is suitable when using a different
+ background color because the window is completely contained within the border.
+ ```sh
+ fzf --preview 'cat {}' --border thinblock --preview-window border-thinblock \
+ --color border:233,bg:234,separator:235,preview-border:235,preview-bg:236
+ ```
+ - This style may not render correctly depending on the font and the
+ terminal emulator.
+
0.41.1
------
- Fixed a bug where preview window is not updated when `--disabled` is set and