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