Update to version 0.50.1

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=122
This commit is contained in:
Florian
2025-07-21 08:26:04 +00:00
committed by Git OBS Bridge
parent c1e115e7ab
commit 1118a3e1d3
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jul 21 08:10:14 UTC 2025 - Florian "sp1rit" <sp1rit@disroot.org>
- Update to version 0.50.1:
+ A patch release backporting some fixes from main onto 0.50.0.
+ Fixes backported:
- socket2: fixup invalid ws passed to openwindow
- config: default drag_lock to 0
- framescheduler: dont if check deleted weakpointer (#11063)
- compositor: properly set infinite region on null input
- framescheduler: check monitor validity in doLater
- snap: use window extents instead of border size (#11079)
- opengl: detect android fence support and disable explicit if
it's missing (#11077)
- eventloop: avoid duplicate timers
- eventloop: improve timer handling to avoid crashes
- sessionlock: fix timer logic on unsafe state
-------------------------------------------------------------------
Wed Jul 16 12:08:30 UTC 2025 - Florian "sp1rit" <sp1rit@disroot.org>