summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-08-03 00:50:38 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-08-03 00:54:26 +0900
commit179aec1578004c705522f5dc47190494988797b4 (patch)
treefabf7c15badcef12159ba748bb165f50e1354042 /CHANGELOG.md
parentaf0014aba8bc49f6acb35f96cb9642bf3d163edd (diff)
downloadfzf-179aec1578004c705522f5dc47190494988797b4.tar.gz
Fix '--color nth:regular' not to reset ANSI attributes of the original text
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d344de6..cda3431b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
------
- Fixed incorrect `$FZF_CLICK_HEADER_WORD` and `$FZF_CLICK_FOOTER_WORD` when the header or footer contains ANSI escape sequences and tab characters.
- Fixed a bug where you cannot unset the default `--nth` using `change-nth` action.
+- Fixed a highlighting bug when using `--color fg:dim,nth:regular` pattern over ANSI-colored items.
0.65.0
------