From b447999262f2c4a35ad2a27922e553f338dca9ac181ce7f31a6f6719b617d495 Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 11 Aug 2023 14:51:58 +0000 Subject: [PATCH] Accepting request 1103509 from home:sp1rit Updated to version 0.28.0 OBS-URL: https://build.opensuse.org/request/show/1103509 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=37 --- hyprland-0.27.2.tar.xz | 3 -- hyprland-0.28.0.tar.xz | 3 ++ hyprland.changes | 78 ++++++++++++++++++++++++++++++++++++++++++ hyprland.spec | 2 +- 4 files changed, 82 insertions(+), 4 deletions(-) delete mode 100644 hyprland-0.27.2.tar.xz create mode 100644 hyprland-0.28.0.tar.xz diff --git a/hyprland-0.27.2.tar.xz b/hyprland-0.27.2.tar.xz deleted file mode 100644 index 4f06a5b..0000000 --- a/hyprland-0.27.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87e42dcb6c70f8c5b33f954f93c64603887030ef2d236d4539df36062b95bbb5 -size 4659384 diff --git a/hyprland-0.28.0.tar.xz b/hyprland-0.28.0.tar.xz new file mode 100644 index 0000000..9cb61e4 --- /dev/null +++ b/hyprland-0.28.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4160a59e97d0cc4bf5bc12907029128ea7681c9024ad31418a4224fe951f9d36 +size 11721196 diff --git a/hyprland.changes b/hyprland.changes index c863b08..80edf19 100644 --- a/hyprland.changes +++ b/hyprland.changes @@ -1,3 +1,81 @@ +------------------------------------------------------------------- +Fri Aug 11 14:37:54 UTC 2023 - Florian + +- Updated to version 0.28.0: + + Ayo new Hyprland update! + The biggest performance update in Hyprland's history! + - CPU idle reduced by half. + - GPU usage reduced around 2-4 times. + + Breaking Changes: + - All blur values have been moved to decoration:blur:. + + New features: + - Added git tag in json version command (#2821) + - add config option to enable/disable new intuitive resizing + (#2774) + - background: add option to force hypr chan + - backgrounds: add hypr chan var 2 + - groups: add use_current_group_pos (#2759) + - init: Request SCHED_RR using CAP_SYS_NICE (#2690) + - input: add support for cursor-shape-v1 + - keybinds: add toggle to dpms + - renderer: add canSkipBackBufferClear + - renderer: add occlusion for back layers + - renderer: Various Blur Improvements (#2877) + - socket1: add a timeout for requests + - tracy: add more opengl zones + - windowrules: add workspace param + - xwayland: Add temporary fix for #2808 by adding nullptr check. + (#2829) + + Fixes: + - Fix background occlusion ignoring monitor position (#2771) + - init: Fix for issue #2797 (#2799) + - input: Fix #2376 mouse movement bug in XWayland (#2776) + - input: fix styling + - opengl: fix warn + - render: Border fixes (#2781) + - renderer: fix rounding in renderSurface + - toplevelexport: support dmabuf + various fixes + - window: fix segfault in boundingbox + - windowrules: fix opacity override + - xwayland: Add temporary fix for #2808 by adding nullptr check. + (#2829) + + Other: + - animationmanager: optimize avar state + - animationmgr: avoid looping over all avars in favor of only + active ones + - assets/meson.build: install new wallpapers + - config: schedule frame for mons on reload + - config: update default config for new blur changes + - debug: add tracy + - deps: update wlroots + - forms: bring back auto labels + - hyprctl: rerender on cursor_zoom_factor dynamic calls + - internal: Wrap regions (#2750) + - internal: Removed Herobrine + - keybinds: Make moveintogroup locking check configurable + (#2796) + - layout: no_border_when_only-improvements (#2791) + - layout: use warp() instead of setValue() + - opengl: adjust blend and reduce the usage of clear + - props: bump version to 0.28.0 + - region: allow ctor from pixman_box32_t + - render: avoid allocating mirrorfb for no reason + - render: use primitive end() only when no screen shader is + present + - renderer: adjust distribution of backgrounds + - renderer: cleanup back buffer skip checks + - renderer: cleanup old redundancies in CFramebuffer + - renderer: disable init anim on disabled animations + - renderer: don't occlude when pre-blur is queued + - renderer: remove unused var + - renderer: reset scissor after renderTexturePrimitive + - renderer: scale box for occlusion + - renderer: take workspace offset into account for occlusion + - renderer: use primitive rendering for copying buffers + - shaders: short-circuit rounding if radius <= 0 + - windowrules: implements nomaximizerequest (#2785) + - windowrules: improve opacity + ------------------------------------------------------------------- Wed Jul 19 13:12:44 UTC 2023 - Florian diff --git a/hyprland.spec b/hyprland.spec index f925db4..f27d654 100644 --- a/hyprland.spec +++ b/hyprland.spec @@ -20,7 +20,7 @@ %bcond_without devel Name: hyprland -Version: 0.27.2 +Version: 0.28.0 Release: 0 Summary: Dynamic tiling Wayland compositor License: BSD-3-Clause