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