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