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