From dcbaddd1ea940c26c805e89ba29638c0d0b11352102dc80d6bd4e3c28c6dda4f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 28 Dec 2019 12:21:40 +0000 Subject: [PATCH] - Update to 0.9.0: Added: * Use GTK Layer Shell for working Popups #441 * Disk module #471 * Man pages option #443 * Battery: format time #455 * Systemd user unit #460 * Detect timezone changes #480 * Pulseaudio: export desc as a format #507 * Toggle opacity #510 Changed: * Fix man memory description #444 * Fix output typo #445 * Fix typo: persistant -> persistent #446 * Fix exclusive zone #447 * Network: clamp signal strength 334bc1e * MPD: take lock in waitForEvent to prevent SIGABORT #467 * Pulseaudio: audio scroll bound #475 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=34 --- 0.8.0.tar.gz | 3 --- 0.9.0.tar.gz | 3 +++ waybar.changes | 22 ++++++++++++++++++++++ waybar.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 0.8.0.tar.gz create mode 100644 0.9.0.tar.gz diff --git a/0.8.0.tar.gz b/0.8.0.tar.gz deleted file mode 100644 index 3da052a..0000000 --- a/0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa -size 112019 diff --git a/0.9.0.tar.gz b/0.9.0.tar.gz new file mode 100644 index 0000000..be09081 --- /dev/null +++ b/0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d +size 115404 diff --git a/waybar.changes b/waybar.changes index 4cf3a29..c79ae63 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Dec 28 12:17:51 UTC 2019 - Michael Vetter + +- Update to 0.9.0: + Added: + * Use GTK Layer Shell for working Popups #441 + * Disk module #471 + * Man pages option #443 + * Battery: format time #455 + * Systemd user unit #460 + * Detect timezone changes #480 + * Pulseaudio: export desc as a format #507 + * Toggle opacity #510 + Changed: + * Fix man memory description #444 + * Fix output typo #445 + * Fix typo: persistant -> persistent #446 + * Fix exclusive zone #447 + * Network: clamp signal strength 334bc1e + * MPD: take lock in waitForEvent to prevent SIGABORT #467 + * Pulseaudio: audio scroll bound #475 + ------------------------------------------------------------------- Thu Dec 19 16:16:29 UTC 2019 - Dominique Leuenberger diff --git a/waybar.spec b/waybar.spec index 7b4f671..140b039 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT