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