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