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