From 13b6248dd92b823bc90e86c77e367b77c27ed4a0 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 24 Feb 2022 05:17:25 +0100 Subject: Add version 0.10.1 to changelog --- CHANGELOG.md | 15 +++++++++++++-- 1 file 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 -- cgit