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