From c232020e6f6f4cd40cb6b4984b3dfee17dcf6589b2e2ff3ca6a7472f0935e5b0 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 12 Apr 2020 21:35:05 +0000 Subject: [PATCH] - Update to 0.9.2: Added: * Battery: full-at config, define the max percentage of the battery #649 Changed: * Support libc++ >=9.0.0 #583 * Sway: add missing unordered_map include #584 * Network: fix label text not updated properly when formats contain Unicode characters #589 * Pulseaudio: Fix alt #592 * Pulseaudio: track default source/sink changes #599 * Tray: Use the same StatusNotifierWatcher for all trays #598 * Pulseaudio: track only the default sink and source #603 * Systemd service: fix start up ordering #612 * Fix: set exclusive zone early for gtk-layer-shell #613 * Readme: ubuntu dependencies #615 * Temperature: Added support for absolute device paths #624 * Switch default Makefile rule from run to build #625 * Memory: provide better free memory approximation on old kernel #629 * Pulseaudio: fallback to default muted format 9acf558 * Custom: restore SIGCHLD settings to SIG_DFL #636 * Custom: check WIFEXITED ec451b5 * Pulseaudio: Start wait for server #651 * Sway/Workspaces: default value unstripped, add value format option 27fbea2 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=41 --- 0.9.1.tar.gz | 3 --- 0.9.2.tar.gz | 3 +++ waybar.changes | 28 ++++++++++++++++++++++++++++ waybar.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 0.9.1.tar.gz create mode 100644 0.9.2.tar.gz diff --git a/0.9.1.tar.gz b/0.9.1.tar.gz deleted file mode 100644 index 037a19b..0000000 --- a/0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb2822c8fab466fbed0c4eb8021b86cedc3afbab254f5dc836c048a4fb73eae8 -size 1727720 diff --git a/0.9.2.tar.gz b/0.9.2.tar.gz new file mode 100644 index 0000000..76573eb --- /dev/null +++ b/0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627e7605f947e4a5975a1375afe8e113c1a355a48599214046dcc7aa4b16cec6 +size 932802 diff --git a/waybar.changes b/waybar.changes index 1825037..c41b305 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun Apr 12 21:33:24 UTC 2020 - Michael Vetter + +- Update to 0.9.2: + Added: + * Battery: full-at config, define the max percentage of + the battery #649 + Changed: + * Support libc++ >=9.0.0 #583 + * Sway: add missing unordered_map include #584 + * Network: fix label text not updated properly when formats + contain Unicode characters #589 + * Pulseaudio: Fix alt #592 + * Pulseaudio: track default source/sink changes #599 + * Tray: Use the same StatusNotifierWatcher for all trays #598 + * Pulseaudio: track only the default sink and source #603 + * Systemd service: fix start up ordering #612 + * Fix: set exclusive zone early for gtk-layer-shell #613 + * Readme: ubuntu dependencies #615 + * Temperature: Added support for absolute device paths #624 + * Switch default Makefile rule from run to build #625 + * Memory: provide better free memory approximation on old kernel #629 + * Pulseaudio: fallback to default muted format 9acf558 + * Custom: restore SIGCHLD settings to SIG_DFL #636 + * Custom: check WIFEXITED ec451b5 + * Pulseaudio: Start wait for server #651 + * Sway/Workspaces: default value unstripped, add value format option 27fbea2 + ------------------------------------------------------------------- Wed Mar 25 17:19:24 UTC 2020 - Denis Kondratenko diff --git a/waybar.spec b/waybar.spec index 786157b..aaf6765 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT