]> git.mdlowis.com Git - proto/labwc.git/commitdiff
NEWS.md: add notes on 0.5.1
authorJohan Malm <jgm323@gmail.com>
Fri, 8 Apr 2022 21:06:51 +0000 (22:06 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 8 Apr 2022 21:06:51 +0000 (22:06 +0100)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index ec9e946ea508f5628a58b15e2c8e5fa9325d7852..f429ef861572af52fcf08e1c7cb0504e88ba4f13 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -15,6 +15,7 @@ that branch.
 
 | Date       | Release notes | wlroots version | lines-of-code |
 |------------|---------------|-----------------|---------------|
+| 2022-04-08 | [0.5.1]       | 0.15.1          | 8829          |
 | 2022-02-18 | [0.5.0]       | 0.15.1          | 8766          |
 | 2021-12-31 | [0.4.0]       | 0.15.0          | 8159          |
 | 2021-06-28 | [0.3.0]       | 0.14.0          | 5051          |
@@ -32,10 +33,21 @@ heavy lifting with this.
 
 - Presentation protocol
 
-## 0.5.1 - unreleased
+## 0.5.1 - 2022-04-08
+
+### Added
+
+- Honour size increments from WM_SIZE_HINTS, for example to allow
+  xwayland terminal emulators to be resized to a width/height evenly
+  divisible by the cell size. Written-by: @jlindgren90
+- Implement cursor input for overlay popups. Written-by: @Consolatis
 
 ### Fixed
 
+- Do not raise xwayland windows when deactivating (issue #270).
+  Written-by: @Consolatis
+- Restore drag mouse-bindings and proper double-click (issues #258 and
+  #259). Written-by: @Consolatis
 - Implement cursor input for unmanaged xwayland surfaces outside their
   parent view. Without this menus extending outside the main application
   window do not receive mouse input. Written-by: @jlindgren90