- New features
* Added Notification action filtering
* Add config option to auto expand the per volume controls
* MPRIS: Support base64 album art
- Bug fixes
* Update waybar docs to deal with edge case
* update the config.json to be in sync with latest swaync(5) page
* Queue close from windows animation callback instead of calling it directly
* Fixed Notification widgets not being disposed of properly
* Always run the notification window show method
* Fix floating notifications input region not always being set
* Added missing control-center-positionX and Y to man 5 page
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/SwayNotificationCenter?expand=0&rev=25
19 lines
700 B
Plaintext
19 lines
700 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/ErikReider/SwayNotificationCenter.git</param>
|
|
<param name="revision">v0.12.3</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="format_spec_file" mode="manual">
|
|
<param name="specfile">SwayNotificationCenter.spec</param>
|
|
</service>
|
|
</services>
|