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