diff --git a/NEWS.md b/NEWS.md index 0b51e520..27a5abd8 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-05-25 | [0.20.0] | 0.20.1 | 28313 | +| 2026-06-11 | [0.9.8] | 0.19.3 | 29284 | | 2026-04-17 | [0.9.7] | 0.19.2 | 29277 | | 2026-03-15 | [0.9.6] | 0.19.2 | 29271 | | 2026-03-04 | [0.9.5] | 0.19.2 | 29251 | @@ -46,6 +47,7 @@ The format is based on [Keep a Changelog] [unreleased]: NEWS.md#unreleased [0.20.0]: NEWS.md#0200---2026-05-25 +[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 @@ -230,6 +232,16 @@ 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 + +- Handle titles with no visible characters @Consolatis [#3631] +- 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] @@ -2785,6 +2797,7 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16 [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [unreleased-commits]: https://github.com/labwc/labwc/compare/0.20.0...HEAD [0.20.0-commits]: https://github.com/labwc/labwc/compare/0.9.5..0.20.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 @@ -3331,6 +3344,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 [#3439]: https://github.com/labwc/labwc/pull/3439 [#3440]: https://github.com/labwc/labwc/pull/3440 [#3441]: https://github.com/labwc/labwc/pull/3441 @@ -3363,3 +3377,6 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16 [#3595]: https://github.com/labwc/labwc/pull/3595 [#3600]: https://github.com/labwc/labwc/pull/3600 [#3615]: https://github.com/labwc/labwc/pull/3615 +[#3616]: https://github.com/labwc/labwc/pull/3616 +[#3625]: https://github.com/labwc/labwc/pull/3625 +[#3631]: https://github.com/labwc/labwc/pull/3631