From 1e53d263d4eada52a845e7f469c0b6a8f582105e2c0f2dd1f6bda429b40cbbd4 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 7 May 2024 06:14:31 +0000 Subject: [PATCH] Accepting request 1172289 from home:smolsheep:upgrades - Update to 0.10.3 * fix(battery): Fix {health} format replacement * Cursor change to indicate module clickability * upower: fix segfault by initializing lastWarningLevel * Fix Hyprland socketpath changed to XDG_RUNTIME_DIR * pipewire: unbreak build on FreeBSD * fix: set cursor appropriately on user event hover * fix: custom module mediaplayer doesn't respect argument * feat: style tray icon on hover * fix: tooltip-format on custom modules not working in some cases * feat: hover for whole group * Remove listener when the window is destroyed OBS-URL: https://build.opensuse.org/request/show/1172289 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=130 --- waybar-0.10.2.tar.gz | 3 --- waybar-0.10.3.tar.gz | 3 +++ waybar.changes | 16 ++++++++++++++++ waybar.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 waybar-0.10.2.tar.gz create mode 100644 waybar-0.10.3.tar.gz diff --git a/waybar-0.10.2.tar.gz b/waybar-0.10.2.tar.gz deleted file mode 100644 index 97b9f99..0000000 --- a/waybar-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ecccfe5d326d66987a32e77e02b825019d191670ab8e87412df01dd0913f9c0 -size 301414 diff --git a/waybar-0.10.3.tar.gz b/waybar-0.10.3.tar.gz new file mode 100644 index 0000000..52f35c3 --- /dev/null +++ b/waybar-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a9ae85d3dcfef04e4bc4e0f3470f187964e4466c156e5558850cea84a3df5c +size 301886 diff --git a/waybar.changes b/waybar.changes index 5066d01..38a76ed 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue May 7 02:56:52 UTC 2024 - Joshua Smith + +- Update to 0.10.3 + * fix(battery): Fix {health} format replacement + * Cursor change to indicate module clickability + * upower: fix segfault by initializing lastWarningLevel + * Fix Hyprland socketpath changed to XDG_RUNTIME_DIR + * pipewire: unbreak build on FreeBSD + * fix: set cursor appropriately on user event hover + * fix: custom module mediaplayer doesn't respect argument + * feat: style tray icon on hover + * fix: tooltip-format on custom modules not working in some cases + * feat: hover for whole group + * Remove listener when the window is destroyed + ------------------------------------------------------------------- Tue Apr 23 16:35:16 UTC 2024 - Joshua Smith diff --git a/waybar.spec b/waybar.spec index 5d11d38..a0ba113 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.10.2 +Version: 0.10.3 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT