Next release, tag 2.0.3
Thanks to Jörg Thalheim and his work on improving Vicious, we can make this tag.
This commit is contained in:
parent
dcc2b60cd8
commit
324563e51b
13
CHANGES
13
CHANGES
|
@ -2,6 +2,19 @@
|
||||||
Full changelog is available online:
|
Full changelog is available online:
|
||||||
http://git.sysphere.org/vicious/log/?showmsg=1
|
http://git.sysphere.org/vicious/log/?showmsg=1
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
dcc2b60 vicious: load widget modules only when needed
|
||||||
|
06e8f7c mpd: allow named keys or positional arguments
|
||||||
|
729ceb7 dio: import string.match()
|
||||||
|
c2f7fbc dio: provide stats for all devices, rewritten by Joerg
|
||||||
|
6522f58 cpu: another 10 percent optimization from Joerg
|
||||||
|
753ce61 cpu: calculation and optimization fixes by Joerg
|
||||||
|
f85d944 gmail: fixed misleading comment
|
||||||
|
31d7b2f bat: fixed "no such device" for current and power
|
||||||
|
d385843 helpers: properly handle magic characters
|
||||||
|
6ddad31 bat: added power_now support
|
||||||
|
fd0718e contrib: added a README with pulse.lua documented
|
||||||
|
9f4302c contrib: rewrite pulse module
|
||||||
|
5160cfe Next release, tag 2.0.2
|
||||||
add54f8 README: added missing register() documentation
|
add54f8 README: added missing register() documentation
|
||||||
fe2e432 TODO: fix contrib/sensors for Ian
|
fe2e432 TODO: fix contrib/sensors for Ian
|
||||||
7625933 wifi: proper fix for SSID regexp
|
7625933 wifi: proper fix for SSID regexp
|
||||||
|
|
4
TODO
4
TODO
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
|
|
||||||
* Vicious
|
* Vicious
|
||||||
|
** TODO Implement intelligent multigraph support
|
||||||
|
** TODO Expand raid to grab data for all available devices
|
||||||
** TODO Consider commiting power drain support to bat.lua
|
** TODO Consider commiting power drain support to bat.lua
|
||||||
** TODO Document contrib widgets in contrib/README
|
** TODO Document contrib widgets in contrib/README
|
||||||
** TODO Consider multigraph, graph stacking, support
|
|
||||||
** TODO Complete the hddtemp fix
|
** TODO Complete the hddtemp fix
|
||||||
- In certain setups regexp does not match all devices
|
- In certain setups regexp does not match all devices
|
||||||
- The regexp catches the first device name, but last stats
|
- The regexp catches the first device name, but last stats
|
||||||
- Shortening the match introduced new problems IIRC
|
- Shortening the match introduced new problems IIRC
|
||||||
** TODO Expand raid to grab data for all available devices
|
|
||||||
** TODO Add fan speed to thermal.lua
|
** TODO Add fan speed to thermal.lua
|
||||||
** TODO Fix contrib/sensors for Ian
|
** TODO Fix contrib/sensors for Ian
|
||||||
- > it does work and provides the lm_sensors
|
- > it does work and provides the lm_sensors
|
||||||
|
|
Loading…
Reference in New Issue