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