mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
NEWS.md: add notes on 0.5.1
This commit is contained in:
parent
5b34c81768
commit
f0fbf6cfcc
1 changed files with 13 additions and 1 deletions
14
NEWS.md
14
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue