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