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