2019-05-15 11:01:49 +02:00
|
|
|
IMPORTANT:
|
2019-05-13 09:51:02 +02:00
|
|
|
|
2019-05-16 13:52:22 +02:00
|
|
|
- `volume` now uses 🔉 and 🔈 instead of ♫ and ♩ to show mute state.
|
2019-05-15 11:01:49 +02:00
|
|
|
This BREAKS backward compatibility if users substitute custom symbols
|
|
|
|
from these default.
|
|
|
|
|
|
|
|
Added:
|
|
|
|
|
2019-05-29 16:45:28 +02:00
|
|
|
- [wifi_linux] Expose frequency and transmission power
|
2019-05-15 11:01:49 +02:00
|
|
|
- `spawn` as a fallback for `awful.spawn` in case Vicious is used as
|
2019-05-13 09:51:02 +02:00
|
|
|
a stand-alone library. This wrapper, however, does NOT provide the facilities
|
|
|
|
to asynchronously spawn new processes. It also lacks a few features such as
|
|
|
|
parsing `stderr` and returning PID.
|
2019-05-15 11:01:49 +02:00
|
|
|
- `helpers.setasyncall` to avoid writing redundant workers for asynchronous
|
|
|
|
widget types. Note that these workers are only needed in case Vicious is used
|
|
|
|
as a stand-alone library.
|
2019-05-13 09:51:02 +02:00
|
|
|
|
2019-05-15 11:01:49 +02:00
|
|
|
Fixed:
|
2019-05-13 09:51:02 +02:00
|
|
|
|
2019-05-29 16:45:28 +02:00
|
|
|
- Deprecate the use of `io.popen` in following widgets:
|
2019-06-22 13:12:37 +02:00
|
|
|
* wifi_linux, wifiiw_linux, hwmontemp_linux, hddtemp_linux
|
2019-07-31 18:07:04 +02:00
|
|
|
* bat_freebsd, mem_freebsd, net_freebsd, thermal_freebsd, uptime_freebsd,
|
2019-07-31 18:22:49 +02:00
|
|
|
cpu_freebsd, cpufreq_freebsd, fanspeed_freebsd
|
2019-06-22 12:25:18 +02:00
|
|
|
* volume, gmail, mdir, mpd, fs
|
2019-05-13 09:51:02 +02:00
|
|
|
- [mpd] Lua 5.3 compatibility (for real this time); also correct a typo
|
|
|
|
- [pkg,weather,contrib/btc] Allow function call without Awesome
|
|
|
|
- [pkg] Use more updated front-ends for Debian/Ubuntu (apt) and Fedora (dnf)
|
|
|
|
|
2019-03-12 03:47:30 +01:00
|
|
|
# Changes in 2.3.3
|
|
|
|
|
|
|
|
Feature: Add battery widget type for OpenBSD
|
|
|
|
|
|
|
|
Fixes:
|
|
|
|
|
|
|
|
- [mpd] Lua 5.3 compatibility
|
|
|
|
- [bat\_freebsd] Update battery state symbols
|
|
|
|
|
2019-02-14 14:32:55 +01:00
|
|
|
# Changes in 2.3.2
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
- Support stacked graphs
|
|
|
|
- [hwmontemp\_linux] Provide name-based access to hwmon sensors via sysfs
|
|
|
|
- [mpd\_all] Expose more informations and format time in [hh:]mm:ss
|
|
|
|
|
|
|
|
Fixes:
|
|
|
|
|
|
|
|
- Improve defaults and mechanism for data caching
|
|
|
|
- Escape XML entities in results by default
|
|
|
|
- [weather\_all] Update NOAA link and use Awesome asynchronous API
|
|
|
|
- [mem\_linux] Use MemAvailable to calculate free amount
|
|
|
|
- [mem\_freebsd] Correct calculation and switch to swapinfo for swap
|
|
|
|
- [bat\_freebsd] Add critical charging state
|
|
|
|
- [fs\_all] Fix shell quoting of option arguments
|
|
|
|
|
|
|
|
Moreover, `.luacheckrc` was added and `README.md` was refomatted for the ease
|
|
|
|
of development.
|
|
|
|
|
2017-11-28 22:32:19 +01:00
|
|
|
# Changes in 2.3.1
|
|
|
|
|
|
|
|
Fixes:
|
|
|
|
|
|
|
|
- widgets can be a function again (regression introduced in 2.3.0)
|
|
|
|
|
2017-11-25 10:28:05 +01:00
|
|
|
# Changes in 2.3.0
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- add btc widget
|
|
|
|
- add cmus widget
|
|
|
|
- alsa mixer also accept multiple arguments
|
|
|
|
|
|
|
|
Fixes:
|
|
|
|
|
|
|
|
- pkg now uses non-blocking asynchronous api
|
|
|
|
|
2017-03-30 17:34:05 +02:00
|
|
|
# Changes in 2.2.0
|
|
|
|
|
|
|
|
Notable changes:
|
|
|
|
|
|
|
|
- moved development from git.sysphere.org/vicious to github.com/Mic92/vicious
|
|
|
|
- official freebsd support
|
|
|
|
- escape variables before passing to shell
|
|
|
|
- support for gear timers
|
|
|
|
- fix weather widget url
|
|
|
|
- add vicious.call() method to obtain data outside of widgets
|
|
|
|
|
|
|
|
For older versions see git log
|