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