b97659b3623f70e8b5a078c8e7f3a44c3c8007c1
[monky] / ChangeLog
1 2005-07-30
2         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
3         $downspeedgraph, and $upspeedgraph
4         * added override_utf8_locale option
5         * poop
6
7 2005-07-28
8         * Added new graphing code, such as $cpugraph
9         * small fixes all round
10         * stuff
11         * things
12         * added more mpd objects
13
14 2005-07-24
15         * Conky now has UTF-8 support
16         * Fixed $freq for those with CPU scaling
17         * Fixed the problem with total_run_times
18         * Fixed alignment of bars and lines and stuff
19         * Reduced conky's memory usage (yay!)
20         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
21         of cpu
22
23 2005-07-17
24         * Fixed a pile of bugs in configure script
25         * Added proper checking for headers in configure script
26         * Made METAR shit threaded so it would stop being retarded, also made
27         it try more then once to update
28         * Added $metar_tempf and ${i2c tempf} for americans
29
30 2005-07-16
31         * Added option for Conky to update N times and quit, see
32         total_run_times in conkyrc.sample
33         * Added metar code for weather info, thanks to somebody on sf.net
34         * Added $alignr and $alignc for right and centre alignment
35         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
36         options $addr and $linkstatus (please test!), as well as fixed a mem
37         leak in this patch
38         * adt746x fix, thanks to dan-h on sf.net
39         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
40         * Added patch to allow hex colour values, thanks roiban adi on sf.net
41         * Added if constructs patch, thanks Lucas Brutschy on sf.net
42         * Fixed bug in tab code (hopefully for the last time)
43         * Added option to sort by cpu or memory for top, see top_sort_cpu
44
45 2005-07-12
46         * Added fix for battery charged state (thanks to Lukas Zapletal
47         <lzap@seznam.cz>)
48
49 2005-07-05
50         * Conky 1.1 released
51
52 2005-07-03
53         * Added $mpd_bar and $mpd_bitrate
54         * Some minor code cleanups prior to release
55         * Fixed problem with Conky not compiling when XFT disabled
56         * Fixed configure.in problems with Xdbe
57
58 2005-07-01
59         * Fixed memory leak in MPD code
60         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
61         and memory
62         * Fixed more mem leaks
63
64 2005-06-30
65         * Added use_spacer to config
66         * Added $mpd_status
67         * Added small fix for i2c from Filedil on forums.gentoo.org
68
69 2005-06-28
70         * Made it possible to use tabs to right-justify (just add a bunch)
71         * Added ${execbar} (see conkyrc.sample)
72
73 2005-06-26
74         * Added memory % to top output
75         * 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)
76
77 2005-06-25
78         * Conky now recognizes the tab character correctly
79         * Added simple config option to print to stdout (out_to_console
80         <yes/no>)
81
82 2005-06-23
83         * Added top output.  Check the sample config.
84         * Cleaned up code.
85
86 2005-06-22
87         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
88         * Removed NVCtrl code
89         * Added noswap and i2c patches
90
91 2005-06-21
92         * Version 1.0. Conky is born from the ashes of torsmo. Main site: http://conky.rty.ca/
93         * Added xwin patch
94         * Added new feature for sample averaging of CPU and net info
95
96 2004-12-22
97         * Version 0.18 released
98
99 2004-12-21
100         * Fixed some double buffer + Xft stuff
101         * Applied X-Mozilla-Status patch (thanks affinity)
102         * Applied NVCtrl patch and modified it a bit (temperature monitoring
103           for nvdia-based graphics cards) (I couldn't test this so it may or
104           may not work or even compile) (thanks Dennis Frommknecht)
105         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
106           mail, I didn't catch your name from sourceforge])
107         * Applied patch that supports mailbox that is in some 'maildir' format
108           (thanks jolapache [send mail, I didn't catch your name from
109           sourceforge])
110         * min -> m
111         * Applied pad_percents patch (thanks JL Farinacci)
112         * Fixed some stuff in acpi fan and acpi ac adapter
113         * Optional XFT even when compiled in
114
115 2004-11-30
116         * Applied utime patch (UTC time) (thanks David McCabe)
117
118 2004-11-29
119         * Applied Xdbe patch, this includes double_buffer configuration and
120           -b command line option (thanks Bruce Merry)
121         * Applied some other seti patch, not tested (thanks William DiPlacido)
122
123 2004-08-25
124         * Applied netbsd patch (thanks Rui Paulo)
125         * Applied cpu frequency patch (thanks William DiPlacido)
126         * Applied adt746x patch (thanks Dennis Kaandorp)
127         * Applied some other FreeBSD patch by the same guy
128
129 2004-07-31
130         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
131
132 2004-07-25
133         * Xft support and xftfont configuration
134         * rewrote some stuff, there might be some new bugs in old places
135
136 2004-07-24
137         * I2C divisor from a file (thanks Falk Feuersenger)
138
139 2004-07-20
140         * changed battery thing to ${battery <filename in
141           /proc/acpi/battery/>}
142         * SETI@Home stuff (thanks Jarski)
143
144 2004-07-05
145         * changed signal for config file reloading to SIGUSR1
146         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
147           $mixerrbar
148
149 2004-06-03
150         * maybe fixed acpi battery thing when "present rate" isn't known
151
152 2004-06-01
153         * fixed width for all bars, use like ${cpubar 4,50}
154
155 2004-05-25
156         * Version 0.17 released
157
158 2004-05-23
159         * battery number for ACPI battery (thanks Leszek Krupiñski)
160         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
161           the old battery thing worked
162         * bug fix on load average reporting (thanks Leszek Krupiñski)
163         * outlines to text, draw_outline and default_outline_color
164           configurations and $outlinecolor (thanks adi)
165         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
166
167 2004-05-19
168         * fixed a bug when starting after Opera (and some other programs)
169         * sticky window
170         * minimum_size
171
172 2004-05-18
173         * added border_width configuration
174
175 2004-05-16
176         * fixed zero length bar bug
177
178 2004-05-15
179         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
180           $fs_used
181         * leaves ACPI temperature file open (faster)
182         * -a option to change alignment on command line
183
184 2004-05-14
185         * fixed ACPI temperature bug
186         * border_margin configuration
187         * ${execi <interval> <command>}, execute with specific interval
188         * added possibility to manually set the position (-x and -y options)
189           (thanks to Gwenhael LE MOINE)
190         * $buffers and $cached (thanks to Jeremy Burch)
191         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
192
193 2004-05-14
194         * Version 0.16 released
195
196 2004-05-13
197         * $pre_exec, execute a shell command one time
198         * preparsing of text (faster but more memory usage)
199         * less system calls (faster)
200         * APM things to $battery (untested)
201
202 2004-05-12
203         * added $new_mails changed $mails to tell total mail count
204
205 2004-05-11
206         * transparent window, own_window configuration, -o cmdline option
207         * $exec, execute a shell command
208         * $acpitemp, $battery - acpi stuff (not really tested)
209
210 2004-05-10
211         * $loadavg, load average
212         * $mails, unread local mails, mail_spool configuration
213
214 2004-05-09
215         * Version 0.15 released
216
217 2004-05-06
218         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
219         * Some other stuff