diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-05 20:38:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-05 20:38:29 +0300 |
commit | 4e07600c7239cd86728783ada36ab0e9c23c0c6e (patch) | |
tree | a022917b6f4bead0bbf27ce870b6015e93cee8a2 /CHANGELOG.md | |
parent | f409f743724207e7a2a4c008ce74ea505ae6bbcf (diff) | |
download | alacritty-4e07600c7239cd86728783ada36ab0e9c23c0c6e.tar.gz alacritty-4e07600c7239cd86728783ada36ab0e9c23c0c6e.zip |
Revert "Apply 'font.glyph_offset.y' for underline/strikeout"
This reverts commit d5e9d1d88317afc1f4374f2c2a7679cece14cb7b.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ffe341..c120f332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- `font.glyph_offset.y` is now applied to underline/strikeout - Always use sRGB color space on macOS - Erase in line after the last column will no longer clear the last column - Open new windows by default with macOS `Cmd`+`N` binding |