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