diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-02-24 05:17:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 07:17:25 +0300 |
commit | 13b6248dd92b823bc90e86c77e367b77c27ed4a0 (patch) | |
tree | 7c6b56058784d1220ce952e9b9959e344adbb7c0 /CHANGELOG.md | |
parent | 8ea6c3bc523f5024271d8a58f689a3a91b8f6fca (diff) | |
download | alacritty-13b6248dd92b823bc90e86c77e367b77c27ed4a0.tar.gz alacritty-13b6248dd92b823bc90e86c77e367b77c27ed4a0.zip |
Add version 0.10.1 to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a1bd27..3f75e598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added -- Option `font.builtin_box_drawing` to disable the built-in font for drawing box characters - Track and report surface damage information to Wayland compositors - Escape sequence for undercurl, dotted and dashed underlines (`CSI 4 : [3-5] m`) ### Changed - The `--help` output was reworked with a new colorful syntax + +### Fixed + +- Creating the IPC socket failing if WAYLAND_DISPLAY contains an absolute path + +## 0.10.1 + +### Added + + - Option `font.builtin_box_drawing` to disable the built-in font for drawing box characters + +### Changed + - Builtin font thickness is now based on cell width instead of underline thickness ### Fixed @@ -32,7 +44,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Buili-in font arcs alignment - Repeated permission prompts on M1 macs - Colors being slightly off when using `colors.transparent_background_colors` -- Creating the IPC socket failing if WAYLAND_DISPLAY contains an absolute path ## 0.10.0 |