From 94f6cff4f6517871b7dedbb4af77a76b4d4d28e3969bc9569a9351deec23e0de Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 21 Sep 2020 21:06:31 +0000 Subject: [PATCH] - Update to 0.9.4: Added: * Add option for no workspace switch on click #817 * Add IDs to sway workspace buttons for CSS styling #819 * Add ability to switch timezones on scroll #821 * MPD: Add song position and queue length * Add an "exec-on-event" config for the custom module #851 * Add format for memory tooltip #847 Changed: * Fixed a signal issue with custom modules #778 * Switch workspace on mouse-down to match swaybar #800 * Taskbar string fixes #798 * Systemd now using standard targets #801 * Fixed fmt crash after update #813 * Rfkill is now optional #823 * Fixed network status update #861 * Fix resizing of the bar with gtk-layer-shell #824 * Fix, prevent line breaks in ellipsized labels #828 * Fix "restart-interval" in the custom module #840 * Allow enabing pango markup in the taskbar string #814 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=49 --- 0.9.3.tar.gz | 3 --- 0.9.4.tar.gz | 3 +++ waybar.changes | 24 ++++++++++++++++++++++++ waybar.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 0.9.3.tar.gz create mode 100644 0.9.4.tar.gz diff --git a/0.9.3.tar.gz b/0.9.3.tar.gz deleted file mode 100644 index 8179b9c..0000000 --- a/0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c46a62e7bca108779bd63004fa183c4bc0b7b13aa8be725b9fc162972e2b88fc -size 3738527 diff --git a/0.9.4.tar.gz b/0.9.4.tar.gz new file mode 100644 index 0000000..917778d --- /dev/null +++ b/0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b95fdaece689c8fd14c8d5dfbff58de27036f9629b3f130c71f5d0415b1e66 +size 3767355 diff --git a/waybar.changes b/waybar.changes index 54706bc..01882dc 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Sep 21 21:02:16 UTC 2020 - Michael Vetter + +- Update to 0.9.4: + Added: + * Add option for no workspace switch on click #817 + * Add IDs to sway workspace buttons for CSS styling #819 + * Add ability to switch timezones on scroll #821 + * MPD: Add song position and queue length + * Add an "exec-on-event" config for the custom module #851 + * Add format for memory tooltip #847 + Changed: + * Fixed a signal issue with custom modules #778 + * Switch workspace on mouse-down to match swaybar #800 + * Taskbar string fixes #798 + * Systemd now using standard targets #801 + * Fixed fmt crash after update #813 + * Rfkill is now optional #823 + * Fixed network status update #861 + * Fix resizing of the bar with gtk-layer-shell #824 + * Fix, prevent line breaks in ellipsized labels #828 + * Fix "restart-interval" in the custom module #840 + * Allow enabing pango markup in the taskbar string #814 + ------------------------------------------------------------------- Thu Aug 6 05:56:55 UTC 2020 - Michael Vetter diff --git a/waybar.spec b/waybar.spec index ba1e6d2..7b84dbb 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT