File: ChangeLog

package info (click to toggle)
volumeicon 0.5.1%2Bgit20170117-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 544 kB
  • ctags: 313
  • sloc: ansic: 2,610; makefile: 48; sh: 17
file content (73 lines) | stat: -rw-r--r-- 2,375 bytes parent folder | download | duplicates (2)
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
67
68
69
70
71
72
73
0.5.1:
	- Added german and polish translations.
	- Added commandline switch to turn off notifications.
	- Added option to choose soundcard from either gui or commandline.
	- Added option to use GTK+ popup window for volume change notifications.
	- Changed preferences GUI so it fits on smaller screens.
	- Added flag --version, -v to print version information.
0.5.0:
	- Use the same volume mapping as alsamixer.
	- Allow the specification of an alternate name to use for config file via
	  the command-line option `--config'.
	- Added `--with-default-mixerapp' configure option.
	- Added french translation.
	- Added option for transparent slider background.
	- Ported to GTK 3.
	- Fix hanging / 100% CPU usage when pulseaudio is killed.

0.4.6:
	- Changed the default card to use from "hw:0" to "default" as pointed out
	  by Christoph Wickert.

0.4.5:
	- Added support for 8-bit OSS sliders and improved configure.ac for OSS by
	  Matt Boyer.
	- Added option for using a horizontal slider and showing the numerical value
	  of the sound level thanks to Jean-Pierre Demailly.

0.4.4:
	- Some minor fixes thanks to Matthias Frei.
	- Show notification only when hotkeys are pressed or when scrolling on the
	  icon.
	- Make the volume slider popup downwards if no space is left above the icon.

0.4.3:
	- Integrated Mihail Szabolcs' fork which consisted of:
		- Optional notification support.
		- More compatible up an down hotkey identifiers.
		- Support for multiple sound cards, configurable via the configuration
		  file.

0.4.2:
	- Added dependency for X11 so that -lX11 gets linked (required by bind.c)

0.4.1:
	- Instead of requiring libkeybinder, the libkeybinder source files are now
	  compiled into volumeicon.

0.4.0:
	- Added hotkey support based on David Gidwani's patch. This adds a new
	  dependancy for libkeybinder.

0.3.0:
	- Added oss support.

0.2.0:
	- Removed deprecated property from preferences.ui
	- Cache icons

0.1.1:
	- Theme combobox in preferences menu is now populated by listing directories
	  in the icons directory.
	- Moved config to separate module.
	- Moved appicon.svg to gui directory.

0.1.0:
	- Added mute support.
	- Launching mixer from menu instead of click on the icon.
	- Automatically choose first channel instead of 'Master'.
	- Changed default settings.
	- Only show channels with playback volume.

0.0.1:
	- First release.