- Update to 0.9.9:

* resources: don't break tray icon checkboxes via CSS
  * chore: add `tzdata` to the alpine builder
  * fix(util): make waybar_time formatter compatible with fmt 8.1.0
  * chore: bump supported fmt ver to 7.0.0
  * fix: match sway workspace order with sway one
  * fix: Missing tasks
  * Add `fixed-center` option
  * add to network module - signalStrengthApp shows what applications can run at current signal strength
  * change frequency to GHz
  * change signal strength to penalize overly strong signals
  * man: Add waybar-inhibitor man page
  * Add logind feature, with its 'inhibitor' module
  * bar: Fix crash when unplugging HDMI
  * Adjust max wifi strength that is possible
  * Allow sink in addition to source for pulse icon
  * feat(bar): allow customization of bar modes
  * fix(swaybar-ipc): avoid unnecessary copy of struct swaybar_config
  * mediaplayer.py: Exit properly on SIGPIPE
  * Checking if emoji byte doesn't get out of bounds
  * Add {flag} format replacement
  * fix(bar): handle ipc connection errors.
  * Fix sort
  * fix(swaybar-ipc): better logs
  * doc: document swaybar ipc options, `ipc` and `id`
  * river/tags: Add possibility for mouse clicks
  * Ensure MPD volume is not negative
  * Fix divide by zero (#1303)
  * Fix Clock crash on empty string in timezones field
  * sway/window: include floating_nodes when considering window count for class

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=66
This commit is contained in:
Michael Vetter 2022-01-10 16:17:16 +00:00 committed by Git OBS Bridge
parent 53779da197
commit b207e2cc8e
4 changed files with 73 additions and 5 deletions

View File

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

3
0.9.9.tar.xz Normal file
View File

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

View File

@ -1,3 +1,71 @@
-------------------------------------------------------------------
Mon Jan 10 16:16:47 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.9.9:
* resources: don't break tray icon checkboxes via CSS
* chore: add `tzdata` to the alpine builder
* fix(util): make waybar_time formatter compatible with fmt 8.1.0
* chore: bump supported fmt ver to 7.0.0
* fix: match sway workspace order with sway one
* fix: Missing tasks
* Add `fixed-center` option
* add to network module - signalStrengthApp shows what applications can run at current signal strength
* change frequency to GHz
* change signal strength to penalize overly strong signals
* man: Add waybar-inhibitor man page
* Add logind feature, with its 'inhibitor' module
* bar: Fix crash when unplugging HDMI
* Adjust max wifi strength that is possible
* Allow sink in addition to source for pulse icon
* feat(bar): allow customization of bar modes
* fix(swaybar-ipc): avoid unnecessary copy of struct swaybar_config
* mediaplayer.py: Exit properly on SIGPIPE
* Checking if emoji byte doesn't get out of bounds
* Add {flag} format replacement
* fix(bar): handle ipc connection errors.
* Fix sort
* fix(swaybar-ipc): better logs
* doc: document swaybar ipc options, `ipc` and `id`
* river/tags: Add possibility for mouse clicks
* Ensure MPD volume is not negative
* Fix divide by zero (#1303)
* Fix Clock crash on empty string in timezones field
* sway/window: include floating_nodes when considering window count for class
* fix(tray): fix visibility of Passive items
* Update catch2 dependency 2.13.3 -> 2.13.7
* Add cpu usage for every core
* sway/language: remove tabs, indent with 2 spaces
* Revert "Add CPU usage for every core"
* fixed wrong dependency for make target
* Add CPU usage for every core
* fix(config): preserve explicit null when merging objects
* added support for the {gwaddr} variable
* round brightness
* Only use g_memdup2 for glib >= 2.68
* Switch network module to read /proc/net/dev
* Fix memory leak and data race
* Fix tray icon scaling on multi-display setups
* Fix leak
* Add shortDescription
* feat(swaybar-ipc): handle visibility_by_modifier update
* feat(swaybar-ipc): handle mode update
* feat(swaybar-ipc): add swaybar IPC client
* feat(client): store bar_id argument
* feat(bar): attach CSS class `mode-{mode}` to window when setting mode
* feat(bar): use "default" mode to store global options
* feat(bar): store modes as a map of presets
* feat(bar): support swaybar `mode` for configuring window
* test(util): add tests for SafeSignal
* feat(util): optimize SafeSignal for events from the main thread
* fix(util): avoid creating temporary functor for each event
* feat(util): SafeSignal class for cross-thread signals with arguments
* Fix docs typos Add removing buttons Adjust handling multiple outputs.
* Add docs and adjust sorting
* Finish base implementation
* Add formatting and states handling
* Add base name representation
* disk: make used calculation match df(1) output
-------------------------------------------------------------------
Wed Dec 8 16:59:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package waybar
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: waybar
Version: 0.9.8
Version: 0.9.9
Release: 0
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
License: MIT