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