Changelog...
[monky] / ChangeLog
1 2009-09-11
2         * Fixed configure test failure. Tolua test program couldn't find lua
3         libraries (even though they existed) and failed to compile.
4
5 2009-09-06
6         * Rewrite hddtemp support for better scaling.
7
8 2009-08-10
9         * Add day and date data_type to $weather_forecast
10
11 2009-08-03
12         * Added support for $weather_forecast (experimental)
13
14 2009-08-01
15         * Added support for out_to_ncurses
16
17 2009-07-31
18         * Removed alias config option due to brokenness
19         * Added support for $include
20
21 2009-07-29
22         * Add icon data_type for xoap weather
23
24 2009-07-23
25         * Changed xoap parsing method to xpath, in preparation to include
26         forecast data
27
28 2009-07-19
29         * Fixed out-of-tree builds
30         * Update MPD elapsed/progress when stopped (sf.net #2792113)
31         * Overhauled RSS and weather, added $curl
32
33 2009-07-18
34         * Added compilation switch --enable-xoap to be able to use
35         www.weather.com as a source of weather data (this avoids adding
36         libxml2 as a required dependency for users that wish to use noaa
37         and not weather.com)
38         * Added support for X alignment across multi-lined objects (i.e., using
39         $alignr with $exec)
40         * Disabled OpenMP code until GCC's implementation stabilizes
41         * www.weather.com can now be used as well as a source of weather data
42
43 2009-07-11
44         * Added support for $desktop, $desktop_number and $desktop_name (sf.net #2040528)
45
46 2009-07-09
47         * Added support for $swapfree
48         * Improved Lua API (lua_read_parse has been removed in favour of the
49         conky_parse() Lua API call)
50         * Introduced new Lua Cairo and Imlib2 bindings
51
52 2009-07-08
53         * Fixed a couple memory-related bugs
54
55 2009-07-06
56         * Added support for $weather (experimental)
57
58 2009-07-04
59         * Remove newline with comment only lines in TEXT
60         * Improved parsing of graph arguments, removed "log"|"normal" arguments in
61         favour of -l switch
62
63 2009-07-01
64         * Fix escaping of comments in TEXT (sf.net #2813390, thanks Nils)
65
66 2009-06-29
67         * Fix segfault in to_real_path, it's sometimes called with the same
68         source and dest without checking the length, causing a segfault.
69
70 2009-06-20
71         * Use the internal process list for if_running on Linux
72
73 2009-06-14
74         * Fix XMMS2 related crash (sf.net #2806111 and #2805310, thanks Lassi)
75
76 2009-06-13
77         * Added support for $blink
78         * Added support for $to_bytes
79         * Fix segfault due to bad checking of return values for inotify code
80         (sf.net #2804886)
81         * Added 'own_window_type panel' to make Conky behave like a panel (thanks
82         Ole)
83
84 2009-06-12
85         * Added support for per-task I/O statistics - $top_io
86
87 2009-06-11
88         * Added border_inner_margin and border_outer_margin config options, and
89         deprecated border_margin
90
91 2009-06-10
92         * Fix regression with loading of non-Xft fonts (sf.net #2804324)
93
94 2009-06-09
95         * Fixed a regression which causes fonts to not be rendered properly with
96         certain types of windows
97         * Added format_human_readable option (sf.net #2803345, thanks Vincent)
98         * Fix bug in comments within TEXT (where the line contains just '#')
99         (sf.net #2803586), thanks Pavelo
100         * Fix bug in $mails (sf.net #2802529, thanks Nikos)
101
102 2009-06-08
103         * $battery_short can now also display F (full), N (not present),E (empty),
104         U (unknown)
105         * Fix problem that $battery and $battery_short displayed unknown on some
106         systems when the battery wasn't unknown but full
107
108 2009-06-06
109         * Add support for membar,swapbar,cpubar,fs_bar,fs_bar_free,battery_bar,
110         execbar,execibar,lua_bar,entropy_bar,mpd_bar,apcupsd_loadbar and
111         wireless_link_bar
112         * Fix finding IP before first update
113
114 2009-06-04
115         * Add entropy_perc printing the available entropy as percentage
116         * Add read_tcp to print stuff from tcp-sockets
117
118 2009-06-03
119         * Improved Imlib2 cache control by adding a global cache flush option, and
120         per image cache flushing
121
122 2009-05-24
123         * Added fancy new 'temperature gradients' feature for graphs, via the -t
124         switch at the end of graph arguments.
125         * Allow ~/... and $HOME/... paths for more stuff.
126
127 2009-06-07
128         * Conky 1.7.1 released
129
130 2009-05-31
131         * Fix hostname resolution for mpd_host
132         * Made sure that no X11 stuff is in the binary with --disable-X11
133
134 2009-05-19
135         * Added inotify support to reload the config when modified automatically
136         on systems that support it
137         * Added inotify support for reloading Lua scripts automagically
138
139 2009-05-17
140         * Added support for the Lua programming language
141         * Added support for rending images by way of Imlib2
142         * Patch to fix rounding error with CPU values (thanks Filipe)
143         * Added support for execbar without X
144
145 2009-05-16
146         * Added another builtin config that is used when compiled with --disable-X11
147
148 2009-05-13
149         * Fix segfault when there is no config available
150
151 2009-05-12
152         * Make sure if_gw isn't checked twice
153
154 2009-05-11
155         * Added arguments to hwmon for value precalculation
156
157 2009-05-10
158         * Added support for APC UPS daemon monitoring
159         * Fixed hwmon for kernel 2.6.29
160
161 2009-05-09
162         * Allow the use of '#' for comments within text area (can be escaped with
163         '\#'
164
165 2009-05-08
166         * Only include disp when needed
167         * Made sure update_uname works without X11
168
169 2009-05-07
170         * Fix occasional cpubar segfaults
171         * Added top_name_width config option
172
173 2009-05-05
174         * Added some completely pointless OpenMP optimizations(?)
175
176 2009-05-03
177         * Added Sony VAIO fanspeed info (thanks Yeon-Hyeong)
178
179 2009-05-01
180         * Added diskio_avg_samples patch (thanks Yeon-Hyeong)
181         * Fixed $texeci regression
182
183 2009-04-30
184         * Added $combine, a var that places 2 other vars next to each other, even if they
185         have a output of multiple lines. This also makes the moving of RSS-itemes with
186         $goto (see change from 2009-04-19) no longer necessary.
187
188 2009-04-28
189         * Various XMMS2 updates (thanks Lassi)
190         * Make ALSA mixers available on Linux, and added $if_mixer_mute (thanks
191
192 2009-04-19
193         * Make it possible to place spaces in front of RSS-items as a workaround
194         for the problem that $goto only moves the first RSS-item. This is only a
195         workaround and should be replaced by a permanent fix that makes $goto move
196         all RSS-items !
197
198 2009-04-13
199         * Fix broken compilation without X11
200
201 2009-04-09
202         * Added default_bar/graph/gauge_size config options (thanks wire64 for the
203         idea)
204
205 2009-03-24
206         * Added eval text object to realise double parsing
207
208 2009-03-15
209         * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
210
211 2009-05-01
212         * Conky 1.7.0 "Hungry Hobo" released!
213
214 2009-04-28
215         * Various XMMS2 updates (thanks Lassi)
216
217 2009-04-09
218         * Fix broken xmms2 compilation (thanks fusetak)
219         * Minor fix for fs_used_perc, fs_free and fs_free_perc (thanks
220         lightpriest)
221
222 2009-03-28
223         * Applied FreeBSD patches (thanks Nikos)
224
225 2009-03-16
226         * Fix bug with wacky netstat values on startup
227
228 2009-03-15
229         * Added extra newline patch, sf.net id #2638601 (thanks Ali)
230         * Disk i/o support on FreeBSD patch, sf.net id #2657227 (thanks Nikos)
231         * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
232
233 2009-03-07
234         * Added alias patch ( sf.net id #2663691 ) changed it to prevent it from
235         overwriting existing environment variables and updated docs, syntaxfiles, ...
236
237 2009-03-01
238         * Added if_updatenr
239         * Rewrite human_readable() to minimise amount of padding
240         * Fix padding in temp_print()
241         * Fix padding of $processes and $running_processes
242
243 2009-02-17
244         * Added $battery_short patch, sf.net id #2300911 (thanks Swoog)
245         * Patch by Kim Holviala sf.net id #2484548:
246                 * change the height of execbar and execibar to be the same as other
247                 bars have by default (6 pixels)
248                 * treat mixer values as percentages as they're usually 0-100 (switch
249                 to spaced_print() with pad_percents)
250                 * change temp_print() from snprintf() to spaced_print()
251                 * remove decimals from temp_print() as none of the current sources can
252                 supply values smaller than 1 degree (C or F, doesn't matter)
253                 * fix number printing in human_readable()
254                 * network $upspeed and $downspeed now use human_readable()
255         * Fix diskio_read/write patch sf.net id #2493084 (thanks Alexander)
256         * Fix nvidia memory frequency reading patch sf.net id #2493134
257         * Patch to clarify things in conky.conf sf.net id #2548805 (thanks
258         Carpathia).
259         * Fix shown battery status when the battery is not charging any more but
260         is not full charged patch sf.net id #2556056 (thanks Martin)
261         * Extended support for local Maildir patch sf.net id #2561323 (thanks
262         Nicolas)
263         * XMMS2 fix and refactoring patch sf.net id #2579357 (thanks Tamim)
264         * Null mpd variables should have an empty string patch sf.net id #2564747
265
266 2009-02-15
267         * Added out_to_x
268
269 2009-02-12
270         * Added overwrite_file and append_file
271
272 2009-02-10
273         * Added out_to_stderr
274
275 2009-02-08
276         * Refactor top code, add top_time to sort by process cpu time (thanks
277         sohalt).
278
279 2009-01-04
280         * Drop --enable-smapi and use --enable-ibm instead
281         * Make ibm-acpi objects optional (--enable-ibm)
282
283 2008-12-20
284         * Add if_match object comparing strings, floats and ints
285
286 2008-12-18
287         * Fix segfault for diskiograph*, note the changed order of arguments
288         * Fix documentation for all graph objects
289
290 2008-12-17
291         * Make gateway objects also detect routes with missing RTF_GATEWAY flag
292
293 2008-12-15
294         * Have a maximum width for all variable length mpd vars
295         * Patch to allow escaping newlines in the config (thanks Itai)
296
297 2008-12-14
298         * Fix disk_protect for linux-2.6.27 (and hopefully above)
299         * Improve behaviour of $pb_battery
300
301 2008-12-09
302         * Add an option to timed_thread_test() to not wait for the interval period
303         (so that IMAP IDLE works better)
304
305 2008-12-08
306         * Fix runtime debugging macros again
307         * Big hddtemp rewrite
308         * Remove README from git and ignore it
309         * Remove obsolete documentation
310
311 2008-12-07
312         * Removing $freq_dyn and $freq_dyn_g due to license issues (see sf.net
313         tracker bug #2166612)
314         * Allow more than 9 CPUs for CPU stats (bug 2155500)
315         * Fix broken $execbar (bug 2133709)
316         * Don't put unit with hddtemp values for consistency (bug 2133107)
317         * Limit $battery_percent to 100 (bug 2145006)
318         * Fix runtime debugging macros
319         * Make unit of all temperature objects selectable
320         * Make Conky in dock mode a withdrawn window
321
322 2008-12-06
323         * Switching from svn to git repository.  The repo can be viewed from
324         http://git.omp.am/?p=conky.git;a=summary and you can clone the repo with:
325         git clone git://git.omp.am/conky.git
326         * Fix for wrong usage of strncat (thanks Pavol)
327         * Adds a variable if_xmms2_connected to hide objects when xmms2d is not
328         running (thanks Lassi)
329         * Fix for buffer overflow with $execi (thanks Cesare)
330         * Fetch volume through Audacious API (thanks Erik)
331
332 2008-12-06
333         * Removed duplicate sanity check for diskio
334
335 2008-11-30
336         * Added runtime debugging output
337
338 2008-11-29
339         * Added template support
340
341 2008-10-08
342         * Applied OpenBSD patches
343         * Added $if_mpd_playing patch (thanks tarpman)
344
345 2008-09-24
346         * Introduced (buggy) support for IMAP IDLE
347         * Added support for MOC (the console audio player) (thanks henux)
348         * Added scroll step patch (thanks asto)
349
350 2008-09-11
351         * Maybe fix missing include bug
352         (http://bugs.gentoo.org/show_bug.cgi?id=235233)
353         * Improve timed_thread interval timing
354         * Improve Conky's overall interval timing
355         * Added small patch to support negative values (such as negative disk
356         capacity) (thanks hinokind)
357
358 2008-09-10
359         * Improved hddtemp support
360
361 2008-09-07
362         * Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
363         * Fixed buffer overflow in update_net_stats() (thanks Miroslav)
364         * Small fix for nvidia mem freq (thanks Cezary)
365
366 2008-08-14
367         * Conky 1.6.1 released
368         * Fix compile error when MPD support not enabled
369
370 2008-08-05
371         * Add option to specify number of retries for IMAP/POP3 stuff (via -r)
372
373 2008-08-03
374         * Smaller $nvidia improvements
375
376 2008-07-29
377         * Added missing header to package dist
378
379 2008-07-21
380         * Conky 1.6.0 released
381
382 2008-07-16
383         * Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)
384
385 2008-07-06
386         * Made log/normal argument for graphs optional
387
388 2008-07-03
389         * Solve linking on problems on some systems (like Debian's Lenny)
390
391 2008-07-01
392         * Add libgnu convenience lib, modules stdio and getaddrinfo.
393         * Configure option for mathfunctions
394
395 2008-06-29
396         * Fixed missing entries in Makefile.am
397         * Get rid of obsolete gethostbyaddr and getservbyport
398
399 2008-06-28
400         * Added sysfs AC adapter support patch (thanks Byron)
401         * Added support for EVE-Online skill monitoring (thanks Asbjørn)
402
403 2008-06-25
404         * new variables smapi_bat_temp and smapi_bat_power
405         * improved docs for freq_dyn* variables
406
407 2008-06-21
408         * Replaced the global text_object array and count with a
409         text_object_list
410         * Renamed various vars
411         * Removed redundancy in various parts
412
413 2008-06-20
414         * Use output_methods instead of out_to_console
415         * Made some functions non-inline to compile with gcc 4.2 and higher
416
417 2008-06-19
418         * Fixed compilation issues with --enable-testing
419         * Refactored format_seconds and format_seconds_short
420         * Changed addr to print "No Address" when there is no address
421         * Removed redundancy in various parts
422         * Split help output into a separate function
423
424 2008-06-17
425         * Made defines of magic numbers
426
427 2008-06-16
428         * Moved audacious defs into header
429         * Fixed 3 bufferoverflows in a struct utmp in users.c
430
431 2008-06-09
432         * Graphs can now be logarithmic (except execigraph)
433
434 2008-06-08
435         * Bugfix, $memgraph wasn't working and needed docs
436         * Code for $lines and $words
437         * Bugfix, $execgraph showed 0-0 instead of 0-100 values
438
439 2008-06-07
440         * Case-insensitive values for if_up_strictness 
441         * Fix bug where DEV_NAME can read uninitialised memory
442         * Fix bug where ${if_mounted /}foo$endif prints foo on 1 line for
443         each update instead of just 1 line
444
445 2008-06-06
446         * Code for $scroll
447         * Code for $memfree and $memeasyfree
448
449 2008-06-05
450         * Fix bug where conky prints everything twice to STDOUT when
451         out_to_console is enabled
452         * Code for show_graph_range
453         * Code for $monitor and $monitor_number
454
455 2008-06-04
456         * Fix bug where conky tries to free a already freed pointer when you
457         use gw_iface with a empty routingtable in linux
458         * Fix bug where conky tries to tries to display deleted chars in a
459         string (chars followed by a backspace-char) causing strange output.
460
461 2008-06-03
462         * Added NVIDIA Graficcard support patch (thanks meissna)
463         * Added --quiet patch (thanks sceptik)
464
465 2008-05-30
466         * Simplified docs for color0-9 config settings and variables.
467         * Improved $if_up for configurable behaviour.
468
469 2008-04-29
470         * own_window_type dock patch (thanks Morgan).
471         * Fix for $if_up memleak (thanks Micha¿).
472
473 2008-04-12
474         * Added patch for the following (thanks larsko):
475                 * New $loadgraph to show a graph of load averages,
476                 * add "show_graph_scale" option to turn off/on the showing of the
477                 current max value for the graph,
478                 * minor code fixes,
479                 * update nano and vim syntax highlighting stuff.
480
481 2008-04-10
482         * Getting rid of goto usage throughout code.
483         * Fix bug due to usage of gethostbyname() in threads (which is not
484         reentrant) by using gethostbyname_r() when available.
485         * Added patch for battery_time problem on 2.6.24 (thanks wedge).
486         * Added patch to fix broken xmms2 stuff (thanks sleipner).
487         * Added patch to fix SIGHUP/SIGUSR1 segfault (thanks norsetto).
488         * Added patch to improve $if_up (thanks Aseem).
489
490 2008-04-02
491         * Added patch to use mail_spool correctly (thanks Kapil)
492         * Replacing strdup() with strndup() throughout
493
494 2008-04-01
495         * Fixed segfault when configuration doesn't contain TEXT block (thanks
496         Pippijn).
497
498 2008-03-31
499         * Conky 1.5.1 released.
500         * Added --enable-testing configure option to use insane compiler flags.
501
502 2008-03-30
503         * Added mem_res and mem_vsize to $top.
504         * Improved parsing of $diskio*, $disk_protect and $ioscheduler args.
505
506 2008-03-29
507         * Increased C99 compliance.
508         * Fixed potential segfault in get_ioscheduler().
509         * Implemented upwards path traversal for fs_type.
510         * Fixed bug in libmpdclient that caused file descriptors to be left open.
511         * Cleaned up output of battery_* vars.
512
513 2008-03-28
514         * Fixed messed up percentages (fs_free_perc, fs_used_perc, mpd_percent,
515         battery_percent).
516
517 2008-03-24
518         * Fixed for specifying a non-existent configuration file.
519         * Added disk_protect.
520         * Fixed too many open files bug in laptop_mode.
521         * Fixed reading interface adresses.
522         * Fixed battery_bar default size.
523
524 2008-03-23
525         * Fixed compilation with --disable-x11.
526         * Fixed linux.c compilation problem due to (suspected) broken linux
527         headers.
528         * $battery_bar sysfs fix (thanks Marcus).
529
530 2008-03-22
531         * Conky 1.5.0 released.
532         * Smapi review: improved code, fixed memleaks and smapi_bat_perc when
533         using pad_percents.
534         * Fixed spaced_print, so pad_percents should now work as expected.
535         * Removed a line of dead code.
536         * Added support for displaying the default gateway.
537         * Support displaying current laptop_mode.
538         * Per-disk IO scheduler information now available.
539         * Support printing current nameservers.
540
541 2008-03-20
542         * Added CRLF characters to POP3 and IMAP stuff (should play nicer with
543         some servers now).
544         * Added preliminary support for parsing the output of external commands
545         (via $execp and $execpi).
546         * Applied FreeBSD total memory patch (thanks Nikos).
547
548 2008-03-19
549         * Fixed a number of small memory leaks.
550         * Performed some minor profiling on Conky; reduced text_buffer_size
551         default to 128 bytes to improve performance.
552         * Fixed some minor bugs introduced by new patches.
553
554 2008-03-17
555         * Applied 12 patches:
556                 1) sysfs battery support (for Linux >=2.6.24) (thanks Kapil)
557                 2) Improved audacious support patch (thanks Miroslav)
558                 3) tp_smapi support patch for IBM laptops (thanks Phil)
559                 4) user info patch (thanks Roland)
560                 5) added conky build info patch (thanks Roland)
561                 6) added if_up patch (thanks Phil)
562                 7) added reload on SIGHUP patch (thanks Jonas)
563                 8) added pad percentages patch (thanks Jonas)
564                 9) added fs_type patch (thanks Ryan)
565                 10) added xmms2 fixes patch (thanks Lassi)
566                 11) fix sysfs crash patch (thanks Phil)
567                 12) multiple ip patch ($addrs).
568         * Added more alignment support (top_middle, bottom_middle, middle_left,
569         and middle_right).
570
571 2008-02-08
572         * Applied 2 patches:
573                 1) Add diskio for individual devices.
574                 2) Improved output of units, added "short_units" option.
575
576 2008-01-05
577         * Applied some more submitted patches:
578                 1) Add long forms of (most of) the command-line options.
579                 2) Added an option (top_cpu_separate) that emulates top's "separate
580                 cpus" option.  Processor usage is shown as a percentage of a
581                 single processor on your system, instead of a percentage
582                 of all processors combined.
583                 3) Adds a parameter (time) to top and top_mem that will show the
584                 cumulative CPU time of a process.
585                 4) Simplified integer rounding.
586                 5) Fixed the window width when a goto is used.
587                 6) Fixed the window width when an offset is used.
588                 (thanks Kevin Lyles).
589
590 2007-12-31
591         * Applied submitted patches:
592                 1) to suport Debian's kFreeBSD;
593                 2) to use realtime clock in timed threads and
594                 3) to fix get_ibm_acpi_volume zero value bug
595                 (thanks Kapil Hari Paranjape).
596
597 2007-11-22
598         * Conky 1.4.9 released.
599
600 2007-11-18
601         * Added Gentoo USE flag audacious-legacy for Audacious legacy support.
602
603 2007-11-16
604         * Added support for Audacious 1.4.0 and legacy versions via
605                         --enable-audacious=yes|no|legacy.
606
607 2007-11-14
608         * Fix compilation error with --disable-x11 (bug #1830373).
609         * Bump doc stylesheet from 4.3 to 4.4.
610
611 2007-10-31
612         * Fix mpd_smart bug #1822773.
613
614 2007-10-23
615         * Externalize default config file: ${sysconfdir}/conky/conky.conf
616
617 2007-10-21
618         * Initialize music_player_interval so built-in .conkyrc actual works.
619         * Lower timed_thread minimum timing interval from 50 usecs to 10 usecs.
620         * Separate timed thread asserts for clarity.
621         * Remove ${tail /var/log/Xorg.0.log} from default text.
622         * Update vim/nano syntax files.
623
624 2007-10-18
625         * Conky 1.4.8 released.
626
627 2007-10-17
628         * doc/man fixes 1810328 & 1813483.
629         * struct alignment patch 1812924 (sohalt).
630
631 2007-10-02
632         * Multiple mailbox patch (thanks Ben Kibbey).
633
634 2007-09-28
635         * Small fix for $ibm_volume (thanks Kapil Hari Paranjape).
636         * Patch so $tail can read from a fifo file descriptor (thanks Ben Kibbey).
637
638 2007-09-01
639         * Improved performance slightly.
640         * Added 'music_player_interval' config option to specify an update interval for
641                         music player threads (currently honored by mpd and audacious).
642         * Fixed some minor memory leaks associated with SIGUSR1.
643         * Zero out imap and pop3 stuff when the connection fails.
644
645 2007-08-31
646         * _Really_ fix mpd SIGPIPE issues.
647         * Fix timed thread race condition, seen esp. on new kernel scheduler (cfs).
648         * Fix $audacious_title not being displayed when no length argument indicated.
649
650 2007-08-30
651         * Conky 1.4.7 released.
652         * Check for pkg-config >=0.19.
653         * Use timed_thread for mpd.
654
655 2007-08-27
656         * Fixed issue with SIGPIPE and mpd.
657         * Updated COPYING (with more clarifications).
658
659 2007-08-14
660         * Updated vim/nano syntax files.
661
662 2007-08-12
663         * Added $hwmon var, similar to $i2c and $platform.
664
665 2007-08-12
666         * Added var $platform which is similar to $i2c and accommodates the conversion
667           of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
668         * Removed config item post_21_kernel since it forced all i2c device lookups
669           to go to /sys/bus/platform/devices and some people may need a mix of both
670                 i2c and platform devices.
671
672 2007-08-10
673         * Clarifying licensing
674
675 2007-08-08
676         * RSS support
677         * Wireless support for Linux
678
679 2007-08-05
680         * Conky 1.4.6 released
681         * Updated to libmpdclient 0.13.0
682         * Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
683         so i2c works properly
684
685 2007-08-04
686         * Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
687         * Added support for multiple batteries when using acpi (thanks Phil)
688         * a bunch of code cleanups (thanks Psychon)
689         * added max length paramater to mpd_title (thinks fow)
690         * a number of small bug fixes
691
692 2007-07-15
693         * Fix PID display, patch #1753934.  thanks sohalt.
694         * Fix displaying 4 GB traffic after reloading network driver,
695                         patch #1754260.  thanks sohalt.
696
697 2007-06-21
698         * Right-justify top/top_mem vars (pid/cpu/mem} so they align on the decimal.
699
700 2007-04-25
701         * Added color[0-9] variable patch (thanks jieryn)
702
703 2007-04-05
704         * Added if_empty patch (thanks Erik)
705         * Added if_existing patch for string matching (thanks cromka)
706         * Added hwmon support (thanks flitsch)
707         * Some xmms2 updates (thanks sleipner)
708         * Added $battery_percent and $battery_bar (thanks akash)
709
710 2007-02-25
711         * OpenBSD support added to Conky (thanks hifi)
712         * Updated mboxscan stuff (thanks calmar)
713
714 2007-02-25
715         * Created branch/1.5 copy of trunk/conky1.  Removing all experimental
716           network code from trunk/conky1.
717
718 2007-02-14
719         * Include missing mboxscan.h in conky.h.
720         * Fixed signedness warnings in conky.c.
721
722 2007-02-11
723         * Added buffer_text_size option to change the size of the buffer for
724         things like $exec, $tail, et cetera
725         * Added $mboxscan which lets you display the Subject and From fields
726         from recent email in an mbox file
727         * Disambiguated (is that a word?) $cpu docs
728
729 2007-01-14
730         * Fallback to gettimeofday() when clock_gettime () not available (mac os).
731
732 2007-01-09
733         * API change (timing in milliseconds) for dexter_timedsampler_new ().
734
735 2007-01-07
736         * Add config.rpath (created by gettextize -copy) to distribution
737           to satisfy AM_ICONV.
738         * Clean up some warnings; remove ftp.[ch] from src/Makefile.am.
739
740 2006-12-29
741         * Update svn ebuild to new sourceforge url scheme.
742                 - requires deletion of existing wc: rm -rf /usr/portage/distfile/svn-src/conky/
743         * Added head/tail rewrite patch (thanks Ryan Twitchell)
744         * Added diskio read/write sf.net patch 1542880 (thanks Blondak)
745
746 2006-12-26
747         * Clear conky vars on disconnect/failure to open files.
748
749 2006-12-23
750         * Updated to libmpdclient 0.12.0
751
752 2006-12-22
753         * client/server infrastructure and prototype for linux only (so far):
754                 - requires libdexter (http://sourceforge.net/projects/libdexter)
755                 and the dxt-sysinfo plugin (svn only at the moment).
756         * new config items:
757                 - dexter_client yes/no
758                 - dexter_server yes/no
759                 - dexter_config /path/to/libdexter/config (default: $HOME/.dexterrc)
760                 - own_window_class <WM Class Name> (default: Conky)
761                         - replaces wm_class_name
762                 - own_window_title <Window Title> (default: <hostname> - conky)
763         * removed config items:
764                 - wm_class_name (use own_window_class, same function)
765         * configure changes:
766           --disable-network (default=yes) with auto-detection for libdexter.
767                 - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).
768                         HAVE_SYSINFO and others determine if /proc/uptime is used.
769                 - silently disable xft, double-buffer and xdamage if no x11.
770                 - change enable/disable labels to reflect defaults accurately.
771                 - simplified compile-based checks for sysinfo/getloadavg and by moving
772                   them into AC_CHECK_FUNCS.
773         * allow decorated, own_window=yes windows to be given input focus by WM:
774                 - do not pass button clicks through to desktop in this scenario as conky
775                   immediately loses focus.
776
777 2006-12-13
778         * Clarify LGPL license on timed_thread modules.
779         * Update NEWS files.
780
781 2006-12-12
782         * Split battery variable into two:
783                 battery, e.g. "charging 75%" and
784                 battery_time, e.g. "3h 15m".
785         * Conky 1.4.5 released.
786
787 2006-12-11
788         * Close pop3/imap sockets.
789         * Fix outstanding battery issues.
790
791 2006-12-10
792         * Fix peek table bug with new portmon code.
793
794 2006-12-09
795         * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
796         due to licensing issue noted by Fedora Core packagers.
797         * Eliminated config items:
798                 min_port_monitors,
799                 min_port_monitor_connections
800         * Added config item:
801                 max_port_monitor_connections
802
803 2006-11-30
804         * Added $entropy_avail, $entropy_poolsize and $entropy_bar
805         for the crypto freaks.  Idea suggested by Perttu Luukko
806         <nuteater@users.sourceforge.net> in feature request 1497050.
807         * Added max length specifier to audacious_title.  Closes
808         feature request #1600631.
809
810 2006-11-28
811         * Rearrange retry attempts in pop3 and imap code, removing sleep()
812         calls which cause the whole process to sleep, not just the thread.
813
814 2006-11-22
815         * Added max_specials config item with default 512.  This should
816         close bug #1574523 for real this time.  Thanks to John Harrigan
817         <jfharrigan@fedex.com> for this one.
818
819 2006-11-21
820         * Changed autotools for subversion versioning.
821         * Updated svn ebuild for gentoo.
822         * Documentation updates for clarity, i.e. close bug #1599041.
823
824 2006-11-20
825         * fix compile error with --disable-xdamage when Xdamage.h not present.
826
827 2006-11-18
828         * fix bug where present rate var was not being read from acpi battery
829         state file: /proc/acpi/battery/%s/state.
830
831 2006-11-15
832         * Change linkstatus display for use_spacer.  Closes bug #1577580.
833
834 2006-11-14
835         * Fix compile error with --disable-x11.
836         * Add new timed thread abstraction routines.
837         * Convert thread activity to timed threads, including
838         texeci, imap, pop3, audacious.
839         * Change memory vars from unsigned long to unsigned long long
840         to fix reported overflow, e.g. swapmax >= 4Gb.
841
842 2006-11-13
843         * Use pthread_cond_timedwait() instead of sleep() in audacious
844         thread.  Will convert all worker threads to this timing method.
845
846 2006-11-12
847         * Fix freebsd build error.
848         * Minor changes to syntax files.
849         * Conky 1.4.4 released.
850
851 2006-11-11
852         * Add max_user_text to documentation.
853         * Fixed BadWindow bugs (#1568366, #1588384).
854
855 2006-11-10
856         * Remove on_bottom and xmms_player completely.
857         * Closed ibm_temps bug #1591609.
858         * Conky 1.4.3 released.
859
860 2006-11-09
861         * Updated vim and nano syntax coloring scripts.
862         * Added extras/ dir with syntax stuff to distribution tarball.
863
864 2006-11-08
865         * Added new config item 'max_user_text' with default 16384,
866         twice as large as previous hard-coded default of 8192 bytes.
867         Increase as needed to accomodate large config files with a
868         great deal of text.  This closes SF bug #1574523.
869
870 2006-11-07
871         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
872         with fallback to conventional checks.
873         * Fixed segmentation fault on SUGUSR1 bug.
874         * Commented out Imlib2 from configure.ac since it's only partially
875         implemented.
876
877 2006-11-04
878         * Removed broken mldonkey and seti support.
879         * Added Hellf[i]re's nano syntax coloring script to svn.
880
881 2006-11-03
882         * Removed support for Xmms, BMP and Infopipe from conky.
883         The Xmms and Bmp players are projects are dead and distros such
884         as Gentoo are slating them for removal.
885         * Added support for Audacious using new audacious vars.
886
887 2006-10-18
888         * Implement WiFi signal level detection on FreeBSD (patch
889         by Stepan Zastupov)
890
891 2006-10-04
892         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
893         environment variables and fix crash for users with locale
894         name longer than 10 chars (repored by Michael Schwendt)
895
896 2006-09-30
897         * --enable-debug added.
898         * prevent libtool from adding its default CFLAGS
899
900 2006-09-28
901         * Use pkg-config instead of xft-config.
902         * Fix last line bug which had required padding text with extra blank line
903         to see text on last line.
904
905 2006-09-01
906         * Fix type-punning and "differ in signedness" warnings seen with
907         gcc-4.1 -O2.
908
909 2006-08-27
910         * Fix compilation errors when building with --diable-x11; bug #1547164
911
912 2006-08-12
913         * Make configure script print summary info
914         * Make `conky -v` show compiled-in features
915
916 2006-08-10
917         * Added Spock's patches, adding hddtemp, goto and tab variables.
918
919 2006-07-13
920         * Added tztime patch to show time in arbitrary time zones (thanks Ram
921         Yalamanchili)
922
923 2006-06-07
924         * Small battery fix (thanks Nexox, sf.net patch 1500014)
925         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
926
927 2006-05-27
928         * Fixed a bug with $font
929
930 2006-05-24
931         * Xdamage support for composite and pals
932
933 2006-05-23
934         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
935         Tarjan for the patch)
936
937 2006-05-21
938         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
939         patch)
940
941 2006-05-17
942         * Fixed issue with graphs not reaching all the way to the borders
943         (sf.net bug 1470480)
944         * Cleaned up units
945
946 2006-05-15
947         * Conky 1.4.2 released
948
949 2006-05-13
950         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
951         * Added some safety to the threading code
952
953 2006-05-09
954         * Changed $font behavior so that the font persists past the next
955         newline.  It can be set back to the default with $font with no args.
956         (closes bug 1478676 on sf.net)
957
958 2006-05-08
959         * Added simple POP3/IMAP mail clients
960
961 2006-04-23
962         * Added support for PowerBook batteries
963         * Fixed broken $if/$else stuff
964
965 2006-04-15
966         * Added patch from Peter Tarjan to add support for IBM ACPI
967         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
968
969 2006-04-11
970         * Removed sa_restorer crap (may fix some compile errors for some
971         people)
972
973 2006-04-07
974         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
975
976 2006-03-30
977         * Added patch to support new port monitor REMOTESERVICE peekable.
978
979 2006-03-29
980         * Scan port numbers as short.  Fixes debian bug# 359974.
981
982 2006-03-25
983         * Added XMMS2 patch 1456203 from Lassi Selander
984         * Added FreeBSD battery patch 1456008 from Petr Holub
985
986 2006-03-21
987         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
988         Holub <hopet@users.sourceforge.net>)
989
990 2006-03-15
991         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo
992         (Gentoo bug# 125226).
993         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
994         path for conky1.
995
996 2006-03-12
997         * FreeBSD cpu info patch
998         * Conky 1.4.1 released
999
1000 2006-03-07
1001         * Fixed issue where some WM's don't control conky own_window windows.
1002         * Added newly-updated vim file detection and syntax hilighting files to svn.
1003         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
1004
1005 2006-03-06
1006         * Fixed battery problems when charged
1007         * MPD code handles broken pipe now, instead of just killing conky
1008         * Switch from CVS to SVN.  Thanks SourceForge.
1009
1010 2006-03-05
1011         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
1012         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
1013         * Stop using override_redirect true -- conky back under WM control
1014         when using 'own_window yes'.
1015         * Fixed texeci breakage when forking to background is on
1016
1017 2006-02-14
1018         * Drastically simplified own_window=yes window creation code.
1019         * on_bottom and wm_class_name deprecated (they do nothing)
1020
1021 2006-02-13
1022         * Fixed typo bug in portmon code that caused incorrect monitor data
1023         to be displayed.
1024
1025 2006-02-12
1026         * Conky 1.4.0 released
1027
1028 2006-01-27
1029         * Cleaned up texeci code
1030
1031 2006-01-26
1032         * Added freedesktop.org extended window manager hints (EWMH)
1033         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
1034         Fixes stacking order issues with freedesktop-compliant wm's,
1035         such as XFCE4+.
1036
1037 2006-01-25
1038         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
1039         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
1040         * Fixed xmms.c code to load glib 1.2 shared object lib.
1041
1042 2006-01-11
1043         * Added xmms version 1 support.
1044         * Added bmp through 0.9.7.1 support.
1045         * Added config item xmms_player: none, xmms, bmp, audacious or
1046         infopipe.
1047
1048 2006-01-07
1049         * Added Audacious media player support.
1050
1051 2006-01-06
1052         * Fixed infopipe bug (select() affects timer as a side effect on
1053         Linux!)
1054
1055 2006-01-05
1056         * Added draw_graph_borders option
1057         * Added XMMS/BMP InfoPipe plugin support
1058
1059 2006-01-01
1060         * Conky 1.3.5 released
1061
1062 2005-12-31
1063         * Fixed bug with use_xft causing ignorance of font selection (sf.net
1064         bug 1387564)
1065         * Fixed issue with parsing of hex values for colours
1066
1067 2005-12-30
1068         * Added BMPx (http://beep-media-player.org/) support
1069
1070 2005-12-14
1071         * Fixed issues with execi stuff
1072
1073 2005-12-10
1074         * Added sf.net patch 1374576
1075
1076 2005-12-05
1077         * Fixed sf.net bug 1367745
1078
1079 2005-11-30
1080         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921,
1081           all variations of the same array out of bounds issue.
1082         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
1083
1084 2005-11-27
1085         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
1086
1087 2005-11-24
1088         * Fixed gentoo bug# 113219
1089
1090 2005-11-23
1091         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
1092         with synchronous signal processing. set to #undef for previous behavior.
1093         * Use POSIX signal api's, not the ANSI signal().
1094
1095 2005-11-22
1096         * Fixed IP address bug (sf.net bug 1359055)
1097
1098 2005-11-16
1099         * Conky 1.3.4 released
1100
1101 2005-11-12
1102         * Replaced bitwise copy of tcp_connection_t with function
1103         copy_tcp_connection().
1104         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),
1105         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
1106         eliminating all mallocs.  pkovacs.  See bug 1355470.
1107
1108 2005-11-11
1109         * moved hash sizing code into portmon lib, where it belongs
1110         * More mem leaks fixed.
1111
1112 2005-11-10
1113         * Added config items min_port_monitors / min_port_monitor_connections
1114
1115 2005-11-09
1116         * Cleaned up top code, bug fixes
1117         * Fixed some memory leaks
1118
1119 2005-11-08
1120         * Fix bug# 1351686.  Patch by boojit.
1121         * Fixed 1331576 (I think) with bad cpu usage reporting
1122
1123 2005-11-01
1124         * Documentation updates for compiling and port monitoring
1125         * Removed cairo stuff (it's useless)
1126
1127 2005-10-31
1128         * Added statfs sf.net patch 1344493
1129
1130 2005-10-30
1131         * Added tcp port monitor support (pkovacs)
1132
1133 2005-10-28
1134         * Added WM_CLASS patch from sf.net patch 1340825
1135
1136 2005-10-21
1137         * acpi segfault should be fixed (sf.net bug 1330893)
1138         * SIGUSR1 bug fixed? (sf.net bug 1330914)
1139
1140 2005-10-17
1141         * Ugly MPD mem leak fixed
1142         * Other mem leaks fixed
1143         * Fixed thing where conky exits if LC_ALL and friends isn't set
1144         * Conky 1.3.3 released
1145
1146 2005-10-13
1147         * Conky 1.3.2 released
1148
1149 2005-10-10
1150         * More MPD objects (sf.net patch 1319461)
1151
1152 2005-10-07
1153         * fixed mldonkey bug? sf.net bug 1316531
1154
1155 2005-09-30
1156         * Linkstatus patch from btlee on f.g.o (see
1157         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
1158
1159 2005-09-29
1160         * Fixed build on FreeBSD for non-i386
1161         * Made it so top_mem doesn't show all the forks of one process
1162
1163 2005-09-27
1164         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
1165
1166 2005-09-24
1167         * Fixed bug where graphs/bars don't show when maximum_width is enabled
1168
1169 2005-09-15
1170         * Fixed right-alignment bug thanks to Pascal Eberhard
1171         * Applied patch 1291420 from sf.net
1172         * Fixed issue with whack graph data
1173         * Fixed issue with Conky quitting when a file fails to load
1174
1175 2005-09-11
1176         * Fixed bug with xft and double buffer in own window
1177         * 1.3.1 released
1178
1179 2005-09-04
1180         * Misc small bug fixes
1181
1182 2005-09-03
1183         * MPD patch (sf.net patch 1281108)
1184         * Fixed graph width bug
1185
1186 2005-08-31
1187         * FreeBSD support was added
1188         * 1.3.0 released
1189
1190 2005-08-27
1191         * added threaded execi, $texeci
1192         * feature freeze
1193
1194 2005-08-26
1195         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
1196         * Diskio fixes (sf.net 1274140)
1197         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
1198         * Far better SMP support
1199         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
1200
1201 2005-08-25
1202         * More own_window fixes
1203         * applied disk io patch (sf.net patch 1271691)
1204         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
1205         * removed units from $freq* output
1206         * fix for graph config parsing
1207         * Added $head, fixed mem leak with $tail
1208
1209 2005-08-24
1210         * More configure and makefile updates
1211         * Added scale arg for net graphs
1212         * Fixed bug in own_window stuff--amazing fake transparency now works
1213         properly
1214         * added own_window_colour, own_window_transparent
1215
1216 2005-08-23
1217         * Added maximum_width
1218
1219 2005-08-22
1220         * Added $execibar and $execigraph
1221
1222 2005-08-21
1223         * Moved source into src/, moved docs into doc/
1224         * Updated makefiles
1225
1226 2005-08-20
1227         * Applied patch from zimba-tm, closes patch 1260225
1228         * Fixed ugly gradient bug.  closes bug 1255608
1229         * Added $voffset
1230         * Removed metar code.  It sucked.
1231         * Added $acpitempf for amooricans
1232         * $tail fixes
1233
1234 2005-08-12
1235         * Multiple unit additions and modifications
1236
1237 2005-08-07
1238         * mpd password patch from Joshua Gerrish
1239         * conky can run without X now, use --disable-x11 when configuring
1240 =========================================================================
1241 =========================================================================
1242 2005-08-06
1243         * Conky 1.2 released
1244
1245 2005-08-05
1246         * small fixes
1247         * added CVS ebuild, huge thanks to Hopeless for this
1248
1249 2005-08-04
1250         * special thanks to Citizen_X and his patience
1251         * Citizen_X pwns
1252         * keep shakin' those big 'ol titties
1253         * Citizen_X
1254         * Citizen_X
1255         * Citizen_X
1256         * Citizen_X
1257
1258 2005-08-03
1259         * many small fixes, thanks to those who reported problems
1260
1261 2005-08-02
1262         * dramatically improved how conky handles fonts
1263         * fixed issues with graph args
1264         * fixed shades and outlines
1265
1266 2005-08-01
1267         * stabilized code
1268         * added gradients to graphs (very pretty)
1269         * things
1270         * added $font, yay
1271         * feature freeze; only bugfixes now
1272
1273 2005-07-30
1274         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
1275         $downspeedgraph, and $upspeedgraph
1276         * added override_utf8_locale option
1277         * poop
1278         * $tab patch from jack_mort on f.g.o
1279
1280 2005-07-28
1281         * Added new graphing code, such as $cpugraph
1282         * small fixes all round
1283         * stuff
1284         * things
1285         * added more mpd objects
1286
1287 2005-07-24
1288         * Conky now has UTF-8 support
1289         * Fixed $freq for those with CPU scaling
1290         * Fixed the problem with total_run_times
1291         * Fixed alignment of bars and lines and stuff
1292         * Reduced conky's memory usage (yay!)
1293         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
1294         of cpu
1295
1296 2005-07-17
1297         * Fixed a pile of bugs in configure script
1298         * Added proper checking for headers in configure script
1299         * Made METAR shit threaded so it would stop being retarded, also made
1300         it try more then once to update
1301         * Added $metar_tempf and ${i2c tempf} for americans
1302
1303 2005-07-16
1304         * Added option for Conky to update N times and quit, see
1305         total_run_times in conkyrc.sample
1306         * Added metar code for weather info, thanks to somebody on sf.net
1307         * Added $alignr and $alignc for right and centre alignment
1308         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
1309         options $addr and $linkstatus (please test!), as well as fixed a mem
1310         leak in this patch
1311         * adt746x fix, thanks to dan-h on sf.net
1312         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net
1313         * Added patch to allow hex colour values, thanks roiban adi on sf.net
1314         * Added if constructs patch, thanks Lucas Brutschy on sf.net
1315         * Fixed bug in tab code (hopefully for the last time)
1316         * Added option to sort by cpu or memory for top, see top_sort_cpu
1317
1318 2005-07-12
1319         * Added fix for battery charged state (thanks to Lukas Zapletal
1320         <lzap@seznam.cz>)
1321
1322 =========================================================================
1323 =========================================================================
1324
1325 2005-07-05
1326         * Conky 1.1 released
1327
1328 2005-07-03
1329         * Added $mpd_bar and $mpd_bitrate
1330         * Some minor code cleanups prior to release
1331         * Fixed problem with Conky not compiling when XFT disabled
1332         * Fixed configure.in problems with Xdbe
1333
1334 2005-07-01
1335         * Fixed memory leak in MPD code
1336         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
1337         and memory
1338         * Fixed more mem leaks
1339
1340 2005-06-30
1341         * Added use_spacer to config
1342         * Added $mpd_status
1343         * Added small fix for i2c from Filedil on forums.gentoo.org
1344
1345 2005-06-28
1346         * Made it possible to use tabs to right-justify (just add a bunch)
1347         * Added ${execbar} (see conkyrc.sample)
1348
1349 2005-06-26
1350         * Added memory % to top output
1351         * 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)
1352
1353 2005-06-25
1354         * Conky now recognizes the tab character correctly
1355         * Added simple config option to print to stdout (out_to_console
1356         <yes/no>)
1357
1358 2005-06-23
1359         * Added top output.  Check the sample config.
1360         * Cleaned up code.
1361
1362 2005-06-22
1363         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
1364         * Removed NVCtrl code
1365         * Added noswap and i2c patches
1366
1367 =========================================================================
1368 =========================================================================
1369
1370 2005-06-21
1371         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
1372         http://conky.sf.net/
1373         * Added xwin patch
1374         * Added new feature for sample averaging of CPU and net info
1375
1376 2004-12-22
1377         * Version 0.18 released
1378
1379 2004-12-21
1380         * Fixed some double buffer + Xft stuff
1381         * Applied X-Mozilla-Status patch (thanks affinity)
1382         * Applied NVCtrl patch and modified it a bit (temperature monitoring
1383           for nvdia-based graphics cards) (I couldn't test this so it may or
1384           may not work or even compile) (thanks Dennis Frommknecht)
1385         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
1386           mail, I didn't catch your name from sourceforge])
1387         * Applied patch that supports mailbox that is in some 'maildir' format
1388           (thanks jolapache [send mail, I didn't catch your name from
1389           sourceforge])
1390         * min -> m
1391         * Applied pad_percents patch (thanks JL Farinacci)
1392         * Fixed some stuff in acpi fan and acpi ac adapter
1393         * Optional XFT even when compiled in
1394
1395 2004-11-30
1396         * Applied utime patch (UTC time) (thanks David McCabe)
1397
1398 2004-11-29
1399         * Applied Xdbe patch, this includes double_buffer configuration and
1400           -b command line option (thanks Bruce Merry)
1401         * Applied some other seti patch, not tested (thanks William DiPlacido)
1402
1403 2004-08-25
1404         * Applied netbsd patch (thanks Rui Paulo)
1405         * Applied cpu frequency patch (thanks William DiPlacido)
1406         * Applied adt746x patch (thanks Dennis Kaandorp)
1407         * Applied some other FreeBSD patch by the same guy
1408
1409 2004-07-31
1410         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
1411
1412 2004-07-25
1413         * Xft support and xftfont configuration
1414         * rewrote some stuff, there might be some new bugs in old places
1415
1416 2004-07-24
1417         * I2C divisor from a file (thanks Falk Feuersenger)
1418
1419 2004-07-20
1420         * changed battery thing to ${battery <filename in
1421           /proc/acpi/battery/>}
1422         * SETI@Home stuff (thanks Jarski)
1423
1424 2004-07-05
1425         * changed signal for config file reloading to SIGUSR1
1426         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
1427           $mixerrbar
1428
1429 2004-06-03
1430         * maybe fixed acpi battery thing when "present rate" isn't known
1431
1432 2004-06-01
1433         * fixed width for all bars, use like ${cpubar 4,50}
1434
1435 2004-05-25
1436         * Version 0.17 released
1437
1438 2004-05-23
1439         * battery number for ACPI battery (thanks Leszek Krupiñski)
1440         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
1441           the old battery thing worked
1442         * bug fix on load average reporting (thanks Leszek Krupiñski)
1443         * outlines to text, draw_outline and default_outline_color
1444           configurations and $outlinecolor (thanks adi)
1445         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
1446
1447 2004-05-19
1448         * fixed a bug when starting after Opera (and some other programs)
1449         * sticky window
1450         * minimum_size
1451
1452 2004-05-18
1453         * added border_width configuration
1454
1455 2004-05-16
1456         * fixed zero length bar bug
1457
1458 2004-05-15
1459         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
1460           $fs_used
1461         * leaves ACPI temperature file open (faster)
1462         * -a option to change alignment on command line
1463
1464 2004-05-14
1465         * fixed ACPI temperature bug
1466         * border_margin configuration
1467         * ${execi <interval> <command>}, execute with specific interval
1468         * added possibility to manually set the position (-x and -y options)
1469           (thanks to Gwenhael LE MOINE)
1470         * $buffers and $cached (thanks to Jeremy Burch)
1471         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
1472
1473 2004-05-14
1474         * Version 0.16 released
1475
1476 2004-05-13
1477         * $pre_exec, execute a shell command one time
1478         * preparsing of text (faster but more memory usage)
1479         * less system calls (faster)
1480         * APM things to $battery (untested)
1481
1482 2004-05-12
1483         * added $new_mails changed $mails to tell total mail count
1484
1485 2004-05-11
1486         * transparent window, own_window configuration, -o cmdline option
1487         * $exec, execute a shell command
1488         * $acpitemp, $battery - acpi stuff (not really tested)
1489
1490 2004-05-10
1491         * $loadavg, load average
1492         * $mails, unread local mails, mail_spool configuration
1493
1494 2004-05-09
1495         * Version 0.15 released
1496
1497 2004-05-06
1498         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
1499         * Some other stuff