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