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