Accepting request 698119 from X11:Wayland

- Update to 0.6.0:
  Added:
  * MPD Module
  * Manage the style of the bar according to the window in the workspace bb8ff5a
  * Custom modules: Allow to toggle multiple classes 6aee514
  * Partially hide Waybar with the .hidded class on toggle (SIGUSR1) ecc5f48
  * Multiple bars on the same screen with one file 79a5e9e
  Changed:
  * Handle widgets size changes for auto height/width management 311c34e
  * Tray: Icons update fixed
  * Tray: Icons size 3273ee8
  * Workspace: Pango markup now supported bc9a497
  * Custom: Kill scripts on bar destroy 90d89fe
  * Some screens output/unplug fixed

OBS-URL: https://build.opensuse.org/request/show/698119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=4
This commit is contained in:
Yuchen Lin 2019-04-26 20:54:56 +00:00 committed by Git OBS Bridge
commit 3ef7c8526d
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2a7042ca64161272ce3044941eb61de025c27865f577e3e26c513277c6d2c7e
size 89631

3
0.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fb8c10b5f02e680dee2ec0ef76965bb382cefbc83125976c80e6db4590449d2
size 94991

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Apr 26 09:43:59 UTC 2019 - mvetter@suse.com
- Update to 0.6.0:
Added:
* MPD Module
* Manage the style of the bar according to the window in the workspace bb8ff5a
* Custom modules: Allow to toggle multiple classes 6aee514
* Partially hide Waybar with the .hidded class on toggle (SIGUSR1) ecc5f48
* Multiple bars on the same screen with one file 79a5e9e
Changed:
* Handle widgets size changes for auto height/width management 311c34e
* Tray: Icons update fixed
* Tray: Icons size 3273ee8
* Workspace: Pango markup now supported bc9a497
* Custom: Kill scripts on bar destroy 90d89fe
* Some screens output/unplug fixed
-------------------------------------------------------------------
Thu Apr 4 10:31:19 UTC 2019 - mvetter@suse.com

View File

@ -17,7 +17,7 @@
Name: waybar
Version: 0.5.1
Version: 0.6.0
Release: 0
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
License: MIT
@ -39,6 +39,8 @@ BuildRequires: libdbusmenu-gtk3-devel
BuildRequires: libnl3-devel
# optional: audio
BuildRequires: libpulse-devel
# optional: mpd module
BuildRequires: libmpdclient-devel
# optional: sway integration
Recommends: sway