]> git.mdlowis.com Git - proto/labwc.git/commitdiff
NEWS.md: update for 0.7.4
authorJohan Malm <jgm323@gmail.com>
Fri, 19 Jul 2024 20:59:13 +0000 (21:59 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 24 Jul 2024 16:35:46 +0000 (18:35 +0200)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 6c0e28f210b2fdb563a8a0352363f1fd7608a031..ec82c33fe2720d15a5b5f115c233d5dba9f47a55 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog]
 
 | Date       | All Changes   | wlroots version | lines-of-code |
 |------------|---------------|-----------------|---------------|
+| 2024-06-19 | [0.7.4]       | 0.17.4          | 22746         |
 | 2024-06-12 | [0.7.3]       | 0.17.4          | 22731         |
 | 2024-05-10 | [0.7.2]       | 0.17.3          | 21368         |
 | 2024-03-01 | [0.7.1]       | 0.17.1          | 18624         |
@@ -29,6 +30,14 @@ 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.7.4]
+
+### Fixed
+
+- Make SSD borders respect snapped state on Reconfigure. PR #2003
+- Fix magnifier by disabling direct scanout when active. PR #1989
+- Fix crash triggered by pipemenu without parent `<menu>` element. PR #1988
+
 ## [0.7.3]
 
 Following a couple of big releases, this one feels like more steady with lots of
@@ -1434,7 +1443,8 @@ Compile with wlroots 0.12.0 and wayland-server >=1.16
   ShowMenu
 
 [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
-[unreleased]: https://github.com/labwc/labwc/compare/0.7.3...HEAD
+[unreleased]: https://github.com/labwc/labwc/compare/0.7.4...HEAD
+[0.7.4]: https://github.com/labwc/labwc/compare/0.7.3...0.7.4
 [0.7.3]: https://github.com/labwc/labwc/compare/0.7.2...0.7.3
 [0.7.2]: https://github.com/labwc/labwc/compare/0.7.1...0.7.2
 [0.7.1]: https://github.com/labwc/labwc/compare/0.7.0...0.7.1