From 43f766f890417508b2f5938ab4046b6a7aae3062f4a5f2112663881eda8c54e8 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 12 Mar 2019 10:02:00 +0000 Subject: [PATCH] - Update to 0.4.0: Added: * Output configuration * Backlight module, thanks to @ianhattendorf * Idle inhibitor, thanks to @jonfin * Option to disable tooltip * Option to escape custom module script output Changed: * Fixed workspace button order * Fixed tray big icons * Fixed scroll with touchpad - Changes from 0.3.0: Added: * Signal strength icons range, thx @Robinhuett * Add format-icons to custom modules, again @Robinhuett smile Changed: * Return puleseaudio port string if unknown, thx @chep * Check adapter online as fallback when battery status report unknown * Typos fixed * Better modules destructions OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=3 --- 0.2.3.tar.gz | 3 --- 0.4.0.tar.gz | 3 +++ waybar.changes | 24 ++++++++++++++++++++++++ waybar.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 0.2.3.tar.gz create mode 100644 0.4.0.tar.gz diff --git a/0.2.3.tar.gz b/0.2.3.tar.gz deleted file mode 100644 index 91cccd1..0000000 --- a/0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbaccbf829ab62578a5956e412b4cc9905be62af74425423628721a1b550f4c8 -size 80676 diff --git a/0.4.0.tar.gz b/0.4.0.tar.gz new file mode 100644 index 0000000..654ac3d --- /dev/null +++ b/0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2edb71a197c9439e634b1033fbbe634a16de163be2e0a3ad443834fb6a8ee75 +size 85990 diff --git a/waybar.changes b/waybar.changes index 2b2be48..68ba266 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Mar 12 09:57:48 UTC 2019 - mvetter@suse.com + +- Update to 0.4.0: + Added: + * Output configuration + * Backlight module, thanks to @ianhattendorf + * Idle inhibitor, thanks to @jonfin + * Option to disable tooltip + * Option to escape custom module script output + Changed: + * Fixed workspace button order + * Fixed tray big icons + * Fixed scroll with touchpad +- Changes from 0.3.0: + Added: + * Signal strength icons range, thx @Robinhuett + * Add format-icons to custom modules, again @Robinhuett smile + Changed: + * Return puleseaudio port string if unknown, thx @chep + * Check adapter online as fallback when battery status report unknown + * Typos fixed + * Better modules destructions + ------------------------------------------------------------------- Fri Jan 25 15:31:29 UTC 2019 - mvetter@suse.com diff --git a/waybar.spec b/waybar.spec index 40e9b37..ef71b74 100644 --- a/waybar.spec +++ b/waybar.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: waybar -Version: 0.2.3 +Version: 0.4.0 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT