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