]> git.0d.be Git - jack_mixer.git/blob - NEWS
Add a trayicon and minimize to tray feature (#2992)
[jack_mixer.git] / NEWS
1 ==========
2 Version 10
3 ==========
4
5  * Fixed change of channel settings (#18299)
6  * Added a MIDI out port for feeding back volume levels into motorized
7    controllers
8  * Added jack_mix_box, a minimalistic (no UI) jack mixer
9  * Added a trayicon and minimize to tray feature
10
11 With contributions from John Hedges and Sarah Mischke.
12
13 =========
14 Version 9
15 =========
16
17  * Changed to no longer appends PID to jack client name (#15006)
18  * Added 'Edit .. channel' submenus
19  * Set a default 'apply' button in channel properties
20  * Fixed creation of  mono channels
21  * Removed bad crackling when changing the volume through MIDI
22  * Moved back to polling for MIDI events, to avoid the need for threads
23  * Changed to use backward compatible call to gobject.timeout_add (#14999)
24  * Updated not to fail if we can't get lash server name
25  * Added support for Ladish level 1
26  * Improved SIGUSR1 handling
27
28 With contributions from Nedko Arnaudov and Arnout Engelen.
29
30 =========
31 Version 8
32 =========
33
34  * Fix private modules lookup
35  * Fix rotation of output channel colours
36  * New menu items to remove output channels
37  * New command line parameter to not connect to LASH
38
39 =========
40 Version 7
41 =========
42
43  * New maintainer, thanks Nedko for everything!
44  * New icon by Lapo Calamandrei
45  * Option to have a gradient in the vumeters
46  * Option to use stock GtkScale widget for volume and balance
47  * Rewrite of the C/Python binding (this removed the dependency on SWIG)
48  * Improve performance when drawing vumeters
49  * New menu items to load/save settings
50  * New "Channel Properties" dialog, allowing to change assigned MIDI CCs
51  * Automatic post fader outputs for input channels
52  * Possibility to add new output channels, besides main mix
53  * New "monitor" output, assignable to any output channel, or input channel
54    (in which case it will take its prefader volume)
55  * Removal of PyXML dependency
56
57 With contributions from Nedko Arnaudov, Lapo Calamandrei, Arnout Engelen,
58 and Krzysztof Foltman.
59
60 =========
61 Version 6
62 =========
63
64  * Fix building against jack 0.102.20
65  * Handle python prefix different from install prefix
66  * Fix LASH-less operation
67  * Update install instructions after lash-0.5.3 and phat-0.4.1 releases
68  * Apply Markus patch (thanks!) for sr #1698 (can't restore session using LASH)