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