From b2aff76183299448a1fd534e885f5dcc0e614cb4 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 18 Jul 2020 09:14:17 -0700 Subject: [PATCH] docs: add note about improved non-24bpp support closes: https://github.com/wez/wezterm/issues/240 --- docs/changelog.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.markdown b/docs/changelog.markdown index 7f5e82530..0b0c783f8 100644 --- a/docs/changelog.markdown +++ b/docs/changelog.markdown @@ -23,6 +23,8 @@ brief notes about them may accumulate here. * Windows: fixed buffering/timing issue where a response to a color query in vim could be misinterpreted and replace a character in the editor with the letter `g`. +* X11: Improved support for non-24bpp display depths. WezTerm now tries + harder to obtain an 8bpc surface on both 16bpp and 30bpp (10bpc) displays. ### 20200620-160318-e00b076c