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