From a8132195d187afc00eb132749257ea06de476eaa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Jul 2026 10:16:35 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 563f4d4f7..7e293edcd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -182,13 +182,13 @@ Detailed list of changes 0.48.1 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Wayland: fix a regression in the previous release that broke window sizing on Hyprland with fractional scales and an initial specified size (:iss:`10268`) +- Wayland: fix a regression in the previous release that broke window sizing for on Hyprland/Sway with fractional scales and an initial specified size (:iss:`10268`) - Wayland: fix a regression in 0.47.3 that broke dragging on the Niri compositor (:iss:`10271`) -- Wayland: get initial window size in cells working in most cases on hyprland/sway with fractional scaling by using the fractional scale of the primary monitor +- Wayland: get initial window size in cells working in most cases on Hyprland/Sway with fractional scaling by using the fractional scale of the primary monitor -- Wayland: Fix using remote control to resize OS windows on some tiling compositors leading to broken rendering +- Wayland: fix using remote control to resize OS windows on some tiling compositors leading to broken rendering 0.48.0 [2026-07-18]