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