Fix: Templates only work when they end with a space or a }
[monky] / ChangeLog
1 2009-11-20
2         * Allow for mpd connections to use IPv6
3
4 2009-11-19
5         * Added support for $pid_read and $pid_write
6
7 2009-11-17
8         * Added support for $format_time
9
10 2009-11-16
11         * Added support for $pid_threads, $pid_thread_list, $pid_nice,
12         $pid_priority, $pid_time_usermode, $pid_time_kernelmode and $pid_time
13         * Added IPv6 support to $tcp_portmon
14
15 2009-11-15
16         * Added support for $pid_parent, $pid_uid, $pid_euid, $pid_suid,
17         $pid_fsuid, $pid_gid, $pid_egid, $pid_sgid and $pid_fsgid
18         * Added support for $uid_name and $gid_name
19         * Renamed $running_processes to $running_threads
20         * Added real $running_processes
21         * Added support for $pid_vmpeak, $pid_vmsize, $pid_vmlck, $pid_vmhwm,
22         $pid_vmrss, $pid_vmdata, $pid_vmstk, $pid_vmexe, $pid_vmlib, $pid_vmpte
23
24 2009-11-14
25         * Added support for $pid_state and $pid_state_short
26         * Added support for $cmdline_to_pid
27         * Make it possible to use other vars as arguments for the $pid_'s
28
29 2009-11-13
30         * Add $conky_user_time (sf.net #2830919)
31         * Drop adt746x objects
32         * Added support for $pid_chroot
33         * Added middle_middle alignment support
34
35 2009-11-12
36         * Added support for $pid_environ_list, $pid_exe, $pid_openfiles,
37         $pid_stdin, $pid_stdout and $pid_stderr
38
39 2009-11-11
40         * Added support for $pid_cmdline, $pid_cwd, $pid_environ
41
42 2009-11-10
43         * Fix $if_mpd_playing and $mpd_percent when you stop playing a song,
44         thanks Sakari Matikka
45
46 2009-11-09
47         * Fix $scroll only scrolls once
48
49 2009-11-08
50         * Fix segfaults and memleaks in curl
51         * Fix building with metar but without xoap
52
53 2009-11-07
54         * Added support for $threads on Linux
55         * Fixed bug in $processes on Linux
56         * Fixed building with --disable-x11, --disable-xft, --disable-lua,
57         --disable-ncurses and --disable-iostats
58         * Added ncurses to the "-v" output when necessary
59
60 2009-10-25
61         * Fixed loadavg and loadgraph argument parsing and corrected it's
62         documentation.
63
64 2009-09-11
65         * Fixed configure test failure. Tolua test program couldn't find lua
66         libraries (even though they existed) and failed to compile.
67
68 2009-09-06
69         * Rewrite hddtemp support for better scaling.
70
71 2009-08-10
72         * Add day and date data_type to $weather_forecast
73
74 2009-08-03
75         * Added support for $weather_forecast (experimental)
76
77 2009-08-01
78         * Added support for out_to_ncurses
79
80 2009-07-31
81         * Removed alias config option due to brokenness
82         * Added support for $include
83
84 2009-07-29
85         * Add icon data_type for xoap weather
86
87 2009-07-23
88         * Changed xoap parsing method to xpath, in preparation to include
89         forecast data
90
91 2009-07-19
92         * Fixed out-of-tree builds
93         * Update MPD elapsed/progress when stopped (sf.net #2792113)
94         * Overhauled RSS and weather, added $curl
95
96 2009-07-18
97         * Added compilation switch --enable-xoap to be able to use
98         www.weather.com as a source of weather data (this avoids adding
99         libxml2 as a required dependency for users that wish to use noaa
100         and not weather.com)
101         * Added support for X alignment across multi-lined objects (i.e., using
102         $alignr with $exec)
103         * Disabled OpenMP code until GCC's implementation stabilizes
104         * www.weather.com can now be used as well as a source of weather data
105
106 2009-07-11
107         * Added support for $desktop, $desktop_number and $desktop_name (sf.net #2040528)
108
109 2009-07-09
110         * Added support for $swapfree
111         * Improved Lua API (lua_read_parse has been removed in favour of the
112         conky_parse() Lua API call)
113         * Introduced new Lua Cairo and Imlib2 bindings
114
115 2009-07-08
116         * Fixed a couple memory-related bugs
117
118 2009-07-06
119         * Added support for $weather (experimental)
120
121 2009-07-04
122         * Remove newline with comment only lines in TEXT
123         * Improved parsing of graph arguments, removed "log"|"normal" arguments in
124         favour of -l switch
125
126 2009-07-01
127         * Fix escaping of comments in TEXT (sf.net #2813390, thanks Nils)
128
129 2009-06-29
130         * Fix segfault in to_real_path, it's sometimes called with the same
131         source and dest without checking the length, causing a segfault.
132
133 2009-06-20
134         * Use the internal process list for if_running on Linux
135
136 2009-06-14
137         * Fix XMMS2 related crash (sf.net #2806111 and #2805310, thanks Lassi)
138
139 2009-06-13
140         * Added support for $blink
141         * Added support for $to_bytes
142         * Fix segfault due to bad checking of return values for inotify code
143         (sf.net #2804886)
144         * Added 'own_window_type panel' to make Conky behave like a panel (thanks
145         Ole)
146
147 2009-06-12
148         * Added support for per-task I/O statistics - $top_io
149
150 2009-06-11
151         * Added border_inner_margin and border_outer_margin config options, and
152         deprecated border_margin
153
154 2009-06-10
155         * Fix regression with loading of non-Xft fonts (sf.net #2804324)
156
157 2009-06-09
158         * Fixed a regression which causes fonts to not be rendered properly with
159         certain types of windows
160         * Added format_human_readable option (sf.net #2803345, thanks Vincent)
161         * Fix bug in comments within TEXT (where the line contains just '#')
162         (sf.net #2803586), thanks Pavelo
163         * Fix bug in $mails (sf.net #2802529, thanks Nikos)
164
165 2009-06-08
166         * $battery_short can now also display F (full), N (not present),E (empty),
167         U (unknown)
168         * Fix problem that $battery and $battery_short displayed unknown on some
169         systems when the battery wasn't unknown but full
170
171 2009-06-06
172         * Add support for membar,swapbar,cpubar,fs_bar,fs_bar_free,battery_bar,
173         execbar,execibar,lua_bar,entropy_bar,mpd_bar,apcupsd_loadbar and
174         wireless_link_bar
175         * Fix finding IP before first update
176
177 2009-06-04
178         * Add entropy_perc printing the available entropy as percentage
179         * Add read_tcp to print stuff from tcp-sockets
180
181 2009-06-03
182         * Improved Imlib2 cache control by adding a global cache flush option, and
183         per image cache flushing
184
185 2009-05-24
186         * Added fancy new 'temperature gradients' feature for graphs, via the -t
187         switch at the end of graph arguments.
188         * Allow ~/... and $HOME/... paths for more stuff.
189
190 2009-06-07
191         * Conky 1.7.1 released
192
193 2009-05-31
194         * Fix hostname resolution for mpd_host
195         * Made sure that no X11 stuff is in the binary with --disable-X11
196
197 2009-05-19
198         * Added inotify support to reload the config when modified automatically
199         on systems that support it
200         * Added inotify support for reloading Lua scripts automagically
201
202 2009-05-17
203         * Added support for the Lua programming language
204         * Added support for rending images by way of Imlib2
205         * Patch to fix rounding error with CPU values (thanks Filipe)
206         * Added support for execbar without X
207
208 2009-05-16
209         * Added another builtin config that is used when compiled with --disable-X11
210
211 2009-05-13
212         * Fix segfault when there is no config available
213
214 2009-05-12
215         * Make sure if_gw isn't checked twice
216
217 2009-05-11
218         * Added arguments to hwmon for value precalculation
219
220 2009-05-10
221         * Added support for APC UPS daemon monitoring
222         * Fixed hwmon for kernel 2.6.29
223
224 2009-05-09
225         * Allow the use of '#' for comments within text area (can be escaped with
226         '\#'
227
228 2009-05-08
229         * Only include disp when needed
230         * Made sure update_uname works without X11
231
232 2009-05-07
233         * Fix occasional cpubar segfaults
234         * Added top_name_width config option
235
236 2009-05-05
237         * Added some completely pointless OpenMP optimizations(?)
238
239 2009-05-03
240         * Added Sony VAIO fanspeed info (thanks Yeon-Hyeong)
241
242 2009-05-01
243         * Added diskio_avg_samples patch (thanks Yeon-Hyeong)
244         * Fixed $texeci regression
245
246 2009-04-30
247         * Added $combine, a var that places 2 other vars next to each other, even if they
248         have a output of multiple lines. This also makes the moving of RSS-itemes with
249         $goto (see change from 2009-04-19) no longer necessary.
250
251 2009-04-28
252         * Various XMMS2 updates (thanks Lassi)
253         * Make ALSA mixers available on Linux, and added $if_mixer_mute (thanks
254
255 2009-04-19
256         * Make it possible to place spaces in front of RSS-items as a workaround
257         for the problem that $goto only moves the first RSS-item. This is only a
258         workaround and should be replaced by a permanent fix that makes $goto move
259         all RSS-items !
260
261 2009-04-13
262         * Fix broken compilation without X11
263
264 2009-04-09
265         * Added default_bar/graph/gauge_size config options (thanks wire64 for the
266         idea)
267
268 2009-03-24
269         * Added eval text object to realise double parsing
270
271 2009-03-15
272         * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
273
274 2009-05-01
275         * Conky 1.7.0 "Hungry Hobo" released!
276
277 2009-04-28
278         * Various XMMS2 updates (thanks Lassi)
279
280 2009-04-09
281         * Fix broken xmms2 compilation (thanks fusetak)
282         * Minor fix for fs_used_perc, fs_free and fs_free_perc (thanks
283         lightpriest)
284
285 2009-03-28
286         * Applied FreeBSD patches (thanks Nikos)
287
288 2009-03-16
289         * Fix bug with wacky netstat values on startup
290
291 2009-03-15
292         * Added extra newline patch, sf.net id #2638601 (thanks Ali)
293         * Disk i/o support on FreeBSD patch, sf.net id #2657227 (thanks Nikos)
294         * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
295
296 2009-03-07
297         * Added alias patch ( sf.net id #2663691 ) changed it to prevent it from
298         overwriting existing environment variables and updated docs, syntaxfiles, ...
299
300 2009-03-01
301         * Added if_updatenr
302         * Rewrite human_readable() to minimise amount of padding
303         * Fix padding in temp_print()
304         * Fix padding of $processes and $running_processes
305
306 2009-02-17
307         * Added $battery_short patch, sf.net id #2300911 (thanks Swoog)
308         * Patch by Kim Holviala sf.net id #2484548:
309                 * change the height of execbar and execibar to be the same as other
310                 bars have by default (6 pixels)
311                 * treat mixer values as percentages as they're usually 0-100 (switch
312                 to spaced_print() with pad_percents)
313                 * change temp_print() from snprintf() to spaced_print()
314                 * remove decimals from temp_print() as none of the current sources can
315                 supply values smaller than 1 degree (C or F, doesn't matter)
316                 * fix number printing in human_readable()
317                 * network $upspeed and $downspeed now use human_readable()
318         * Fix diskio_read/write patch sf.net id #2493084 (thanks Alexander)
319         * Fix nvidia memory frequency reading patch sf.net id #2493134
320         * Patch to clarify things in conky.conf sf.net id #2548805 (thanks
321         Carpathia).
322         * Fix shown battery status when the battery is not charging any more but
323         is not full charged patch sf.net id #2556056 (thanks Martin)
324         * Extended support for local Maildir patch sf.net id #2561323 (thanks
325         Nicolas)
326         * XMMS2 fix and refactoring patch sf.net id #2579357 (thanks Tamim)
327         * Null mpd variables should have an empty string patch sf.net id #2564747
328
329 2009-02-15
330         * Added out_to_x
331
332 2009-02-12
333         * Added overwrite_file and append_file
334
335 2009-02-10
336         * Added out_to_stderr
337
338 2009-02-08
339         * Refactor top code, add top_time to sort by process cpu time (thanks
340         sohalt).
341
342 2009-01-04
343         * Drop --enable-smapi and use --enable-ibm instead
344         * Make ibm-acpi objects optional (--enable-ibm)
345
346 2008-12-20
347         * Add if_match object comparing strings, floats and ints
348
349 2008-12-18
350         * Fix segfault for diskiograph*, note the changed order of arguments
351         * Fix documentation for all graph objects
352
353 2008-12-17
354         * Make gateway objects also detect routes with missing RTF_GATEWAY flag
355
356 2008-12-15
357         * Have a maximum width for all variable length mpd vars
358         * Patch to allow escaping newlines in the config (thanks Itai)
359
360 2008-12-14
361         * Fix disk_protect for linux-2.6.27 (and hopefully above)
362         * Improve behaviour of $pb_battery
363
364 2008-12-09
365         * Add an option to timed_thread_test() to not wait for the interval period
366         (so that IMAP IDLE works better)
367
368 2008-12-08
369         * Fix runtime debugging macros again
370         * Big hddtemp rewrite
371         * Remove README from git and ignore it
372         * Remove obsolete documentation
373
374 2008-12-07
375         * Removing $freq_dyn and $freq_dyn_g due to license issues (see sf.net
376         tracker bug #2166612)
377         * Allow more than 9 CPUs for CPU stats (bug 2155500)
378         * Fix broken $execbar (bug 2133709)
379         * Don't put unit with hddtemp values for consistency (bug 2133107)
380         * Limit $battery_percent to 100 (bug 2145006)
381         * Fix runtime debugging macros
382         * Make unit of all temperature objects selectable
383         * Make Conky in dock mode a withdrawn window
384
385 2008-12-06
386         * Switching from svn to git repository.  The repo can be viewed from
387         http://git.omp.am/?p=conky.git;a=summary and you can clone the repo with:
388         git clone git://git.omp.am/conky.git
389         * Fix for wrong usage of strncat (thanks Pavol)
390         * Adds a variable if_xmms2_connected to hide objects when xmms2d is not
391         running (thanks Lassi)
392         * Fix for buffer overflow with $execi (thanks Cesare)
393         * Fetch volume through Audacious API (thanks Erik)
394
395 2008-12-06
396         * Removed duplicate sanity check for diskio
397
398 2008-11-30
399         * Added runtime debugging output
400
401 2008-11-29
402         * Added template support
403
404 2008-10-08
405         * Applied OpenBSD patches
406         * Added $if_mpd_playing patch (thanks tarpman)
407
408 2008-09-24
409         * Introduced (buggy) support for IMAP IDLE
410         * Added support for MOC (the console audio player) (thanks henux)
411         * Added scroll step patch (thanks asto)
412
413 2008-09-11
414         * Maybe fix missing include bug
415         (http://bugs.gentoo.org/show_bug.cgi?id=235233)
416         * Improve timed_thread interval timing
417         * Improve Conky's overall interval timing
418         * Added small patch to support negative values (such as negative disk
419         capacity) (thanks hinokind)
420
421 2008-09-10
422         * Improved hddtemp support
423
424 2008-09-07
425         * Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
426         * Fixed buffer overflow in update_net_stats() (thanks Miroslav)
427         * Small fix for nvidia mem freq (thanks Cezary)
428
429 2008-08-14
430         * Conky 1.6.1 released
431         * Fix compile error when MPD support not enabled
432
433 2008-08-05
434         * Add option to specify number of retries for IMAP/POP3 stuff (via -r)
435
436 2008-08-03
437         * Smaller $nvidia improvements
438
439 2008-07-29
440         * Added missing header to package dist
441
442 2008-07-21
443         * Conky 1.6.0 released
444
445 2008-07-16
446         * Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)
447
448 2008-07-06
449         * Made log/normal argument for graphs optional
450
451 2008-07-03
452         * Solve linking on problems on some systems (like Debian's Lenny)
453
454 2008-07-01
455         * Add libgnu convenience lib, modules stdio and getaddrinfo.
456         * Configure option for mathfunctions
457
458 2008-06-29
459         * Fixed missing entries in Makefile.am
460         * Get rid of obsolete gethostbyaddr and getservbyport
461
462 2008-06-28
463         * Added sysfs AC adapter support patch (thanks Byron)
464         * Added support for EVE-Online skill monitoring (thanks Asbjørn)
465
466 2008-06-25
467         * new variables smapi_bat_temp and smapi_bat_power
468         * improved docs for freq_dyn* variables
469
470 2008-06-21
471         * Replaced the global text_object array and count with a
472         text_object_list
473         * Renamed various vars
474         * Removed redundancy in various parts
475
476 2008-06-20
477         * Use output_methods instead of out_to_console
478         * Made some functions non-inline to compile with gcc 4.2 and higher
479
480 2008-06-19
481         * Fixed compilation issues with --enable-testing
482         * Refactored format_seconds and format_seconds_short
483         * Changed addr to print "No Address" when there is no address
484         * Removed redundancy in various parts
485         * Split help output into a separate function
486
487 2008-06-17
488         * Made defines of magic numbers
489
490 2008-06-16
491         * Moved audacious defs into header
492         * Fixed 3 bufferoverflows in a struct utmp in users.c
493
494 2008-06-09
495         * Graphs can now be logarithmic (except execigraph)
496
497 2008-06-08
498         * Bugfix, $memgraph wasn't working and needed docs
499         * Code for $lines and $words
500         * Bugfix, $execgraph showed 0-0 instead of 0-100 values
501
502 2008-06-07
503         * Case-insensitive values for if_up_strictness 
504         * Fix bug where DEV_NAME can read uninitialised memory
505         * Fix bug where ${if_mounted /}foo$endif prints foo on 1 line for
506         each update instead of just 1 line
507
508 2008-06-06
509         * Code for $scroll
510         * Code for $memfree and $memeasyfree
511
512 2008-06-05
513         * Fix bug where conky prints everything twice to STDOUT when
514         out_to_console is enabled
515         * Code for show_graph_range
516         * Code for $monitor and $monitor_number
517
518 2008-06-04
519         * Fix bug where conky tries to free a already freed pointer when you
520         use gw_iface with a empty routingtable in linux
521         * Fix bug where conky tries to tries to display deleted chars in a
522         string (chars followed by a backspace-char) causing strange output.
523
524 2008-06-03
525         * Added NVIDIA Graficcard support patch (thanks meissna)
526         * Added --quiet patch (thanks sceptik)
527
528 2008-05-30
529         * Simplified docs for color0-9 config settings and variables.
530         * Improved $if_up for configurable behaviour.
531
532 2008-04-29
533         * own_window_type dock patch (thanks Morgan).
534         * Fix for $if_up memleak (thanks Micha¿).
535
536 2008-04-12
537         * Added patch for the following (thanks larsko):
538                 * New $loadgraph to show a graph of load averages,
539                 * add "show_graph_scale" option to turn off/on the showing of the
540                 current max value for the graph,
541                 * minor code fixes,
542                 * update nano and vim syntax highlighting stuff.
543
544 2008-04-10
545         * Getting rid of goto usage throughout code.
546         * Fix bug due to usage of gethostbyname() in threads (which is not
547         reentrant) by using gethostbyname_r() when available.
548         * Added patch for battery_time problem on 2.6.24 (thanks wedge).
549         * Added patch to fix broken xmms2 stuff (thanks sleipner).
550         * Added patch to fix SIGHUP/SIGUSR1 segfault (thanks norsetto).
551         * Added patch to improve $if_up (thanks Aseem).
552
553 2008-04-02
554         * Added patch to use mail_spool correctly (thanks Kapil)
555         * Replacing strdup() with strndup() throughout
556
557 2008-04-01
558         * Fixed segfault when configuration doesn't contain TEXT block (thanks
559         Pippijn).
560
561 2008-03-31
562         * Conky 1.5.1 released.
563         * Added --enable-testing configure option to use insane compiler flags.
564
565 2008-03-30
566         * Added mem_res and mem_vsize to $top.
567         * Improved parsing of $diskio*, $disk_protect and $ioscheduler args.
568
569 2008-03-29
570         * Increased C99 compliance.
571         * Fixed potential segfault in get_ioscheduler().
572         * Implemented upwards path traversal for fs_type.
573         * Fixed bug in libmpdclient that caused file descriptors to be left open.
574         * Cleaned up output of battery_* vars.
575
576 2008-03-28
577         * Fixed messed up percentages (fs_free_perc, fs_used_perc, mpd_percent,
578         battery_percent).
579
580 2008-03-24
581         * Fixed for specifying a non-existent configuration file.
582         * Added disk_protect.
583         * Fixed too many open files bug in laptop_mode.
584         * Fixed reading interface adresses.
585         * Fixed battery_bar default size.
586
587 2008-03-23
588         * Fixed compilation with --disable-x11.
589         * Fixed linux.c compilation problem due to (suspected) broken linux
590         headers.
591         * $battery_bar sysfs fix (thanks Marcus).
592
593 2008-03-22
594         * Conky 1.5.0 released.
595         * Smapi review: improved code, fixed memleaks and smapi_bat_perc when
596         using pad_percents.
597         * Fixed spaced_print, so pad_percents should now work as expected.
598         * Removed a line of dead code.
599         * Added support for displaying the default gateway.
600         * Support displaying current laptop_mode.
601         * Per-disk IO scheduler information now available.
602         * Support printing current nameservers.
603
604 2008-03-20
605         * Added CRLF characters to POP3 and IMAP stuff (should play nicer with
606         some servers now).
607         * Added preliminary support for parsing the output of external commands
608         (via $execp and $execpi).
609         * Applied FreeBSD total memory patch (thanks Nikos).
610
611 2008-03-19
612         * Fixed a number of small memory leaks.
613         * Performed some minor profiling on Conky; reduced text_buffer_size
614         default to 128 bytes to improve performance.
615         * Fixed some minor bugs introduced by new patches.
616
617 2008-03-17
618         * Applied 12 patches:
619                 1) sysfs battery support (for Linux >=2.6.24) (thanks Kapil)
620                 2) Improved audacious support patch (thanks Miroslav)
621                 3) tp_smapi support patch for IBM laptops (thanks Phil)
622                 4) user info patch (thanks Roland)
623                 5) added conky build info patch (thanks Roland)
624                 6) added if_up patch (thanks Phil)
625                 7) added reload on SIGHUP patch (thanks Jonas)
626                 8) added pad percentages patch (thanks Jonas)
627                 9) added fs_type patch (thanks Ryan)
628                 10) added xmms2 fixes patch (thanks Lassi)
629                 11) fix sysfs crash patch (thanks Phil)
630                 12) multiple ip patch ($addrs).
631         * Added more alignment support (top_middle, bottom_middle, middle_left,
632         and middle_right).
633
634 2008-02-08
635         * Applied 2 patches:
636                 1) Add diskio for individual devices.
637                 2) Improved output of units, added "short_units" option.
638
639 2008-01-05
640         * Applied some more submitted patches:
641                 1) Add long forms of (most of) the command-line options.
642                 2) Added an option (top_cpu_separate) that emulates top's "separate
643                 cpus" option.  Processor usage is shown as a percentage of a
644                 single processor on your system, instead of a percentage
645                 of all processors combined.
646                 3) Adds a parameter (time) to top and top_mem that will show the
647                 cumulative CPU time of a process.
648                 4) Simplified integer rounding.
649                 5) Fixed the window width when a goto is used.
650                 6) Fixed the window width when an offset is used.
651                 (thanks Kevin Lyles).
652
653 2007-12-31
654         * Applied submitted patches:
655                 1) to suport Debian's kFreeBSD;
656                 2) to use realtime clock in timed threads and
657                 3) to fix get_ibm_acpi_volume zero value bug
658                 (thanks Kapil Hari Paranjape).
659
660 2007-11-22
661         * Conky 1.4.9 released.
662
663 2007-11-18
664         * Added Gentoo USE flag audacious-legacy for Audacious legacy support.
665
666 2007-11-16
667         * Added support for Audacious 1.4.0 and legacy versions via
668                         --enable-audacious=yes|no|legacy.
669
670 2007-11-14
671         * Fix compilation error with --disable-x11 (bug #1830373).
672         * Bump doc stylesheet from 4.3 to 4.4.
673
674 2007-10-31
675         * Fix mpd_smart bug #1822773.
676
677 2007-10-23
678         * Externalize default config file: ${sysconfdir}/conky/conky.conf
679
680 2007-10-21
681         * Initialize music_player_interval so built-in .conkyrc actual works.
682         * Lower timed_thread minimum timing interval from 50 usecs to 10 usecs.
683         * Separate timed thread asserts for clarity.
684         * Remove ${tail /var/log/Xorg.0.log} from default text.
685         * Update vim/nano syntax files.
686
687 2007-10-18
688         * Conky 1.4.8 released.
689
690 2007-10-17
691         * doc/man fixes 1810328 & 1813483.
692         * struct alignment patch 1812924 (sohalt).
693
694 2007-10-02
695         * Multiple mailbox patch (thanks Ben Kibbey).
696
697 2007-09-28
698         * Small fix for $ibm_volume (thanks Kapil Hari Paranjape).
699         * Patch so $tail can read from a fifo file descriptor (thanks Ben Kibbey).
700
701 2007-09-01
702         * Improved performance slightly.
703         * Added 'music_player_interval' config option to specify an update interval for
704                         music player threads (currently honored by mpd and audacious).
705         * Fixed some minor memory leaks associated with SIGUSR1.
706         * Zero out imap and pop3 stuff when the connection fails.
707
708 2007-08-31
709         * _Really_ fix mpd SIGPIPE issues.
710         * Fix timed thread race condition, seen esp. on new kernel scheduler (cfs).
711         * Fix $audacious_title not being displayed when no length argument indicated.
712
713 2007-08-30
714         * Conky 1.4.7 released.
715         * Check for pkg-config >=0.19.
716         * Use timed_thread for mpd.
717
718 2007-08-27
719         * Fixed issue with SIGPIPE and mpd.
720         * Updated COPYING (with more clarifications).
721
722 2007-08-14
723         * Updated vim/nano syntax files.
724
725 2007-08-12
726         * Added $hwmon var, similar to $i2c and $platform.
727
728 2007-08-12
729         * Added var $platform which is similar to $i2c and accommodates the conversion
730           of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
731         * Removed config item post_21_kernel since it forced all i2c device lookups
732           to go to /sys/bus/platform/devices and some people may need a mix of both
733                 i2c and platform devices.
734
735 2007-08-10
736         * Clarifying licensing
737
738 2007-08-08
739         * RSS support
740         * Wireless support for Linux
741
742 2007-08-05
743         * Conky 1.4.6 released
744         * Updated to libmpdclient 0.13.0
745         * Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
746         so i2c works properly
747
748 2007-08-04
749         * Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
750         * Added support for multiple batteries when using acpi (thanks Phil)
751         * a bunch of code cleanups (thanks Psychon)
752         * added max length paramater to mpd_title (thinks fow)
753         * a number of small bug fixes
754
755 2007-07-15
756         * Fix PID display, patch #1753934.  thanks sohalt.
757         * Fix displaying 4 GB traffic after reloading network driver,
758                         patch #1754260.  thanks sohalt.
759
760 2007-06-21
761         * Right-justify top/top_mem vars (pid/cpu/mem} so they align on the decimal.
762
763 2007-04-25
764         * Added color[0-9] variable patch (thanks jieryn)
765
766 2007-04-05
767         * Added if_empty patch (thanks Erik)
768         * Added if_existing patch for string matching (thanks cromka)
769         * Added hwmon support (thanks flitsch)
770         * Some xmms2 updates (thanks sleipner)
771         * Added $battery_percent and $battery_bar (thanks akash)
772
773 2007-02-25
774         * OpenBSD support added to Conky (thanks hifi)
775         * Updated mboxscan stuff (thanks calmar)
776
777 2007-02-25
778         * Created branch/1.5 copy of trunk/conky1.  Removing all experimental
779           network code from trunk/conky1.
780
781 2007-02-14
782         * Include missing mboxscan.h in conky.h.
783         * Fixed signedness warnings in conky.c.
784
785 2007-02-11
786         * Added buffer_text_size option to change the size of the buffer for
787         things like $exec, $tail, et cetera
788         * Added $mboxscan which lets you display the Subject and From fields
789         from recent email in an mbox file
790         * Disambiguated (is that a word?) $cpu docs
791
792 2007-01-14
793         * Fallback to gettimeofday() when clock_gettime () not available (mac os).
794
795 2007-01-09
796         * API change (timing in milliseconds) for dexter_timedsampler_new ().
797
798 2007-01-07
799         * Add config.rpath (created by gettextize -copy) to distribution
800           to satisfy AM_ICONV.
801         * Clean up some warnings; remove ftp.[ch] from src/Makefile.am.
802
803 2006-12-29
804         * Update svn ebuild to new sourceforge url scheme.
805                 - requires deletion of existing wc: rm -rf /usr/portage/distfile/svn-src/conky/
806         * Added head/tail rewrite patch (thanks Ryan Twitchell)
807         * Added diskio read/write sf.net patch 1542880 (thanks Blondak)
808
809 2006-12-26
810         * Clear conky vars on disconnect/failure to open files.
811
812 2006-12-23
813         * Updated to libmpdclient 0.12.0
814
815 2006-12-22
816         * client/server infrastructure and prototype for linux only (so far):
817                 - requires libdexter (http://sourceforge.net/projects/libdexter)
818                 and the dxt-sysinfo plugin (svn only at the moment).
819         * new config items:
820                 - dexter_client yes/no
821                 - dexter_server yes/no
822                 - dexter_config /path/to/libdexter/config (default: $HOME/.dexterrc)
823                 - own_window_class <WM Class Name> (default: Conky)
824                         - replaces wm_class_name
825                 - own_window_title <Window Title> (default: <hostname> - conky)
826         * removed config items:
827                 - wm_class_name (use own_window_class, same function)
828         * configure changes:
829           --disable-network (default=yes) with auto-detection for libdexter.
830                 - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).
831                         HAVE_SYSINFO and others determine if /proc/uptime is used.
832                 - silently disable xft, double-buffer and xdamage if no x11.
833                 - change enable/disable labels to reflect defaults accurately.
834                 - simplified compile-based checks for sysinfo/getloadavg and by moving
835                   them into AC_CHECK_FUNCS.
836         * allow decorated, own_window=yes windows to be given input focus by WM:
837                 - do not pass button clicks through to desktop in this scenario as conky
838                   immediately loses focus.
839
840 2006-12-13
841         * Clarify LGPL license on timed_thread modules.
842         * Update NEWS files.
843
844 2006-12-12
845         * Split battery variable into two:
846                 battery, e.g. "charging 75%" and
847                 battery_time, e.g. "3h 15m".
848         * Conky 1.4.5 released.
849
850 2006-12-11
851         * Close pop3/imap sockets.
852         * Fix outstanding battery issues.
853
854 2006-12-10
855         * Fix peek table bug with new portmon code.
856
857 2006-12-09
858         * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
859         due to licensing issue noted by Fedora Core packagers.
860         * Eliminated config items:
861                 min_port_monitors,
862                 min_port_monitor_connections
863         * Added config item:
864                 max_port_monitor_connections
865
866 2006-11-30
867         * Added $entropy_avail, $entropy_poolsize and $entropy_bar
868         for the crypto freaks.  Idea suggested by Perttu Luukko
869         <nuteater@users.sourceforge.net> in feature request 1497050.
870         * Added max length specifier to audacious_title.  Closes
871         feature request #1600631.
872
873 2006-11-28
874         * Rearrange retry attempts in pop3 and imap code, removing sleep()
875         calls which cause the whole process to sleep, not just the thread.
876
877 2006-11-22
878         * Added max_specials config item with default 512.  This should
879         close bug #1574523 for real this time.  Thanks to John Harrigan
880         <jfharrigan@fedex.com> for this one.
881
882 2006-11-21
883         * Changed autotools for subversion versioning.
884         * Updated svn ebuild for gentoo.
885         * Documentation updates for clarity, i.e. close bug #1599041.
886
887 2006-11-20
888         * fix compile error with --disable-xdamage when Xdamage.h not present.
889
890 2006-11-18
891         * fix bug where present rate var was not being read from acpi battery
892         state file: /proc/acpi/battery/%s/state.
893
894 2006-11-15
895         * Change linkstatus display for use_spacer.  Closes bug #1577580.
896
897 2006-11-14
898         * Fix compile error with --disable-x11.
899         * Add new timed thread abstraction routines.
900         * Convert thread activity to timed threads, including
901         texeci, imap, pop3, audacious.
902         * Change memory vars from unsigned long to unsigned long long
903         to fix reported overflow, e.g. swapmax >= 4Gb.
904
905 2006-11-13
906         * Use pthread_cond_timedwait() instead of sleep() in audacious
907         thread.  Will convert all worker threads to this timing method.
908
909 2006-11-12
910         * Fix freebsd build error.
911         * Minor changes to syntax files.
912         * Conky 1.4.4 released.
913
914 2006-11-11
915         * Add max_user_text to documentation.
916         * Fixed BadWindow bugs (#1568366, #1588384).
917
918 2006-11-10
919         * Remove on_bottom and xmms_player completely.
920         * Closed ibm_temps bug #1591609.
921         * Conky 1.4.3 released.
922
923 2006-11-09
924         * Updated vim and nano syntax coloring scripts.
925         * Added extras/ dir with syntax stuff to distribution tarball.
926
927 2006-11-08
928         * Added new config item 'max_user_text' with default 16384,
929         twice as large as previous hard-coded default of 8192 bytes.
930         Increase as needed to accomodate large config files with a
931         great deal of text.  This closes SF bug #1574523.
932
933 2006-11-07
934         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
935         with fallback to conventional checks.
936         * Fixed segmentation fault on SUGUSR1 bug.
937         * Commented out Imlib2 from configure.ac since it's only partially
938         implemented.
939
940 2006-11-04
941         * Removed broken mldonkey and seti support.
942         * Added Hellf[i]re's nano syntax coloring script to svn.
943
944 2006-11-03
945         * Removed support for Xmms, BMP and Infopipe from conky.
946         The Xmms and Bmp players are projects are dead and distros such
947         as Gentoo are slating them for removal.
948         * Added support for Audacious using new audacious vars.
949
950 2006-10-18
951         * Implement WiFi signal level detection on FreeBSD (patch
952         by Stepan Zastupov)
953
954 2006-10-04
955         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
956         environment variables and fix crash for users with locale
957         name longer than 10 chars (repored by Michael Schwendt)
958
959 2006-09-30
960         * --enable-debug added.
961         * prevent libtool from adding its default CFLAGS
962
963 2006-09-28
964         * Use pkg-config instead of xft-config.
965         * Fix last line bug which had required padding text with extra blank line
966         to see text on last line.
967
968 2006-09-01
969         * Fix type-punning and "differ in signedness" warnings seen with
970         gcc-4.1 -O2.
971
972 2006-08-27
973         * Fix compilation errors when building with --diable-x11; bug #1547164
974
975 2006-08-12
976         * Make configure script print summary info
977         * Make `conky -v` show compiled-in features
978
979 2006-08-10
980         * Added Spock's patches, adding hddtemp, goto and tab variables.
981
982 2006-07-13
983         * Added tztime patch to show time in arbitrary time zones (thanks Ram
984         Yalamanchili)
985
986 2006-06-07
987         * Small battery fix (thanks Nexox, sf.net patch 1500014)
988         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
989
990 2006-05-27
991         * Fixed a bug with $font
992
993 2006-05-24
994         * Xdamage support for composite and pals
995
996 2006-05-23
997         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
998         Tarjan for the patch)
999
1000 2006-05-21
1001         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
1002         patch)
1003
1004 2006-05-17
1005         * Fixed issue with graphs not reaching all the way to the borders
1006         (sf.net bug 1470480)
1007         * Cleaned up units
1008
1009 2006-05-15
1010         * Conky 1.4.2 released
1011
1012 2006-05-13
1013         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
1014         * Added some safety to the threading code
1015
1016 2006-05-09
1017         * Changed $font behavior so that the font persists past the next
1018         newline.  It can be set back to the default with $font with no args.
1019         (closes bug 1478676 on sf.net)
1020
1021 2006-05-08
1022         * Added simple POP3/IMAP mail clients
1023
1024 2006-04-23
1025         * Added support for PowerBook batteries
1026         * Fixed broken $if/$else stuff
1027
1028 2006-04-15
1029         * Added patch from Peter Tarjan to add support for IBM ACPI
1030         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
1031
1032 2006-04-11
1033         * Removed sa_restorer crap (may fix some compile errors for some
1034         people)
1035
1036 2006-04-07
1037         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
1038
1039 2006-03-30
1040         * Added patch to support new port monitor REMOTESERVICE peekable.
1041
1042 2006-03-29
1043         * Scan port numbers as short.  Fixes debian bug# 359974.
1044
1045 2006-03-25
1046         * Added XMMS2 patch 1456203 from Lassi Selander
1047         * Added FreeBSD battery patch 1456008 from Petr Holub
1048
1049 2006-03-21
1050         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
1051         Holub <hopet@users.sourceforge.net>)
1052
1053 2006-03-15
1054         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo
1055         (Gentoo bug# 125226).
1056         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
1057         path for conky1.
1058
1059 2006-03-12
1060         * FreeBSD cpu info patch
1061         * Conky 1.4.1 released
1062
1063 2006-03-07
1064         * Fixed issue where some WM's don't control conky own_window windows.
1065         * Added newly-updated vim file detection and syntax hilighting files to svn.
1066         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
1067
1068 2006-03-06
1069         * Fixed battery problems when charged
1070         * MPD code handles broken pipe now, instead of just killing conky
1071         * Switch from CVS to SVN.  Thanks SourceForge.
1072
1073 2006-03-05
1074         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
1075         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
1076         * Stop using override_redirect true -- conky back under WM control
1077         when using 'own_window yes'.
1078         * Fixed texeci breakage when forking to background is on
1079
1080 2006-02-14
1081         * Drastically simplified own_window=yes window creation code.
1082         * on_bottom and wm_class_name deprecated (they do nothing)
1083
1084 2006-02-13
1085         * Fixed typo bug in portmon code that caused incorrect monitor data
1086         to be displayed.
1087
1088 2006-02-12
1089         * Conky 1.4.0 released
1090
1091 2006-01-27
1092         * Cleaned up texeci code
1093
1094 2006-01-26
1095         * Added freedesktop.org extended window manager hints (EWMH)
1096         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
1097         Fixes stacking order issues with freedesktop-compliant wm's,
1098         such as XFCE4+.
1099
1100 2006-01-25
1101         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
1102         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
1103         * Fixed xmms.c code to load glib 1.2 shared object lib.
1104
1105 2006-01-11
1106         * Added xmms version 1 support.
1107         * Added bmp through 0.9.7.1 support.
1108         * Added config item xmms_player: none, xmms, bmp, audacious or
1109         infopipe.
1110
1111 2006-01-07
1112         * Added Audacious media player support.
1113
1114 2006-01-06
1115         * Fixed infopipe bug (select() affects timer as a side effect on
1116         Linux!)
1117
1118 2006-01-05
1119         * Added draw_graph_borders option
1120         * Added XMMS/BMP InfoPipe plugin support
1121
1122 2006-01-01
1123         * Conky 1.3.5 released
1124
1125 2005-12-31
1126         * Fixed bug with use_xft causing ignorance of font selection (sf.net
1127         bug 1387564)
1128         * Fixed issue with parsing of hex values for colours
1129
1130 2005-12-30
1131         * Added BMPx (http://beep-media-player.org/) support
1132
1133 2005-12-14
1134         * Fixed issues with execi stuff
1135
1136 2005-12-10
1137         * Added sf.net patch 1374576
1138
1139 2005-12-05
1140         * Fixed sf.net bug 1367745
1141
1142 2005-11-30
1143         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921,
1144           all variations of the same array out of bounds issue.
1145         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
1146
1147 2005-11-27
1148         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
1149
1150 2005-11-24
1151         * Fixed gentoo bug# 113219
1152
1153 2005-11-23
1154         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
1155         with synchronous signal processing. set to #undef for previous behavior.
1156         * Use POSIX signal api's, not the ANSI signal().
1157
1158 2005-11-22
1159         * Fixed IP address bug (sf.net bug 1359055)
1160
1161 2005-11-16
1162         * Conky 1.3.4 released
1163
1164 2005-11-12
1165         * Replaced bitwise copy of tcp_connection_t with function
1166         copy_tcp_connection().
1167         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),
1168         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
1169         eliminating all mallocs.  pkovacs.  See bug 1355470.
1170
1171 2005-11-11
1172         * moved hash sizing code into portmon lib, where it belongs
1173         * More mem leaks fixed.
1174
1175 2005-11-10
1176         * Added config items min_port_monitors / min_port_monitor_connections
1177
1178 2005-11-09
1179         * Cleaned up top code, bug fixes
1180         * Fixed some memory leaks
1181
1182 2005-11-08
1183         * Fix bug# 1351686.  Patch by boojit.
1184         * Fixed 1331576 (I think) with bad cpu usage reporting
1185
1186 2005-11-01
1187         * Documentation updates for compiling and port monitoring
1188         * Removed cairo stuff (it's useless)
1189
1190 2005-10-31
1191         * Added statfs sf.net patch 1344493
1192
1193 2005-10-30
1194         * Added tcp port monitor support (pkovacs)
1195
1196 2005-10-28
1197         * Added WM_CLASS patch from sf.net patch 1340825
1198
1199 2005-10-21
1200         * acpi segfault should be fixed (sf.net bug 1330893)
1201         * SIGUSR1 bug fixed? (sf.net bug 1330914)
1202
1203 2005-10-17
1204         * Ugly MPD mem leak fixed
1205         * Other mem leaks fixed
1206         * Fixed thing where conky exits if LC_ALL and friends isn't set
1207         * Conky 1.3.3 released
1208
1209 2005-10-13
1210         * Conky 1.3.2 released
1211
1212 2005-10-10
1213         * More MPD objects (sf.net patch 1319461)
1214
1215 2005-10-07
1216         * fixed mldonkey bug? sf.net bug 1316531
1217
1218 2005-09-30
1219         * Linkstatus patch from btlee on f.g.o (see
1220         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
1221
1222 2005-09-29
1223         * Fixed build on FreeBSD for non-i386
1224         * Made it so top_mem doesn't show all the forks of one process
1225
1226 2005-09-27
1227         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
1228
1229 2005-09-24
1230         * Fixed bug where graphs/bars don't show when maximum_width is enabled
1231
1232 2005-09-15
1233         * Fixed right-alignment bug thanks to Pascal Eberhard
1234         * Applied patch 1291420 from sf.net
1235         * Fixed issue with whack graph data
1236         * Fixed issue with Conky quitting when a file fails to load
1237
1238 2005-09-11
1239         * Fixed bug with xft and double buffer in own window
1240         * 1.3.1 released
1241
1242 2005-09-04
1243         * Misc small bug fixes
1244
1245 2005-09-03
1246         * MPD patch (sf.net patch 1281108)
1247         * Fixed graph width bug
1248
1249 2005-08-31
1250         * FreeBSD support was added
1251         * 1.3.0 released
1252
1253 2005-08-27
1254         * added threaded execi, $texeci
1255         * feature freeze
1256
1257 2005-08-26
1258         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
1259         * Diskio fixes (sf.net 1274140)
1260         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
1261         * Far better SMP support
1262         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
1263
1264 2005-08-25
1265         * More own_window fixes
1266         * applied disk io patch (sf.net patch 1271691)
1267         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
1268         * removed units from $freq* output
1269         * fix for graph config parsing
1270         * Added $head, fixed mem leak with $tail
1271
1272 2005-08-24
1273         * More configure and makefile updates
1274         * Added scale arg for net graphs
1275         * Fixed bug in own_window stuff--amazing fake transparency now works
1276         properly
1277         * added own_window_colour, own_window_transparent
1278
1279 2005-08-23
1280         * Added maximum_width
1281
1282 2005-08-22
1283         * Added $execibar and $execigraph
1284
1285 2005-08-21
1286         * Moved source into src/, moved docs into doc/
1287         * Updated makefiles
1288
1289 2005-08-20
1290         * Applied patch from zimba-tm, closes patch 1260225
1291         * Fixed ugly gradient bug.  closes bug 1255608
1292         * Added $voffset
1293         * Removed metar code.  It sucked.
1294         * Added $acpitempf for amooricans
1295         * $tail fixes
1296
1297 2005-08-12
1298         * Multiple unit additions and modifications
1299
1300 2005-08-07
1301         * mpd password patch from Joshua Gerrish
1302         * conky can run without X now, use --disable-x11 when configuring
1303 =========================================================================
1304 =========================================================================
1305 2005-08-06
1306         * Conky 1.2 released
1307
1308 2005-08-05
1309         * small fixes
1310         * added CVS ebuild, huge thanks to Hopeless for this
1311
1312 2005-08-04
1313         * special thanks to Citizen_X and his patience
1314         * Citizen_X pwns
1315         * keep shakin' those big 'ol titties
1316         * Citizen_X
1317         * Citizen_X
1318         * Citizen_X
1319         * Citizen_X
1320
1321 2005-08-03
1322         * many small fixes, thanks to those who reported problems
1323
1324 2005-08-02
1325         * dramatically improved how conky handles fonts
1326         * fixed issues with graph args
1327         * fixed shades and outlines
1328
1329 2005-08-01
1330         * stabilized code
1331         * added gradients to graphs (very pretty)
1332         * things
1333         * added $font, yay
1334         * feature freeze; only bugfixes now
1335
1336 2005-07-30
1337         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
1338         $downspeedgraph, and $upspeedgraph
1339         * added override_utf8_locale option
1340         * poop
1341         * $tab patch from jack_mort on f.g.o
1342
1343 2005-07-28
1344         * Added new graphing code, such as $cpugraph
1345         * small fixes all round
1346         * stuff
1347         * things
1348         * added more mpd objects
1349
1350 2005-07-24
1351         * Conky now has UTF-8 support
1352         * Fixed $freq for those with CPU scaling
1353         * Fixed the problem with total_run_times
1354         * Fixed alignment of bars and lines and stuff
1355         * Reduced conky's memory usage (yay!)
1356         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
1357         of cpu
1358
1359 2005-07-17
1360         * Fixed a pile of bugs in configure script
1361         * Added proper checking for headers in configure script
1362         * Made METAR shit threaded so it would stop being retarded, also made
1363         it try more then once to update
1364         * Added $metar_tempf and ${i2c tempf} for americans
1365
1366 2005-07-16
1367         * Added option for Conky to update N times and quit, see
1368         total_run_times in conkyrc.sample
1369         * Added metar code for weather info, thanks to somebody on sf.net
1370         * Added $alignr and $alignc for right and centre alignment
1371         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
1372         options $addr and $linkstatus (please test!), as well as fixed a mem
1373         leak in this patch
1374         * adt746x fix, thanks to dan-h on sf.net
1375         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net
1376         * Added patch to allow hex colour values, thanks roiban adi on sf.net
1377         * Added if constructs patch, thanks Lucas Brutschy on sf.net
1378         * Fixed bug in tab code (hopefully for the last time)
1379         * Added option to sort by cpu or memory for top, see top_sort_cpu
1380
1381 2005-07-12
1382         * Added fix for battery charged state (thanks to Lukas Zapletal
1383         <lzap@seznam.cz>)
1384
1385 =========================================================================
1386 =========================================================================
1387
1388 2005-07-05
1389         * Conky 1.1 released
1390
1391 2005-07-03
1392         * Added $mpd_bar and $mpd_bitrate
1393         * Some minor code cleanups prior to release
1394         * Fixed problem with Conky not compiling when XFT disabled
1395         * Fixed configure.in problems with Xdbe
1396
1397 2005-07-01
1398         * Fixed memory leak in MPD code
1399         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
1400         and memory
1401         * Fixed more mem leaks
1402
1403 2005-06-30
1404         * Added use_spacer to config
1405         * Added $mpd_status
1406         * Added small fix for i2c from Filedil on forums.gentoo.org
1407
1408 2005-06-28
1409         * Made it possible to use tabs to right-justify (just add a bunch)
1410         * Added ${execbar} (see conkyrc.sample)
1411
1412 2005-06-26
1413         * Added memory % to top output
1414         * Added initial cairo backend (it's really quite useless at this stage actually, and I'm not sure if there is even any point to it)
1415
1416 2005-06-25
1417         * Conky now recognizes the tab character correctly
1418         * Added simple config option to print to stdout (out_to_console
1419         <yes/no>)
1420
1421 2005-06-23
1422         * Added top output.  Check the sample config.
1423         * Cleaned up code.
1424
1425 2005-06-22
1426         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
1427         * Removed NVCtrl code
1428         * Added noswap and i2c patches
1429
1430 =========================================================================
1431 =========================================================================
1432
1433 2005-06-21
1434         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
1435         http://conky.sf.net/
1436         * Added xwin patch
1437         * Added new feature for sample averaging of CPU and net info
1438
1439 2004-12-22
1440         * Version 0.18 released
1441
1442 2004-12-21
1443         * Fixed some double buffer + Xft stuff
1444         * Applied X-Mozilla-Status patch (thanks affinity)
1445         * Applied NVCtrl patch and modified it a bit (temperature monitoring
1446           for nvdia-based graphics cards) (I couldn't test this so it may or
1447           may not work or even compile) (thanks Dennis Frommknecht)
1448         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
1449           mail, I didn't catch your name from sourceforge])
1450         * Applied patch that supports mailbox that is in some 'maildir' format
1451           (thanks jolapache [send mail, I didn't catch your name from
1452           sourceforge])
1453         * min -> m
1454         * Applied pad_percents patch (thanks JL Farinacci)
1455         * Fixed some stuff in acpi fan and acpi ac adapter
1456         * Optional XFT even when compiled in
1457
1458 2004-11-30
1459         * Applied utime patch (UTC time) (thanks David McCabe)
1460
1461 2004-11-29
1462         * Applied Xdbe patch, this includes double_buffer configuration and
1463           -b command line option (thanks Bruce Merry)
1464         * Applied some other seti patch, not tested (thanks William DiPlacido)
1465
1466 2004-08-25
1467         * Applied netbsd patch (thanks Rui Paulo)
1468         * Applied cpu frequency patch (thanks William DiPlacido)
1469         * Applied adt746x patch (thanks Dennis Kaandorp)
1470         * Applied some other FreeBSD patch by the same guy
1471
1472 2004-07-31
1473         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
1474
1475 2004-07-25
1476         * Xft support and xftfont configuration
1477         * rewrote some stuff, there might be some new bugs in old places
1478
1479 2004-07-24
1480         * I2C divisor from a file (thanks Falk Feuersenger)
1481
1482 2004-07-20
1483         * changed battery thing to ${battery <filename in
1484           /proc/acpi/battery/>}
1485         * SETI@Home stuff (thanks Jarski)
1486
1487 2004-07-05
1488         * changed signal for config file reloading to SIGUSR1
1489         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
1490           $mixerrbar
1491
1492 2004-06-03
1493         * maybe fixed acpi battery thing when "present rate" isn't known
1494
1495 2004-06-01
1496         * fixed width for all bars, use like ${cpubar 4,50}
1497
1498 2004-05-25
1499         * Version 0.17 released
1500
1501 2004-05-23
1502         * battery number for ACPI battery (thanks Leszek Krupiñski)
1503         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
1504           the old battery thing worked
1505         * bug fix on load average reporting (thanks Leszek Krupiñski)
1506         * outlines to text, draw_outline and default_outline_color
1507           configurations and $outlinecolor (thanks adi)
1508         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
1509
1510 2004-05-19
1511         * fixed a bug when starting after Opera (and some other programs)
1512         * sticky window
1513         * minimum_size
1514
1515 2004-05-18
1516         * added border_width configuration
1517
1518 2004-05-16
1519         * fixed zero length bar bug
1520
1521 2004-05-15
1522         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
1523           $fs_used
1524         * leaves ACPI temperature file open (faster)
1525         * -a option to change alignment on command line
1526
1527 2004-05-14
1528         * fixed ACPI temperature bug
1529         * border_margin configuration
1530         * ${execi <interval> <command>}, execute with specific interval
1531         * added possibility to manually set the position (-x and -y options)
1532           (thanks to Gwenhael LE MOINE)
1533         * $buffers and $cached (thanks to Jeremy Burch)
1534         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
1535
1536 2004-05-14
1537         * Version 0.16 released
1538
1539 2004-05-13
1540         * $pre_exec, execute a shell command one time
1541         * preparsing of text (faster but more memory usage)
1542         * less system calls (faster)
1543         * APM things to $battery (untested)
1544
1545 2004-05-12
1546         * added $new_mails changed $mails to tell total mail count
1547
1548 2004-05-11
1549         * transparent window, own_window configuration, -o cmdline option
1550         * $exec, execute a shell command
1551         * $acpitemp, $battery - acpi stuff (not really tested)
1552
1553 2004-05-10
1554         * $loadavg, load average
1555         * $mails, unread local mails, mail_spool configuration
1556
1557 2004-05-09
1558         * Version 0.15 released
1559
1560 2004-05-06
1561         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
1562         * Some other stuff