From 98e4171cbc3ca92b237f1351cede94c910af82ab4e90286bb99e8a1cb40b5dbe Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 21 Mar 2019 08:10:27 +0000 Subject: [PATCH] - Update to 0.5.0: Added: * Add temperature module 7ae549d * Add option to show only current workspace in sway/workspaces module #206 * Add custom tooltip format for network module a9f680b * Add status class to idle_inhibitor 973cec1 * Add pkill signals to custom modules #228 Changed: * Improving mouse button support d0f56b7 * Fixed idle_inhibitor, handles click events correctly 80ef637 * Fixed clock seconds ef88f0a * Fixed sway ipc crash when compiled with -D_GLIBCXX_ASSERTIONS 00176c9 * Fixed network skipped changes * Workspaces scroll is now output aware except when all-outputs is set OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=4 --- 0.4.0.tar.gz | 3 --- 0.5.0.tar.gz | 3 +++ waybar.changes | 18 ++++++++++++++++++ waybar.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 0.4.0.tar.gz create mode 100644 0.5.0.tar.gz diff --git a/0.4.0.tar.gz b/0.4.0.tar.gz deleted file mode 100644 index 654ac3d..0000000 --- a/0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2edb71a197c9439e634b1033fbbe634a16de163be2e0a3ad443834fb6a8ee75 -size 85990 diff --git a/0.5.0.tar.gz b/0.5.0.tar.gz new file mode 100644 index 0000000..eb2dac7 --- /dev/null +++ b/0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c858722eac1ba4ac72fe28c6b159de2642017e277855b200131f96be15d2640b +size 87903 diff --git a/waybar.changes b/waybar.changes index 68ba266..37128f8 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Mar 21 08:07:51 UTC 2019 - mvetter@suse.com + +- Update to 0.5.0: + Added: + * Add temperature module 7ae549d + * Add option to show only current workspace in sway/workspaces module #206 + * Add custom tooltip format for network module a9f680b + * Add status class to idle_inhibitor 973cec1 + * Add pkill signals to custom modules #228 + Changed: + * Improving mouse button support d0f56b7 + * Fixed idle_inhibitor, handles click events correctly 80ef637 + * Fixed clock seconds ef88f0a + * Fixed sway ipc crash when compiled with -D_GLIBCXX_ASSERTIONS 00176c9 + * Fixed network skipped changes + * Workspaces scroll is now output aware except when all-outputs is set + ------------------------------------------------------------------- Tue Mar 12 09:57:48 UTC 2019 - mvetter@suse.com diff --git a/waybar.spec b/waybar.spec index ef71b74..4533d15 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT