diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-08-01 15:32:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 15:32:06 +0000 |
commit | 259e7c7a09f343b28ad34254f3880e9c4cf5c5ec (patch) | |
tree | 08a4dbaf63116d6e9eaeb6fb310f0f2a974f29dd /CHANGELOG.md | |
parent | 3c309a0953566fe6f726b84eb117fd9cfa42df3d (diff) | |
download | alacritty-259e7c7a09f343b28ad34254f3880e9c4cf5c5ec.tar.gz alacritty-259e7c7a09f343b28ad34254f3880e9c4cf5c5ec.zip |
Update crossfont to 0.3.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2ec6b7..7d311129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Clipboard copy skipping non-empty cells when encountering an interrupted tab character - Vi mode cursor moving downward when scrolled in history with active output - Crash when moving fullwidth characters off the side of the terminal in insert mode +- Broken bitmap font rendering with FreeType 2.11+ +- Crash with non-utf8 font paths on Linux +- Newly installed fonts not rendering until Alacritty restart ## 0.8.0 |