Accepting request 1066886 from home:sp1rit
Update to version 0.22.0beta OBS-URL: https://build.opensuse.org/request/show/1066886 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=19
This commit is contained in:
parent
e37cd666d6
commit
3e6bc95f1f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de1c7601e62faf086d331b504f22e20f4f6e9a9ceebe345922f48a2483678dbd
|
|
||||||
size 5194253
|
|
3
hyprland-0.22.0beta.obscpio
Normal file
3
hyprland-0.22.0beta.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8621268abfb49982b4bbd664d8ec718a32f6a9e77b87648012dce6fecec92425
|
||||||
|
size 5236749
|
100
hyprland.changes
100
hyprland.changes
@ -1,3 +1,103 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 00:13:30 UTC 2023 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||||
|
|
||||||
|
- Update to version 0.22.0beta:
|
||||||
|
+ A minor update after a short wait, brought to you by Yours Truly.
|
||||||
|
+ Breaking changes
|
||||||
|
* dwindle:col.group... -> general:col.group...
|
||||||
|
* misc:no_vfr -> misc:vfr. bool, heavily recommended to leave at
|
||||||
|
default on. Saves on CPU usage.
|
||||||
|
* misc:vrr -> Adaptive sync of your monitor. 0 (off), 1 (on),
|
||||||
|
2 (fullscreen only). Default 0 to avoid white flashes on
|
||||||
|
select hardware.
|
||||||
|
+ New features:
|
||||||
|
* Add vrr to hyprctl monitor (#1560)
|
||||||
|
* Added a crash reporter
|
||||||
|
* Added an Event Hook System (#1578)
|
||||||
|
* Added execr
|
||||||
|
* Added support for layoutmsg params and added the param
|
||||||
|
'newfocus' for 'swapwithmaster' and 'focusmaster' (#1522)
|
||||||
|
* add a minimize ipc event
|
||||||
|
* add misc:mouse_move_focuses_monitor
|
||||||
|
* add missing xwayland stub
|
||||||
|
* add prev to getWorkspaceIDFromString
|
||||||
|
* added activewindowv2
|
||||||
|
* libinput: add tap_button_map (#1495)
|
||||||
|
* move no_vfr to vfr and add vrr
|
||||||
|
+ Fixes:
|
||||||
|
* Fix VRR JSON output in hyprctl monitors (#1562)
|
||||||
|
* Fix some issues with a lost focus of the maximized window
|
||||||
|
after using swapwithmaster in fullscreen mode (#1524)
|
||||||
|
* fix compile for single_pixel_buffer_v1
|
||||||
|
* fix crash with libc++ in appid
|
||||||
|
* fix group data in hyprctl
|
||||||
|
* fix json output in hyprctl animations
|
||||||
|
* fix legacy system call to create hypr dir
|
||||||
|
* fix quick start link
|
||||||
|
* fix urgent hint order in code
|
||||||
|
* fix warn
|
||||||
|
* fix(hyprctl): allow dispatcher to have no args (#1464)
|
||||||
|
* fixup LS scaling impl
|
||||||
|
* fixup backtrace curpath
|
||||||
|
* fixup stutter in rendering with toplevel_export
|
||||||
|
+ Other:
|
||||||
|
* Allow to disable X11 backend separately from Xwayland after
|
||||||
|
5a750b4 (#1445)
|
||||||
|
* Generate symbol info in release for crash reports
|
||||||
|
* Get active VT via ioctl instead of sysfs after e90c5c6 (#1448)
|
||||||
|
* Group/Tab Rework (#1580)
|
||||||
|
* Implement ext-session-lock-v1
|
||||||
|
* Only use true/false in default config to reduce confusion
|
||||||
|
(#1517)
|
||||||
|
* Resize on border (#1347)
|
||||||
|
* Simulate mouse movement on unmap of popups and subsurfaces
|
||||||
|
* Unbreak CrashReporter on FreeBSD (#1589)
|
||||||
|
* Unbreak build with libc++ (#1457)
|
||||||
|
* Update CMakeLists.txt (#1514)
|
||||||
|
* Update blurriness of layersurfaces after hyprctl keyword
|
||||||
|
blurls (#1493)
|
||||||
|
* abort instead of exiting on sigsegv
|
||||||
|
* adjust crash report paths
|
||||||
|
* bring back dynamic ls geom updates
|
||||||
|
* clear focus on failed unlock attempt
|
||||||
|
* clear focus on lockscreen refocus
|
||||||
|
* conform to unmanaged X11 activate requests
|
||||||
|
* don't alter LS geom on unmap
|
||||||
|
* don't loop border anim on disabled
|
||||||
|
* enable UV calcs for all surfaces
|
||||||
|
* enable single_pixel_buffer_v1
|
||||||
|
* err on invalid transform in monitor cfg
|
||||||
|
* explicit config path for autoreload config #1423 (#1494)
|
||||||
|
* ext_workspace_unstable: send done after output_enter when
|
||||||
|
wl_output is bound late (#1481)
|
||||||
|
* ext_workspace_unstable: send output_enter when wl_output is
|
||||||
|
bound late (#1480)
|
||||||
|
* feat: border angle animations (#1469)
|
||||||
|
* focusCurrentOrLast dispatcher (#1545)
|
||||||
|
* force monitor focus on refocus
|
||||||
|
* ignore VR headsets (#1555)
|
||||||
|
* ignore damage on hidden windows in animationmanager
|
||||||
|
* ignore hidden in allfloat
|
||||||
|
* improve VRR state checking with updates to mosthz
|
||||||
|
* make a null surface focus reset lastfocus
|
||||||
|
* meson: build in release by default
|
||||||
|
* minor adjustments to xwayland positioning
|
||||||
|
* notify of fractional scale for LS-es
|
||||||
|
* place sessionlock surfaces at correct coordinates
|
||||||
|
* properly clamp size in dragging floating corners
|
||||||
|
* properly meld groups together
|
||||||
|
* properly rid of whitespace chars from cfg lines
|
||||||
|
* refocus on monitor attach
|
||||||
|
* remove constraint recheck log
|
||||||
|
* render lockscreen in fullscreenworkspace
|
||||||
|
* reset focus on lock surface destroy
|
||||||
|
* reset layout-set render vars on floating
|
||||||
|
* rethink visible flag in animmgr
|
||||||
|
* scale the opaque region in blurring
|
||||||
|
* simplify nullcheck in minimize
|
||||||
|
* unset hidden at grouped remove
|
||||||
|
* update issue guidelines for crash reports
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 28 17:03:24 UTC 2023 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
Sat Jan 28 17:03:24 UTC 2023 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: hyprland
|
name: hyprland
|
||||||
version: 0.21.0beta
|
version: 0.22.0beta
|
||||||
mtime: 1674908798
|
mtime: 1676935051
|
||||||
commit: 61c9e50bcd6c51e026203f194bc186eda3c44a38
|
commit: 431c74f111285eab41c17d724f335a324b5c833a
|
||||||
|
Loading…
Reference in New Issue
Block a user