NEWS.md: add notes for 0.9.8

This commit is contained in:
Johan Malm 2026-06-10 21:01:19 +01:00 committed by Consolatis
parent e563356198
commit d2349c15a7

15
NEWS.md
View file

@ -10,6 +10,7 @@ The format is based on [Keep a Changelog]
| Date | All Changes | wlroots version | lines-of-code | | Date | All Changes | wlroots version | lines-of-code |
|------------|---------------|-----------------|---------------| |------------|---------------|-----------------|---------------|
| 2026-04-17 | [0.9.7] | 0.19.2 | 29277 | | 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-15 | [0.9.6] | 0.19.2 | 29271 |
| 2026-03-04 | [0.9.5] | 0.19.2 | 29251 | | 2026-03-04 | [0.9.5] | 0.19.2 | 29251 |
| 2026-02-27 | [0.9.4] | 0.19.2 | 29225 | | 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-04-15 | [0.2.0] | 0.13.0 | 5011 |
| 2021-03-05 | [0.1.0] | 0.12.0 | 4627 | | 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.7]: NEWS.md#097---2026-04-17
[0.9.6]: NEWS.md#096---2026-03-15 [0.9.6]: NEWS.md#096---2026-03-15
[0.9.5]: NEWS.md#095---2026-03-04 [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 [wlroots-5098]:https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5098
[gtk-8792]: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/8792 [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 - 2026-04-17
[0.9.7-commits] [0.9.7-commits]
@ -2665,6 +2676,7 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16
ShowMenu ShowMenu
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [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.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.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 [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 [#3428]: https://github.com/labwc/labwc/pull/3428
[#3429]: https://github.com/labwc/labwc/pull/3429 [#3429]: https://github.com/labwc/labwc/pull/3429
[#3430]: https://github.com/labwc/labwc/pull/3430 [#3430]: https://github.com/labwc/labwc/pull/3430
[#3433]: https://github.com/labwc/labwc/pull/3433
[#3440]: https://github.com/labwc/labwc/pull/3440 [#3440]: https://github.com/labwc/labwc/pull/3440
[#3441]: https://github.com/labwc/labwc/pull/3441 [#3441]: https://github.com/labwc/labwc/pull/3441
[#3443]: https://github.com/labwc/labwc/pull/3443 [#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 [#3490]: https://github.com/labwc/labwc/pull/3490
[#3494]: https://github.com/labwc/labwc/pull/3494 [#3494]: https://github.com/labwc/labwc/pull/3494
[#3511]: https://github.com/labwc/labwc/pull/3511 [#3511]: https://github.com/labwc/labwc/pull/3511
[#3616]: https://github.com/labwc/labwc/pull/3616
[#3625]: https://github.com/labwc/labwc/pull/3625