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