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