1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Changelog update

This commit is contained in:
Nikolas Garofil 2009-06-07 11:58:05 +02:00
parent bcbeb402c0
commit 3a9bb96865

View File

@ -10,6 +10,7 @@
2009-05-31
* Fix hostname resolution for mpd_host
* Made sure that no X11 stuff is in the binary with --disable-X11
2009-05-24
* Added fancy new 'temperature gradients' feature for graphs, via the -t
@ -25,6 +26,16 @@
* Added support for the Lua programming language
* Added support for rending images by way of Imlib2
* Patch to fix rounding error with CPU values (thanks Filipe)
* Added support for execbar without X
2009-05-16
* Added another builtin config that is used when compiled with --disable-X11
2009-05-13
* Fix segfault when there is no config available
2009-05-12
* Make sure if_gw isn't checked twice
2009-05-11
* Added arguments to hwmon for value precalculation
@ -37,6 +48,10 @@
* Allow the use of '#' for comments within text area (can be escaped with
'\#'
2009-05-08
* Only include disp when needed
* Made sure update_uname works without X11
2009-05-07
* Fix occasional cpubar segfaults
* Added top_name_width config option