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