12
0

Accepting request 895432 from home:susnux:branches:X11:windowmanagers

Update to version 2.5.0

OBS-URL: https://build.opensuse.org/request/show/895432
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-vicious?expand=0&rev=11
This commit is contained in:
2021-05-26 18:16:54 +00:00
committed by Git OBS Bridge
parent 0d2bfcfb17
commit 12af36b1a3
4 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed May 26 00:17:57 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 2.5.0
* Added vicious.call_async asynchronous analogous to vicious.call
* Feature: [hwmontemp] Bring back sysfs path cache
* Fixed fallback the number of lines before packages listing to 0
* Remove trailing semicolon at the end of command.
* volume now uses other emojis to show mute state.
This BREAKS backward compatibility if users substitute custom
symbols from these default.
* Added notmuch_all, cpu_freebsd widget types
* [cmus_all] Promote to widgets/.
* [wifiiw_linux] Expose BSSID.
* [wifi_linux] Expose frequency and transmission power.
* spawn as a fallback for awful.spawn in case Vicious is used as a
stand-alone library.
* Added helpers.setasyncall to avoid writing redundant workers for
asynchronous widget types.
* Added helpers.setcall for registering functions as widget types.
* Deprecate the use of io.popen
* [pkg,weather,contrib/btc] Allow function call without Awesome
* Removed: helpers.sysctl and helpers.sysctl_table were removed
in favour of helpers.sysctl_async.
-------------------------------------------------------------------
Wed Apr 28 15:07:50 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>