File: NEWS

package info (click to toggle)
conky 1.4.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,448 kB
  • ctags: 1,423
  • sloc: ansic: 14,326; sh: 8,876; xml: 1,934; makefile: 159
file content (66 lines) | stat: -rw-r--r-- 2,231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Summary of changes for Conky release 1.4.4:
-------------------------------------------
* fix build error for freebsd.
* fix BadWindow errors when using own_window_type override or desktop.
* minor documentation updates
* minor wifi code changes for freebsd.


Summary of changes for Conky release 1.4.3:
-------------------------------------------

* Removed support for dead projects: Xmms 1, Beep Media Player (BMP) and the Infopipe plugin.
  - Removed the following related configuration items:
  	- xmms_player
  - Removed the following related variables:
	- xmms_bar
  	- xmms_bitrate
	- xmms_channels
	- xmms_filename
	- xmms_frequency
	- xmms_length
	- xmms_length_seconds
	- xmms_playlist_position
	- xmms_playlist_length
	- xmms_position
	- xmms_position_seconds
	- xmms_status
	- xmms_title

* Removed configuration item:
	- on_bottom: please use 'own_window_hints below' instead.

* Added support for Audacious music player: http://audacious-media-player.org
  - Added the following related variables:
	- audacious_bar
        - audacious_bitrate
        - audacious_channels
        - audacious_filename
        - audacious_frequency
        - audacious_length
        - audacious_length_seconds
        - audacious_playlist_position
        - audacious_playlist_length
        - audacious_position
        - audacious_position_seconds
        - audacious_status
        - audacious_title

* Added new configuration item:
	- max_user_text <bytes> [default: 16384]: specifies the maximum buffer size for user text
		in the .conkyrc file.  Useful for people with enormous config files who were running
		up against the hard-coded default of 8192 bytes.

* Added new variables:
	- tztime:  Local time for specified timezone
	- hddtemp: interface to hddtemp hard disk temp monitor: http://www.guzu.net/linux/hddtemp.php
	- goto and tab: additional alignment control
	- voltage_mv and voltage_v: CPU voltages

* Other changes:
	- added SMP support for $freq and $freq_g
	- added WiFi signal level detection on FreeBSD
	- added Xdamage support for X11
	- added verbose configuration information to conky -v
	- added extras directory to tarball with nano and vim syntax coloring scripts.
	- fixed as many bugs as we could :]