Accepting request 687137 from X11:Wayland
- 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 - 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 OBS-URL: https://build.opensuse.org/request/show/687137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=2
This commit is contained in:
commit
d7d9844239
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbaccbf829ab62578a5956e412b4cc9905be62af74425423628721a1b550f4c8
|
||||
size 80676
|
3
0.5.0.tar.gz
Normal file
3
0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c858722eac1ba4ac72fe28c6b159de2642017e277855b200131f96be15d2640b
|
||||
size 87903
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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.5.0
|
||||
Release: 0
|
||||
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user