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