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