X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=46c0bc063c91d5c17b0476a594a4475ee98ed155;hb=HEAD;hp=9a6f094a25a36089f6d8cb96cb244ff21ea0cd41;hpb=9065d1f422d9897626d592512d285941dd37dad9;p=monky diff --git a/ChangeLog b/ChangeLog index 9a6f094..46c0bc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,119 @@ +2009-11-24 + * Added support for max_text_width + +2009-11-20 + * Allow for mpd connections to use IPv6 + +2009-11-19 + * Added support for $pid_read and $pid_write + +2009-11-17 + * Added support for $format_time + +2009-11-16 + * Added support for $pid_threads, $pid_thread_list, $pid_nice, + $pid_priority, $pid_time_usermode, $pid_time_kernelmode and $pid_time + * Added IPv6 support to $tcp_portmon + +2009-11-15 + * Added support for $pid_parent, $pid_uid, $pid_euid, $pid_suid, + $pid_fsuid, $pid_gid, $pid_egid, $pid_sgid and $pid_fsgid + * Added support for $uid_name and $gid_name + * Renamed $running_processes to $running_threads + * Added real $running_processes + * Added support for $pid_vmpeak, $pid_vmsize, $pid_vmlck, $pid_vmhwm, + $pid_vmrss, $pid_vmdata, $pid_vmstk, $pid_vmexe, $pid_vmlib, $pid_vmpte + +2009-11-14 + * Added support for $pid_state and $pid_state_short + * Added support for $cmdline_to_pid + * Make it possible to use other vars as arguments for the $pid_'s + +2009-11-13 + * Add $conky_user_time (sf.net #2830919) + * Drop adt746x objects + * Added support for $pid_chroot + * Added middle_middle alignment support + +2009-11-12 + * Added support for $pid_environ_list, $pid_exe, $pid_openfiles, + $pid_stdin, $pid_stdout and $pid_stderr + +2009-11-11 + * Added support for $pid_cmdline, $pid_cwd, $pid_environ + +2009-11-10 + * Fix $if_mpd_playing and $mpd_percent when you stop playing a song, + thanks Sakari Matikka + +2009-11-09 + * Fix $scroll only scrolls once + +2009-11-08 + * Fix segfaults and memleaks in curl + * Fix building with metar but without xoap + +2009-11-07 + * Added support for $threads on Linux + * Fixed bug in $processes on Linux + * Fixed building with --disable-x11, --disable-xft, --disable-lua, + --disable-ncurses and --disable-iostats + * Added ncurses to the "-v" output when necessary + +2009-10-25 + * Fixed loadavg and loadgraph argument parsing and corrected it's + documentation. + +2009-09-11 + * Fixed configure test failure. Tolua test program couldn't find lua + libraries (even though they existed) and failed to compile. + +2009-09-06 + * Rewrite hddtemp support for better scaling. + +2009-08-10 + * Add day and date data_type to $weather_forecast + +2009-08-03 + * Added support for $weather_forecast (experimental) + +2009-08-01 + * Added support for out_to_ncurses + +2009-07-31 + * Removed alias config option due to brokenness + * Added support for $include + +2009-07-29 + * Add icon data_type for xoap weather + +2009-07-23 + * Changed xoap parsing method to xpath, in preparation to include + forecast data + +2009-07-19 + * Fixed out-of-tree builds + * Update MPD elapsed/progress when stopped (sf.net #2792113) + * Overhauled RSS and weather, added $curl + +2009-07-18 + * Added compilation switch --enable-xoap to be able to use + www.weather.com as a source of weather data (this avoids adding + libxml2 as a required dependency for users that wish to use noaa + and not weather.com) + * Added support for X alignment across multi-lined objects (i.e., using + $alignr with $exec) + * Disabled OpenMP code until GCC's implementation stabilizes + * www.weather.com can now be used as well as a source of weather data + +2009-07-11 + * Added support for $desktop, $desktop_number and $desktop_name (sf.net #2040528) + 2009-07-09 * Added support for $swapfree + * Improved Lua API (lua_read_parse has been removed in favour of the + conky_parse() Lua API call) + * Introduced new Lua Cairo and Imlib2 bindings 2009-07-08 * Fixed a couple memory-related bugs @@ -67,6 +181,10 @@ * Add entropy_perc printing the available entropy as percentage * Add read_tcp to print stuff from tcp-sockets +2009-06-03 + * Improved Imlib2 cache control by adding a global cache flush option, and + per image cache flushing + 2009-05-24 * Added fancy new 'temperature gradients' feature for graphs, via the -t switch at the end of graph arguments.