aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSonu Bardai <67749330+SonuBardai@users.noreply.github.com>2023-08-07 07:11:38 +0530
committerGitHub <noreply@github.com>2023-08-07 01:41:38 +0000
commit35e1bb128b6c6835649e4e669fca9e26267b2d1d (patch)
treea3c20de9b8625dfd86b837653474bbde8e802a7e /CHANGELOG.md
parent34b3be775df196bd2cfb1193d88cfea0b8d6d9b8 (diff)
downloadalacritty-35e1bb128b6c6835649e4e669fca9e26267b2d1d.tar.gz
alacritty-35e1bb128b6c6835649e4e669fca9e26267b2d1d.zip
Apply transparent background colors to "UI" cells
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 095cd311..927ca0d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- IME popup now tries to not obscure the current cursor line
- The double click threshold was raised to `400ms`
- OSC 52 paste ability is now **disabled by default**; use `terminal.osc52` to adjust it
+- Apply `colors.transparent_background_colors` for selections, hints, and search matches
### Fixed