Added diskio_avg_samples patch (thanks Yeon-Hyeong)
[monky] / ChangeLog
index f97ca1b..8f4f21c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2009-05-01
+       * Added diskio_avg_samples patch (thanks Yeon-Hyeong)
+
+2009-05-01
+       * Conky 1.7.0 "Hungry Hobo" released!
+
+2009-04-30
+       * Added $combine, a var that places 2 other vars next to each other, even if they
+       have a output of multiple lines. This also makes the moving of RSS-itemes with
+       $goto (see change from 2009-04-19) no longer necessary.
+
+2009-04-28
+       * Various XMMS2 updates (thanks Lassi)
+       * Make ALSA mixers available on Linux, and added $if_mixer_mute (thanks
+       Jérôme)
+
+2009-04-19
+       * Make it possible to place spaces in front of RSS-items as a workaround
+       for the problem that $goto only moves the first RSS-item. This is only a
+       workaround and should be replaced by a permanent fix that makes $goto move
+       all RSS-items !
+
+2009-04-13
+       * Fix broken compilation without X11
+
+2009-04-09
+       * Fix broken xmms2 compilation (thanks fusetak)
+       * Minor fix for fs_used_perc, fs_free and fs_free_perc (thanks
+       lightpriest)
+       * Added default_bar/graph/gauge_size config options (thanks wire64 for the
+       idea)
+
+2009-03-28
+       * Applied FreeBSD patches (thanks Nikos)
+
+2009-03-24
+       * Added eval text object to realise double parsing
+
+2009-03-16
+       * Fix bug with wacky netstat values on startup
+
+2009-03-15
+       * Added extra newline patch, sf.net id #2638601 (thanks Ali)
+       * Disk i/o support on FreeBSD patch, sf.net id #2657227 (thanks Nikos)
+       * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
+
+2009-03-07
+       * Added alias patch ( sf.net id #2663691 ) changed it to prevent it from
+       overwriting existing environment variables and updated docs, syntaxfiles, ...
+
+2009-03-01
+       * Added if_updatenr
+       * Rewrite human_readable() to minimise amount of padding
+       * Fix padding in temp_print()
+       * Fix padding of $processes and $running_processes
+
 2009-02-17
        * Added $battery_short patch, sf.net id #2300911 (thanks Swoog)
        * Patch by Kim Holviala sf.net id #2484548:
@@ -8,7 +64,6 @@
                * change temp_print() from snprintf() to spaced_print()
                * remove decimals from temp_print() as none of the current sources can
                supply values smaller than 1 degree (C or F, doesn't matter)
-               * add a space between number and the unit in human_readable()
                * fix number printing in human_readable()
                * network $upspeed and $downspeed now use human_readable()
        * Fix diskio_read/write patch sf.net id #2493084 (thanks Alexander)
        * Refactor top code, add top_time to sort by process cpu time (thanks
        sohalt).
 
+2009-01-04
+       * Drop --enable-smapi and use --enable-ibm instead
+       * Make ibm-acpi objects optional (--enable-ibm)
+
 2008-12-20
        * Add if_match object comparing strings, floats and ints
 
 
 2008-06-28
        * Added sysfs AC adapter support patch (thanks Byron)
-       * Added support for EVE-Online skill monitoring (thanks Asbjørn)
+       * Added support for EVE-Online skill monitoring (thanks Asbjørn)
 
 2008-06-25
        * new variables smapi_bat_temp and smapi_bat_power
 
 2008-04-29
        * own_window_type dock patch (thanks Morgan).
-       * Fix for $if_up memleak (thanks Micha¿).
+       * Fix for $if_up memleak (thanks Micha¿).
 
 2008-04-12
        * Added patch for the following (thanks larsko):
        * Version 0.17 released
 
 2004-05-23
-       * battery number for ACPI battery (thanks Leszek Krupiñski)
+       * battery number for ACPI battery (thanks Leszek Krupiñski)
        * default battery is now BAT0 instead of BAT1, set ${battery 1} if
          the old battery thing worked
-       * bug fix on load average reporting (thanks Leszek Krupiñski)
+       * bug fix on load average reporting (thanks Leszek Krupiñski)
        * outlines to text, draw_outline and default_outline_color
          configurations and $outlinecolor (thanks adi)
        * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
        * Version 0.15 released
 
 2004-05-06
-       * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
+       * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
        * Some other stuff