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