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