diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-10-26 01:32:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 01:32:02 +0300 |
commit | 2a2d38fcaa0c98262885681b901d67fea231bc50 (patch) | |
tree | ed3b42db78f17b36f73bf8d80a24a9b9d96fccfa /CHANGELOG.md | |
parent | e3af53c863ee55b2862954f156e168c1e8da26e2 (diff) | |
download | alacritty-2a2d38fcaa0c98262885681b901d67fea231bc50.tar.gz alacritty-2a2d38fcaa0c98262885681b901d67fea231bc50.zip |
Bump crossfont and sctk-adwaita
Fixes #6432.
Fixes #6414.
Fixes #6400.
Fixes #6338.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2cb848..fc0bcc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Cursor and underlines always being black on very old hardware - Crash when using very low negative `font.offset` - Startup failure on macOS with default config when system `/bin/sh` is `dash` +- Artifacts in corners for maximized window with CSD on Wayland +- Dotted underline not shown on macOS +- Underline on macOS always being at the bottom of the cell +- Crash with `OT-SVG` fonts on Linux/BSD ## 0.11.0 |