Conky 1.4.4
[monky] / NEWS
1 Summary of changes for Conky release 1.4.4:
2 -------------------------------------------
3 * fix build error for freebsd.
4 * fix BadWindow errors when using own_window_type override or desktop.
5 * minor documentation updates
6 * minor wifi code changes for freebsd.
7
8
9 Summary of changes for Conky release 1.4.3:
10 -------------------------------------------
11
12 * Removed support for dead projects: Xmms 1, Beep Media Player (BMP) and the Infopipe plugin.
13   - Removed the following related configuration items:
14         - xmms_player
15   - Removed the following related variables:
16         - xmms_bar
17         - xmms_bitrate
18         - xmms_channels
19         - xmms_filename
20         - xmms_frequency
21         - xmms_length
22         - xmms_length_seconds
23         - xmms_playlist_position
24         - xmms_playlist_length
25         - xmms_position
26         - xmms_position_seconds
27         - xmms_status
28         - xmms_title
29
30 * Removed configuration item:
31         - on_bottom: please use 'own_window_hints below' instead.
32
33 * Added support for Audacious music player: http://audacious-media-player.org
34   - Added the following related variables:
35         - audacious_bar
36         - audacious_bitrate
37         - audacious_channels
38         - audacious_filename
39         - audacious_frequency
40         - audacious_length
41         - audacious_length_seconds
42         - audacious_playlist_position
43         - audacious_playlist_length
44         - audacious_position
45         - audacious_position_seconds
46         - audacious_status
47         - audacious_title
48
49 * Added new configuration item:
50         - max_user_text <bytes> [default: 16384]: specifies the maximum buffer size for user text
51                 in the .conkyrc file.  Useful for people with enormous config files who were running
52                 up against the hard-coded default of 8192 bytes.
53
54 * Added new variables:
55         - tztime:  Local time for specified timezone
56         - hddtemp: interface to hddtemp hard disk temp monitor: http://www.guzu.net/linux/hddtemp.php
57         - goto and tab: additional alignment control
58         - voltage_mv and voltage_v: CPU voltages
59
60 * Other changes:
61         - added SMP support for $freq and $freq_g
62         - added WiFi signal level detection on FreeBSD
63         - added Xdamage support for X11
64         - added verbose configuration information to conky -v
65         - added extras directory to tarball with nano and vim syntax coloring scripts.
66         - fixed as many bugs as we could :]