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