Accepting request 1005260 from home:sp1rit
Update to version 0.14.0beta OBS-URL: https://build.opensuse.org/request/show/1005260 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=7
This commit is contained in:
parent
f11fb7289c
commit
acda715c57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19a39d15b6af58ad510230e8f33ee5d68d9b4c462d0c5e3cb337c55da7fc2428
|
||||
size 4790284
|
3
hyprland-0.14.0beta.obscpio
Normal file
3
hyprland-0.14.0beta.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1317b8221d2175909c261e067a6168fb1179a655cad81177538862b60973f94d
|
||||
size 4816908
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 17:38:03 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||
|
||||
- Update to version 0.14.0beta:
|
||||
+ Breaking changes
|
||||
* main_mod has been deprecated.
|
||||
new syntax for mouse binds: (example)
|
||||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
+ New features:
|
||||
* Added monitor mirroring
|
||||
* add default speed to hyprctl devices mice
|
||||
* added misc:disable_autoreload
|
||||
* added window pinning
|
||||
* added wsbind
|
||||
+ Fixes:
|
||||
* Various subsurface handling fixes
|
||||
* fix LS fading out on ws change
|
||||
* fix an unholy memory safety issue
|
||||
* fix animation issues with workspace silent
|
||||
* fix decos on pinned
|
||||
* fix fadeout on unmap fullscreen
|
||||
* fix focus follows mouse 0 event sending on wrong window
|
||||
* fix groupbar being wonk on scaled
|
||||
* fix groups with fullscreen
|
||||
* fix hyprland freeze when undocking from docking station
|
||||
* fix misc fullscreen issues
|
||||
* fix mouse binds being stuck
|
||||
* fix moving between fullscreen workspaces
|
||||
* fix pinned fade on fs
|
||||
* fix refocus on same workspace
|
||||
* fix special fullscreen
|
||||
* fix special workspace dispatcher logic
|
||||
* fix wonky focus on movetoworkspace
|
||||
* fix ws switching with LS opacity
|
||||
* minor code styling fixes
|
||||
* minor mouse bind handling fixes
|
||||
* minor swipe fixes
|
||||
+ Other:
|
||||
* accept any case in binds
|
||||
* allow current in monitorfromstring
|
||||
* better cycling in fullscreen with pinned
|
||||
* better dwindle swapping with groups
|
||||
* disable enabling groups on fullscreen windows
|
||||
* disallow fullscreen pinned
|
||||
* disallow move/resize dispatchers on fullscreen windows
|
||||
* don't apply alpha to fadingOut on setWindowFullscreen
|
||||
* don't iterate over subsurfaces in unmap
|
||||
* export HYPRLAND_CMD for scripts
|
||||
* fade control for fullscreen action on windows
|
||||
* fullscreen animation en-nice-ment
|
||||
* guard invalid FB allocs
|
||||
* handle multi-ws swaps in layouts
|
||||
* handle touch devices internally as objects
|
||||
* hyprctl-nopoll
|
||||
* introduce new mouse binds in default and example cfgs
|
||||
* more forceRendering checks in shouldRenderWindow
|
||||
* mouse binds overhaul
|
||||
* only check for visible on xdg
|
||||
* prevent assert killing Hyprland after reenabling monitor
|
||||
* tick config after reload request
|
||||
* verify visibility of new geom in floating creation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 13:51:45 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: hyprland
|
||||
version: 0.13.1beta
|
||||
mtime: 1662670949
|
||||
commit: 928158bbfb906bd871738d60610d85634d1f8c7e
|
||||
version: 0.14.0beta
|
||||
mtime: 1663778486
|
||||
commit: d3ffccd45ff6d6f7bf8cd08b4c1d9e0c00635ab4
|
||||
|
@ -34,7 +34,7 @@ BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(gbm) >= 17.1.0
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.112
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.113
|
||||
BuildRequires: pkgconfig(libinput) >= 1.14.0
|
||||
BuildRequires: pkgconfig(libseat) >= 0.2.0
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
|
Loading…
Reference in New Issue
Block a user