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