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