Updated Changes and AppInfo.xml to prepare for release.
[rox-volume.git] / Help / Changes
blob140092641dcbe5a449d272f3f16cf1fe25f341f2
1 Changes
2 ~~~~~~~
3 009 (2006-07-30)
4 * Use current theme for panel icon if present.
5 * Update panel icon to show volume level
6 * Add private volume-level icons from GnomeSVG theme
7 * Update tooltip to show current volume level
9 008 (2006-01-15)
10 * Converted to ALSA interface.  Volume-007 is the last to support OSS.
11 * Fixed error handlers in AppRun/AppletRun.
13 007 (2005-10-12)
14 * Options now editable from the AppMenu.
15 * New Icon?
17 006 (2004-05-22)
18 * Input from Cyrille Mars: mouse scroll-wheel on Panel icon changes volume without clicking.
19 * Input from Jonatan Liljedahl: option to show a progress bar on the Panel indicating the current volume setting (Options to show/hide the icon and/or progress bar)
20 * Italian translation from Yuri Bongiorno.
21 * Resizes with the Panel properly.
22 * Launch the Mixer from the popup menu
24 005 (2004-04-20)
25 * Figured out how to save/restore the checkbox states for lock, mute and rec
26 * Figured out the whole get|set_recsrc thing. (I think)
27 * Made the checkbox labels translatable.
29 004 (2004-04-18)
30 * Factored out the VolumeControl widget and used in both Volume and Mixer.
31 * Lots of configurable things via masks to VolumeControl()
32 * Applet control is now 0-100 instead of 0-1 and has finer steppings.
33 * Follow panel orientation.
34 * Separate options for Mixer with hide/show each channel.
35 * Option to show values on Mixer sliders.
37 003
38 * Wrote a real Mixer app to replace the gnome-volume-control wrapper.
39   UI is a straight rip of gnome-volume-control (for now at least). Needs
40   some polish, but it works.
42 * Fixed a small bug reported by Antiphon with Sawfish (popup slider
43   was being positioned wrong)
45 002
46 * Added options dialog and settings for mixer device (e.g. /dev/mixer)
47   and the channel to control (e.g. PCM or Master volume)
49 * Changed the popup positioning to always be at the top of the panel
50   and centered (?) on the icon. Still need to handle Left, Right and Top panels.
52 * Fixed a small bug in findrox.py.
54 001  First release