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