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