diff options
author | Carlo Abelli <carlo@abelli.me> | 2020-06-28 20:07:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 00:07:16 +0000 |
commit | 8688e47ddb932818d4e0992299c3cbbff6cf0572 (patch) | |
tree | f2fdd479a6598c675d327c12f6e057e7e13543d2 /CHANGELOG.md | |
parent | 341832f820611e3d69e0213b7e0d63c9d7a0eb50 (diff) | |
download | alacritty-8688e47ddb932818d4e0992299c3cbbff6cf0572.tar.gz alacritty-8688e47ddb932818d4e0992299c3cbbff6cf0572.zip |
Fix foreground dimming with truecolor text
Fixes #3766.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af19d7d..0297b1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Display not scrolling when printing new lines while scrolled in history - Regression in font rendering on macOS - Scroll down escape (`CSI Ps T`) incorrectly pulling lines from history +- Dim escape (`CSI 2 m`) support for truecolor text ## 0.4.3 |