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