From 98c90215dae9f6a0fa5b4d6bd3df6634c2a6c4ab Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 5 Feb 2023 10:56:44 -0700 Subject: [PATCH] docs: changelog for https://github.com/wez/wezterm/pull/2887 --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 56df856c9..2008b160a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -105,6 +105,9 @@ As features stabilize some brief notes about them will accumulate here. [MoveForwardWord](config/lua/keyassignment/CopyMode/MoveForwardWord.md) not always moving to next line. thanks to [@GZLiew](https://github.com/GZLiew)! [#2955](https://github.com/wez/wezterm/pull/2955) +* Wayland: fixup hidpi scaling when `front_end="WebGpu"`. Thanks to + [@valpackett](https://github.com/valpackett)! + [#2877](https://github.com/wez/wezterm/pull/2887) #### Changed * `CTRL-SHIFT-P` now activates the new command palette, instead of `PaneSelect`