diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-08 01:33:33 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 01:33:33 +0400 |
commit | e34762beae5d5b6b261a2a61433761f9dbd45d37 (patch) | |
tree | 4b8758a21e6c1639db8a7858eb6d59beb52d7b67 /CHANGELOG.md | |
parent | cb03806e2ab85674c45e87e1bb24dfe2fd1a918c (diff) | |
download | alacritty-e34762beae5d5b6b261a2a61433761f9dbd45d37.tar.gz alacritty-e34762beae5d5b6b261a2a61433761f9dbd45d37.zip |
Update to crossfont 0.6.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e383ebde..55692672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). if no exact binding (i.e. one with `Shift`) is found. - Use built-in font for powerline symbols from `U+E0B0` to `U+E0B3` - Default `bell.animation` is now `Linear` +- `IncreaseFontSize/DecreaseFontSize` step is now 1px +- `font.size` precision was raised to 6 floating point digits ### Fixed |