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