misc doc
[monky] / ChangeLog
1 # $Id$
2
3 2006-03-06
4         * Fixed battery problems when charged
5         * MPD code handles broken pipe now, instead of just killing conky
6         * Switch from CVS to SVN.  Thanks SourceForge.
7         * Fixed issue where some WM's don't control conky own_window windows.
8         * Added newly-updated vim file detection and syntax hilighting files to svn.
9
10 2006-03-05
11         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
12         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
13         * Stop using override_redirect true -- conky back under WM control
14         when using 'own_window yes'.
15         * Fixed texeci breakage when forking to background is on
16
17 2006-02-14
18         * Drastically simplified own_window=yes window creation code.
19         * on_bottom and wm_class_name deprecated (they do nothing)
20
21 2006-02-13
22         * Fixed typo bug in portmon code that caused incorrect monitor data 
23         to be displayed.
24
25 2006-02-12
26         * Conky 1.4.0 released
27
28 2006-01-27
29         * Cleaned up texeci code
30
31 2006-01-26
32         * Added freedesktop.org extended window manager hints (EWMH)
33         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
34         Fixes stacking order issues with freedesktop-compliant wm's,
35         such as XFCE4+. 
36
37 2006-01-25
38         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
39         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
40         * Fixed xmms.c code to load glib 1.2 shared object lib.
41
42 2006-01-11
43         * Added xmms version 1 support.
44         * Added bmp through 0.9.7.1 support.
45         * Added config item xmms_player: none, xmms, bmp, audacious or
46         infopipe.
47
48 2006-01-07
49         * Added Audacious media player support.
50
51 2006-01-06
52         * Fixed infopipe bug (select() affects timer as a side effect on
53         Linux!)
54
55 2006-01-05
56         * Added draw_graph_borders option
57         * Added XMMS/BMP InfoPipe plugin support
58
59 2006-01-01
60         * Conky 1.3.5 released
61
62 2005-12-31
63         * Fixed bug with use_xft causing ignorance of font selection (sf.net
64         bug 1387564)
65         * Fixed issue with parsing of hex values for colours
66
67 2005-12-30
68         * Added BMPx (http://beep-media-player.org/) support
69
70 2005-12-14
71         * Fixed issues with execi stuff
72
73 2005-12-10
74         * Added sf.net patch 1374576
75
76 2005-12-05
77         * Fixed sf.net bug 1367745
78
79 2005-11-30
80         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
81           all variations of the same array out of bounds issue.
82         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
83
84 2005-11-27 
85         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
86
87 2005-11-24
88         * Fixed gentoo bug# 113219
89
90 2005-11-23
91         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
92         with synchronous signal processing. set to #undef for previous behavior.
93         * Use POSIX signal api's, not the ANSI signal().
94
95 2005-11-22
96         * Fixed IP address bug (sf.net bug 1359055)
97
98 2005-11-16
99         * Conky 1.3.4 released
100
101 2005-11-12
102         * Replaced bitwise copy of tcp_connection_t with function
103         copy_tcp_connection().
104         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
105         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
106         eliminating all mallocs.  pkovacs.  See bug 1355470.
107
108 2005-11-11
109         * moved hash sizing code into portmon lib, where it belongs
110         * More mem leaks fixed.
111
112 2005-11-10
113         * Added config items min_port_monitors / min_port_monitor_connections
114
115 2005-11-09
116         * Cleaned up top code, bug fixes
117         * Fixed some memory leaks
118
119 2005-11-08
120         * Fix bug# 1351686.  Patch by boojit.
121         * Fixed 1331576 (I think) with bad cpu usage reporting
122
123 2005-11-01
124         * Documentation updates for compiling and port monitoring
125         * Removed cairo stuff (it's useless)
126
127 2005-10-31
128         * Added statfs sf.net patch 1344493
129
130 2005-10-30
131         * Added tcp port monitor support (pkovacs)
132
133 2005-10-28
134         * Added WM_CLASS patch from sf.net patch 1340825
135
136 2005-10-21
137         * acpi segfault should be fixed (sf.net bug 1330893)
138         * SIGUSR1 bug fixed? (sf.net bug 1330914)
139
140 2005-10-17
141         * Ugly MPD mem leak fixed
142         * Other mem leaks fixed
143         * Fixed thing where conky exits if LC_ALL and friends isn't set
144         * Conky 1.3.3 released
145
146 2005-10-13
147         * Conky 1.3.2 released
148
149 2005-10-10
150         * More MPD objects (sf.net patch 1319461)
151
152 2005-10-07
153         * fixed mldonkey bug? sf.net bug 1316531
154
155 2005-09-30
156         * Linkstatus patch from btlee on f.g.o (see
157         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
158
159 2005-09-29
160         * Fixed build on FreeBSD for non-i386
161         * Made it so top_mem doesn't show all the forks of one process
162
163 2005-09-27
164         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
165
166 2005-09-24
167         * Fixed bug where graphs/bars don't show when maximum_width is enabled
168
169 2005-09-15
170         * Fixed right-alignment bug thanks to Pascal Eberhard
171         * Applied patch 1291420 from sf.net
172         * Fixed issue with whack graph data
173         * Fixed issue with Conky quitting when a file fails to load
174
175 2005-09-11
176         * Fixed bug with xft and double buffer in own window
177         * 1.3.1 released
178
179 2005-09-04
180         * Misc small bug fixes
181
182 2005-09-03
183         * MPD patch (sf.net patch 1281108)
184         * Fixed graph width bug
185
186 2005-08-31
187         * FreeBSD support was added
188         * 1.3.0 released
189
190 2005-08-27
191         * added threaded execi, $texeci
192         * feature freeze
193
194 2005-08-26
195         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
196         * Diskio fixes (sf.net 1274140)
197         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
198         * Far better SMP support
199         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
200
201 2005-08-25
202         * More own_window fixes
203         * applied disk io patch (sf.net patch 1271691)
204         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
205         * removed units from $freq* output
206         * fix for graph config parsing
207         * Added $head, fixed mem leak with $tail
208
209 2005-08-24
210         * More configure and makefile updates
211         * Added scale arg for net graphs
212         * Fixed bug in own_window stuff--amazing fake transparency now works
213         properly
214         * added own_window_colour, own_window_transparent
215
216 2005-08-23
217         * Added maximum_width
218
219 2005-08-22
220         * Added $execibar and $execigraph
221
222 2005-08-21
223         * Moved source into src/, moved docs into doc/
224         * Updated makefiles
225
226 2005-08-20
227         * Applied patch from zimba-tm, closes patch 1260225
228         * Fixed ugly gradient bug.  closes bug 1255608
229         * Added $voffset
230         * Removed metar code.  It sucked.
231         * Added $acpitempf for amooricans
232         * $tail fixes
233
234 2005-08-12
235         * Multiple unit additions and modifications
236
237 2005-08-07
238         * mpd password patch from Joshua Gerrish
239         * conky can run without X now, use --disable-x11 when configuring
240 =========================================================================
241 =========================================================================
242 2005-08-06
243         * Conky 1.2 released
244
245 2005-08-05
246         * small fixes
247         * added CVS ebuild, huge thanks to Hopeless for this
248
249 2005-08-04
250         * special thanks to Citizen_X and his patience
251         * Citizen_X pwns
252         * keep shakin' those big 'ol titties
253         * Citizen_X
254         * Citizen_X
255         * Citizen_X
256         * Citizen_X
257
258 2005-08-03
259         * many small fixes, thanks to those who reported problems
260
261 2005-08-02
262         * dramatically improved how conky handles fonts
263         * fixed issues with graph args
264         * fixed shades and outlines
265
266 2005-08-01
267         * stabilized code
268         * added gradients to graphs (very pretty)
269         * things
270         * added $font, yay
271         * feature freeze; only bugfixes now
272
273 2005-07-30
274         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
275         $downspeedgraph, and $upspeedgraph
276         * added override_utf8_locale option
277         * poop
278         * $tab patch from jack_mort on f.g.o
279
280 2005-07-28
281         * Added new graphing code, such as $cpugraph
282         * small fixes all round
283         * stuff
284         * things
285         * added more mpd objects
286
287 2005-07-24
288         * Conky now has UTF-8 support
289         * Fixed $freq for those with CPU scaling
290         * Fixed the problem with total_run_times
291         * Fixed alignment of bars and lines and stuff
292         * Reduced conky's memory usage (yay!)
293         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
294         of cpu
295
296 2005-07-17
297         * Fixed a pile of bugs in configure script
298         * Added proper checking for headers in configure script
299         * Made METAR shit threaded so it would stop being retarded, also made
300         it try more then once to update
301         * Added $metar_tempf and ${i2c tempf} for americans
302
303 2005-07-16
304         * Added option for Conky to update N times and quit, see
305         total_run_times in conkyrc.sample
306         * Added metar code for weather info, thanks to somebody on sf.net
307         * Added $alignr and $alignc for right and centre alignment
308         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
309         options $addr and $linkstatus (please test!), as well as fixed a mem
310         leak in this patch
311         * adt746x fix, thanks to dan-h on sf.net
312         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
313         * Added patch to allow hex colour values, thanks roiban adi on sf.net
314         * Added if constructs patch, thanks Lucas Brutschy on sf.net
315         * Fixed bug in tab code (hopefully for the last time)
316         * Added option to sort by cpu or memory for top, see top_sort_cpu
317
318 2005-07-12
319         * Added fix for battery charged state (thanks to Lukas Zapletal
320         <lzap@seznam.cz>)
321
322 =========================================================================
323 =========================================================================
324         
325 2005-07-05
326         * Conky 1.1 released
327
328 2005-07-03
329         * Added $mpd_bar and $mpd_bitrate
330         * Some minor code cleanups prior to release
331         * Fixed problem with Conky not compiling when XFT disabled
332         * Fixed configure.in problems with Xdbe
333
334 2005-07-01
335         * Fixed memory leak in MPD code
336         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
337         and memory
338         * Fixed more mem leaks
339
340 2005-06-30
341         * Added use_spacer to config
342         * Added $mpd_status
343         * Added small fix for i2c from Filedil on forums.gentoo.org
344
345 2005-06-28
346         * Made it possible to use tabs to right-justify (just add a bunch)
347         * Added ${execbar} (see conkyrc.sample)
348
349 2005-06-26
350         * Added memory % to top output
351         * 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)
352
353 2005-06-25
354         * Conky now recognizes the tab character correctly
355         * Added simple config option to print to stdout (out_to_console
356         <yes/no>)
357
358 2005-06-23
359         * Added top output.  Check the sample config.
360         * Cleaned up code.
361
362 2005-06-22
363         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
364         * Removed NVCtrl code
365         * Added noswap and i2c patches
366
367 =========================================================================
368 =========================================================================
369         
370 2005-06-21
371         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
372         http://conky.sf.net/
373         * Added xwin patch
374         * Added new feature for sample averaging of CPU and net info
375
376 2004-12-22
377         * Version 0.18 released
378
379 2004-12-21
380         * Fixed some double buffer + Xft stuff
381         * Applied X-Mozilla-Status patch (thanks affinity)
382         * Applied NVCtrl patch and modified it a bit (temperature monitoring
383           for nvdia-based graphics cards) (I couldn't test this so it may or
384           may not work or even compile) (thanks Dennis Frommknecht)
385         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
386           mail, I didn't catch your name from sourceforge])
387         * Applied patch that supports mailbox that is in some 'maildir' format
388           (thanks jolapache [send mail, I didn't catch your name from
389           sourceforge])
390         * min -> m
391         * Applied pad_percents patch (thanks JL Farinacci)
392         * Fixed some stuff in acpi fan and acpi ac adapter
393         * Optional XFT even when compiled in
394
395 2004-11-30
396         * Applied utime patch (UTC time) (thanks David McCabe)
397
398 2004-11-29
399         * Applied Xdbe patch, this includes double_buffer configuration and
400           -b command line option (thanks Bruce Merry)
401         * Applied some other seti patch, not tested (thanks William DiPlacido)
402
403 2004-08-25
404         * Applied netbsd patch (thanks Rui Paulo)
405         * Applied cpu frequency patch (thanks William DiPlacido)
406         * Applied adt746x patch (thanks Dennis Kaandorp)
407         * Applied some other FreeBSD patch by the same guy
408
409 2004-07-31
410         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
411
412 2004-07-25
413         * Xft support and xftfont configuration
414         * rewrote some stuff, there might be some new bugs in old places
415
416 2004-07-24
417         * I2C divisor from a file (thanks Falk Feuersenger)
418
419 2004-07-20
420         * changed battery thing to ${battery <filename in
421           /proc/acpi/battery/>}
422         * SETI@Home stuff (thanks Jarski)
423
424 2004-07-05
425         * changed signal for config file reloading to SIGUSR1
426         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
427           $mixerrbar
428
429 2004-06-03
430         * maybe fixed acpi battery thing when "present rate" isn't known
431
432 2004-06-01
433         * fixed width for all bars, use like ${cpubar 4,50}
434
435 2004-05-25
436         * Version 0.17 released
437
438 2004-05-23
439         * battery number for ACPI battery (thanks Leszek Krupiñski)
440         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
441           the old battery thing worked
442         * bug fix on load average reporting (thanks Leszek Krupiñski)
443         * outlines to text, draw_outline and default_outline_color
444           configurations and $outlinecolor (thanks adi)
445         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
446
447 2004-05-19
448         * fixed a bug when starting after Opera (and some other programs)
449         * sticky window
450         * minimum_size
451
452 2004-05-18
453         * added border_width configuration
454
455 2004-05-16
456         * fixed zero length bar bug
457
458 2004-05-15
459         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
460           $fs_used
461         * leaves ACPI temperature file open (faster)
462         * -a option to change alignment on command line
463
464 2004-05-14
465         * fixed ACPI temperature bug
466         * border_margin configuration
467         * ${execi <interval> <command>}, execute with specific interval
468         * added possibility to manually set the position (-x and -y options)
469           (thanks to Gwenhael LE MOINE)
470         * $buffers and $cached (thanks to Jeremy Burch)
471         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
472
473 2004-05-14
474         * Version 0.16 released
475
476 2004-05-13
477         * $pre_exec, execute a shell command one time
478         * preparsing of text (faster but more memory usage)
479         * less system calls (faster)
480         * APM things to $battery (untested)
481
482 2004-05-12
483         * added $new_mails changed $mails to tell total mail count
484
485 2004-05-11
486         * transparent window, own_window configuration, -o cmdline option
487         * $exec, execute a shell command
488         * $acpitemp, $battery - acpi stuff (not really tested)
489
490 2004-05-10
491         * $loadavg, load average
492         * $mails, unread local mails, mail_spool configuration
493
494 2004-05-09
495         * Version 0.15 released
496
497 2004-05-06
498         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
499         * Some other stuff