From 3f534da11156affcb20ce9ac099052cc53644559 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 10 Jun 2026 21:01:19 +0100 Subject: [PATCH] NEWS.md: add notes for 0.9.8 --- NEWS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.md b/NEWS.md index 97e65de9..7476cfdf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog] | Date | All Changes | wlroots version | lines-of-code | |------------|---------------|-----------------|---------------| | 2026-04-17 | [0.9.7] | 0.19.2 | 29277 | +| 2026-06-11 | [0.9.8] | 0.19.3 | 29277 | | 2026-03-15 | [0.9.6] | 0.19.2 | 29271 | | 2026-03-04 | [0.9.5] | 0.19.2 | 29251 | | 2026-02-27 | [0.9.4] | 0.19.2 | 29225 | @@ -43,6 +44,7 @@ The format is based on [Keep a Changelog] | 2021-04-15 | [0.2.0] | 0.13.0 | 5011 | | 2021-03-05 | [0.1.0] | 0.12.0 | 4627 | +[0.9.8]: NEWS.md#098---2026-06-11 [0.9.7]: NEWS.md#097---2026-04-17 [0.9.6]: NEWS.md#096---2026-03-15 [0.9.5]: NEWS.md#095---2026-03-04 @@ -111,6 +113,15 @@ There are some regression warnings worth noting for the switch to wlroots 0.19: [wlroots-5098]:https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5098 [gtk-8792]: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/8792 +## 0.9.8 - 2026-06-11 + +[0.9.8-commits] + +### Fixed + +- Save window position on initial placement to fix Raspberry Pi pygame SDL + XWayland window starting off-screen. @tokyo4j [#3433] [#3625] [#3616] + ## 0.9.7 - 2026-04-17 [0.9.7-commits] @@ -2665,6 +2676,7 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16 ShowMenu [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ +[0.9.8-commits]: https://github.com/labwc/labwc/compare/0.9.7...0.9.8 [0.9.7-commits]: https://github.com/labwc/labwc/compare/0.9.6...0.9.7 [0.9.6-commits]: https://github.com/labwc/labwc/compare/0.9.5...0.9.6 [0.9.5-commits]: https://github.com/labwc/labwc/compare/0.9.4...0.9.5 @@ -3205,6 +3217,7 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16 [#3428]: https://github.com/labwc/labwc/pull/3428 [#3429]: https://github.com/labwc/labwc/pull/3429 [#3430]: https://github.com/labwc/labwc/pull/3430 +[#3433]: https://github.com/labwc/labwc/pull/3433 [#3440]: https://github.com/labwc/labwc/pull/3440 [#3441]: https://github.com/labwc/labwc/pull/3441 [#3443]: https://github.com/labwc/labwc/pull/3443 @@ -3212,3 +3225,5 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16 [#3490]: https://github.com/labwc/labwc/pull/3490 [#3494]: https://github.com/labwc/labwc/pull/3494 [#3511]: https://github.com/labwc/labwc/pull/3511 +[#3616]: https://github.com/labwc/labwc/pull/3616 +[#3625]: https://github.com/labwc/labwc/pull/3625