From 95136d258d37c59dbc928c2bcef2126432cfbb5a743262cfdeb6d9227a927951 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 4 Jul 2023 23:02:28 +0000 Subject: [PATCH] Accepting request 1096859 from home:smolsheep:upgrades - Update to version 0.9.19: * Fix broken link in README * fix(dwl-module): fix typo to avoid null pointer * river/window: Add tooltip. * Fixing 'incomplete type error' during building * [hyprland/window] Add css class for empty window name * Small performance fixies * Tray module causes: Invalid id passed to g_bus_unwatch_name() * deprecated: implicit capture of 'this' via '[=]' * [sway/workspaces] fix: change icons priority * Lift reverse-scrolling option into AModule * sway/window: fix appid style not cleared * Issue#2204 * Upower native-path filter * More robust Hyprland backend * hyprland/window: Add CSS customization similar to sway/window * support multiple items in hwmon-path of temperature module * [wrl/taskbar] fix: use empty class for empty taskbar * Add output port (display) of workspace to template function of sway/workspace * Fixed some build warnings * feat: hyprland/workspaces * Refresh Gentoo docker * Wake all sleeping threads when leaving suspend * Fixes for hyprland/workspaces * Don't apply reverse scrolling to mice wheels * wireplumber: Support for scrolling * Fix random segfault on GTK icon functions * [hyperland/workspaces] fix: segfault on create/destroy * Catch2 bump * Fix rare segfault when destroying workspace * Stop MPRIS module from updating every ~20ms * wlr/taskbar: add support for rewrite rules * Add a new start_hidden flag * Image tooltip * improve nix dev shell; override the nixpkgs waybar * sway/workspaces: setting to not warp to window when scrolling * mpris: dynamic tag ordering and separator customization * Add output parameter format to manpage * Partially revert 3af1853 to fix use-after-free OBS-URL: https://build.opensuse.org/request/show/1096859 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=110 --- _service | 2 +- waybar-0.9.18.obscpio | 3 --- waybar-0.9.19.obscpio | 3 +++ waybar.changes | 44 +++++++++++++++++++++++++++++++++++++++++++ waybar.obsinfo | 6 +++--- waybar.spec | 2 +- 6 files changed, 52 insertions(+), 8 deletions(-) delete mode 100644 waybar-0.9.18.obscpio create mode 100644 waybar-0.9.19.obscpio diff --git a/_service b/_service index fc8028b..47762f8 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/Alexays/Waybar.git - 0.9.18 + 0.9.19 @PARENT_TAG@ (.*) waybar diff --git a/waybar-0.9.18.obscpio b/waybar-0.9.18.obscpio deleted file mode 100644 index 9024960..0000000 --- a/waybar-0.9.18.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2482edfc22bf107423a87bbd53139b493dcd72ae65ad18e2170c790b8513b88 -size 969740 diff --git a/waybar-0.9.19.obscpio b/waybar-0.9.19.obscpio new file mode 100644 index 0000000..1878fd9 --- /dev/null +++ b/waybar-0.9.19.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3469cb7c76c8818baec1599bbaaa987c687385c9241551774bbd5aeafd083b +size 1001484 diff --git a/waybar.changes b/waybar.changes index 9a6c627..4118592 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Tue Jul 4 21:32:57 UTC 2023 - Joshua Smith + +- Update to version 0.9.19: + * Fix broken link in README + * fix(dwl-module): fix typo to avoid null pointer + * river/window: Add tooltip. + * Fixing 'incomplete type error' during building + * [hyprland/window] Add css class for empty window name + * Small performance fixies + * Tray module causes: Invalid id passed to g_bus_unwatch_name() + * deprecated: implicit capture of 'this' via '[=]' + * [sway/workspaces] fix: change icons priority + * Lift reverse-scrolling option into AModule + * sway/window: fix appid style not cleared + * Issue#2204 + * Upower native-path filter + * More robust Hyprland backend + * hyprland/window: Add CSS customization similar to sway/window + * support multiple items in hwmon-path of temperature module + * [wrl/taskbar] fix: use empty class for empty taskbar + * Add output port (display) of workspace to template function of + sway/workspace + * Fixed some build warnings + * feat: hyprland/workspaces + * Refresh Gentoo docker + * Wake all sleeping threads when leaving suspend + * Fixes for hyprland/workspaces + * Don't apply reverse scrolling to mice wheels + * wireplumber: Support for scrolling + * Fix random segfault on GTK icon functions + * [hyperland/workspaces] fix: segfault on create/destroy + * Catch2 bump + * Fix rare segfault when destroying workspace + * Stop MPRIS module from updating every ~20ms + * wlr/taskbar: add support for rewrite rules + * Add a new start_hidden flag + * Image tooltip + * improve nix dev shell; override the nixpkgs waybar + * sway/workspaces: setting to not warp to window when scrolling + * mpris: dynamic tag ordering and separator customization + * Add output parameter format to manpage + * Partially revert 3af1853 to fix use-after-free + ------------------------------------------------------------------- Mon Jun 19 12:02:36 UTC 2023 - Filippo Bonazzi diff --git a/waybar.obsinfo b/waybar.obsinfo index 417453b..4cea5aa 100644 --- a/waybar.obsinfo +++ b/waybar.obsinfo @@ -1,4 +1,4 @@ name: waybar -version: 0.9.18 -mtime: 1685345101 -commit: 47193a3d2f81a8ce7177449f92e927db74d873b0 +version: 0.9.19 +mtime: 1688504630 +commit: d8a808f76c51ded496b8be244513dad9345adb68 diff --git a/waybar.spec b/waybar.spec index 0f62e72..f0ed8ad 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.9.18 +Version: 0.9.19 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT