Refactored the top and top_mem handling to use a switch statement
[monky] / NEWS
1 Summary of changes for Conky release 1.4.5:
2 -------------------------------------------
3 Added config items: 
4 - max_specials 
5 - max_port_monitor_connections 
6  
7 Removed config items: 
8 - min_port_monitors 
9 - min_port_monitor_connections 
10  
11 Added variables: 
12 - entropy_avail 
13 - entropy_poolsize 
14 - entropy_bar 
15  
16 Added length specifier to audacious_title. 
17  
18 Split battery var into: 
19 - battery and battery_time 
20  
21 Fixed broken texeci variable. 
22 Fixed build error with --disable-x11. 
23 Fixed build error with --disable-xdamage. 
24 Fixed acpi battery issues. 
25 Fixed mem var overflows when >= 4GB. 
26 Close pop3/imap sockets properly. 
27 Improved internal thread handling. 
28 Converted tcp_portmon internal hash to GLib  
29 for GPL compatibility.
30
31
32 Summary of changes for Conky release 1.4.4:
33 -------------------------------------------
34 * fix build error for freebsd.
35 * fix BadWindow errors when using own_window_type override or desktop.
36 * minor documentation updates
37 * minor wifi code changes for freebsd.
38
39
40 Summary of changes for Conky release 1.4.3:
41 -------------------------------------------
42
43 * Removed support for dead projects: Xmms 1, Beep Media Player (BMP) and the Infopipe plugin.
44   - Removed the following related configuration items:
45         - xmms_player
46   - Removed the following related variables:
47         - xmms_bar
48         - xmms_bitrate
49         - xmms_channels
50         - xmms_filename
51         - xmms_frequency
52         - xmms_length
53         - xmms_length_seconds
54         - xmms_playlist_position
55         - xmms_playlist_length
56         - xmms_position
57         - xmms_position_seconds
58         - xmms_status
59         - xmms_title
60
61 * Removed configuration item:
62         - on_bottom: please use 'own_window_hints below' instead.
63
64 * Added support for Audacious music player: http://audacious-media-player.org
65   - Added the following related variables:
66         - audacious_bar
67         - audacious_bitrate
68         - audacious_channels
69         - audacious_filename
70         - audacious_frequency
71         - audacious_length
72         - audacious_length_seconds
73         - audacious_playlist_position
74         - audacious_playlist_length
75         - audacious_position
76         - audacious_position_seconds
77         - audacious_status
78         - audacious_title
79
80 * Added new configuration item:
81         - max_user_text <bytes> [default: 16384]: specifies the maximum buffer size for user text
82                 in the .conkyrc file.  Useful for people with enormous config files who were running
83                 up against the hard-coded default of 8192 bytes.
84
85 * Added new variables:
86         - tztime:  Local time for specified timezone
87         - hddtemp: interface to hddtemp hard disk temp monitor: http://www.guzu.net/linux/hddtemp.php
88         - goto and tab: additional alignment control
89         - voltage_mv and voltage_v: CPU voltages
90
91 * Other changes:
92         - added SMP support for $freq and $freq_g
93         - added WiFi signal level detection on FreeBSD
94         - added Xdamage support for X11
95         - added verbose configuration information to conky -v
96         - added extras directory to tarball with nano and vim syntax coloring scripts.
97         - fixed as many bugs as we could :]