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