mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
NEWS.md: add notes for 0.9.8
This commit is contained in:
parent
28d03b0893
commit
a814dd1e38
1 changed files with 17 additions and 0 deletions
17
NEWS.md
17
NEWS.md
|
|
@ -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-05-25 | [0.20.0] | 0.20.1 | 28313 |
|
| 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-04-17 | [0.9.7] | 0.19.2 | 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 |
|
||||||
|
|
@ -46,6 +47,7 @@ The format is based on [Keep a Changelog]
|
||||||
|
|
||||||
[unreleased]: NEWS.md#unreleased
|
[unreleased]: NEWS.md#unreleased
|
||||||
[0.20.0]: NEWS.md#0200---2026-05-25
|
[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.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
|
||||||
|
|
@ -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
|
[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
|
||||||
|
|
||||||
|
- 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 - 2026-04-17
|
||||||
|
|
||||||
[0.9.7-commits]
|
[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/
|
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
|
||||||
[unreleased-commits]: https://github.com/labwc/labwc/compare/0.20.0...HEAD
|
[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.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.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
|
||||||
|
|
@ -3331,6 +3344,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
|
||||||
[#3439]: https://github.com/labwc/labwc/pull/3439
|
[#3439]: https://github.com/labwc/labwc/pull/3439
|
||||||
[#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
|
||||||
|
|
@ -3363,3 +3377,6 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16
|
||||||
[#3595]: https://github.com/labwc/labwc/pull/3595
|
[#3595]: https://github.com/labwc/labwc/pull/3595
|
||||||
[#3600]: https://github.com/labwc/labwc/pull/3600
|
[#3600]: https://github.com/labwc/labwc/pull/3600
|
||||||
[#3615]: https://github.com/labwc/labwc/pull/3615
|
[#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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue