Accepting request 1108726 from home:sp1rit
Update to version 0.29.1 (this time actually ._.) OBS-URL: https://build.opensuse.org/request/show/1108726 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=40
This commit is contained in:
parent
2f0f73c56f
commit
3fda8c2306
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b35ae48e1d0f76f21a93577b1b6b71335f9e6014a17e843c59eae64d325b04e
|
||||
size 11726236
|
3
hyprland-0.29.1.tar.xz
Normal file
3
hyprland-0.29.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5c66a47c8913ea1a3ec355952d02d4a9e6b50e71dac5e041fb566b50cc502cc
|
||||
size 11719652
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 3 17:30:30 UTC 2023 - Florian <packaging@sp1rit.anonaddy.me>
|
||||
|
||||
- Update to version 0.29.1:
|
||||
+ New hyprland update :)
|
||||
Fixes some annoying wlroots bump related issues and adds some
|
||||
QoL stuff.
|
||||
+ New features:
|
||||
- special: add misc:close_special_on_empty
|
||||
+ Fixes:
|
||||
- fix: use-after-free of CWindow* in
|
||||
CHyprGroupBarDecoration::draw (#3146)
|
||||
- input: fix xwayland constraint calcs
|
||||
- keybinds: fixup global conditions
|
||||
- keybinds: fixup release conditions
|
||||
- refactor: raise SIGABRT instead of write to null address
|
||||
(#3124)
|
||||
- renderer: fixup occlusion conditions
|
||||
- screencopy: fix region sharing
|
||||
- text-input-v1: Fix preedit styling in chromium (#3131)
|
||||
+ Other:
|
||||
- compositor: remove wlr_scene refs
|
||||
- decos: groupbar mouse interaction (#3102)
|
||||
- globalshortcuts: allow empty appid
|
||||
- input: warp in unconstrainMouse
|
||||
- internal: Unsafe state reworks (#3114)
|
||||
- internal: workspace rule handling refactor (#3116)
|
||||
- keybinds: set special monitor id before recalc
|
||||
- keybinds: suppress up event if down was consumed
|
||||
- layout: always center floating xdg windows
|
||||
- meson: remove refs to ext-workspace-unstable-v1
|
||||
- opengl: cleanup framebuffer style
|
||||
- readme: refactor and update a bit
|
||||
- readme: remove wlr_ext workspace proto support mention
|
||||
- renderer: don't set enabled in applyMonitorRule
|
||||
- renderer: render IME popups in fullscreen
|
||||
- waylandResource: remove user data in markDefunct and not ~dtor
|
||||
- window: check for special id matching in close_special_on_empty
|
||||
- wlr-ext-workspace: remove protocol impl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 13:31:16 UTC 2023 - Florian <packaging@sp1rit.anonaddy.me>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%bcond_without devel
|
||||
|
||||
Name: hyprland
|
||||
Version: 0.29.0
|
||||
Version: 0.29.1
|
||||
Release: 0
|
||||
Summary: Dynamic tiling Wayland compositor
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user