forked from pool/waybar
Accepting request 1096859 from home:smolsheep:upgrades
- Update to version 0.9.19: * Fix broken link in README * fix(dwl-module): fix typo to avoid null pointer * river/window: Add tooltip. * Fixing 'incomplete type error' during building * [hyprland/window] Add css class for empty window name * Small performance fixies * Tray module causes: Invalid id passed to g_bus_unwatch_name() * deprecated: implicit capture of 'this' via '[=]' * [sway/workspaces] fix: change icons priority * Lift reverse-scrolling option into AModule * sway/window: fix appid style not cleared * Issue#2204 * Upower native-path filter * More robust Hyprland backend * hyprland/window: Add CSS customization similar to sway/window * support multiple items in hwmon-path of temperature module * [wrl/taskbar] fix: use empty class for empty taskbar * Add output port (display) of workspace to template function of sway/workspace * Fixed some build warnings * feat: hyprland/workspaces * Refresh Gentoo docker * Wake all sleeping threads when leaving suspend * Fixes for hyprland/workspaces * Don't apply reverse scrolling to mice wheels * wireplumber: Support for scrolling * Fix random segfault on GTK icon functions * [hyperland/workspaces] fix: segfault on create/destroy * Catch2 bump * Fix rare segfault when destroying workspace * Stop MPRIS module from updating every ~20ms * wlr/taskbar: add support for rewrite rules * Add a new start_hidden flag * Image tooltip * improve nix dev shell; override the nixpkgs waybar * sway/workspaces: setting to not warp to window when scrolling * mpris: dynamic tag ordering and separator customization * Add output parameter format to manpage * Partially revert 3af1853 to fix use-after-free OBS-URL: https://build.opensuse.org/request/show/1096859 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=110
This commit is contained in:
parent
8d7a6f9732
commit
95136d258d
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
||||
<param name="revision">0.9.18</param>
|
||||
<param name="revision">0.9.19</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">(.*)</param>
|
||||
<param name="filename">waybar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2482edfc22bf107423a87bbd53139b493dcd72ae65ad18e2170c790b8513b88
|
||||
size 969740
|
3
waybar-0.9.19.obscpio
Normal file
3
waybar-0.9.19.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d3469cb7c76c8818baec1599bbaaa987c687385c9241551774bbd5aeafd083b
|
||||
size 1001484
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 21:32:57 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
- Update to version 0.9.19:
|
||||
* Fix broken link in README
|
||||
* fix(dwl-module): fix typo to avoid null pointer
|
||||
* river/window: Add tooltip.
|
||||
* Fixing 'incomplete type error' during building
|
||||
* [hyprland/window] Add css class for empty window name
|
||||
* Small performance fixies
|
||||
* Tray module causes: Invalid id passed to g_bus_unwatch_name()
|
||||
* deprecated: implicit capture of 'this' via '[=]'
|
||||
* [sway/workspaces] fix: change icons priority
|
||||
* Lift reverse-scrolling option into AModule
|
||||
* sway/window: fix appid style not cleared
|
||||
* Issue#2204
|
||||
* Upower native-path filter
|
||||
* More robust Hyprland backend
|
||||
* hyprland/window: Add CSS customization similar to sway/window
|
||||
* support multiple items in hwmon-path of temperature module
|
||||
* [wrl/taskbar] fix: use empty class for empty taskbar
|
||||
* Add output port (display) of workspace to template function of
|
||||
sway/workspace
|
||||
* Fixed some build warnings
|
||||
* feat: hyprland/workspaces
|
||||
* Refresh Gentoo docker
|
||||
* Wake all sleeping threads when leaving suspend
|
||||
* Fixes for hyprland/workspaces
|
||||
* Don't apply reverse scrolling to mice wheels
|
||||
* wireplumber: Support for scrolling
|
||||
* Fix random segfault on GTK icon functions
|
||||
* [hyperland/workspaces] fix: segfault on create/destroy
|
||||
* Catch2 bump
|
||||
* Fix rare segfault when destroying workspace
|
||||
* Stop MPRIS module from updating every ~20ms
|
||||
* wlr/taskbar: add support for rewrite rules
|
||||
* Add a new start_hidden flag
|
||||
* Image tooltip
|
||||
* improve nix dev shell; override the nixpkgs waybar
|
||||
* sway/workspaces: setting to not warp to window when scrolling
|
||||
* mpris: dynamic tag ordering and separator customization
|
||||
* Add output parameter format to manpage
|
||||
* Partially revert 3af1853 to fix use-after-free
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 12:02:36 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: waybar
|
||||
version: 0.9.18
|
||||
mtime: 1685345101
|
||||
commit: 47193a3d2f81a8ce7177449f92e927db74d873b0
|
||||
version: 0.9.19
|
||||
mtime: 1688504630
|
||||
commit: d8a808f76c51ded496b8be244513dad9345adb68
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: waybar
|
||||
Version: 0.9.18
|
||||
Version: 0.9.19
|
||||
Release: 0
|
||||
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user