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