]> git.0d.be Git - jack_mixer.git/blob - NEWS
Set version to 14 in preparation for next release
[jack_mixer.git] / NEWS
1 ==========
2 Version 13
3 ==========
4
5  * Added NSM support.
6  * Store preferences to per session config file to override global
7    preferences.
8  * Added accelerator shortcuts to menu items.
9  * New ctrl-click, double-click, scroll, and click-drag-anywhere
10    fader behaviors.
11  * Added MIDI 'Pick Up' behavior to avoid discontinuities.
12  * Can choose output channel colors.
13  * Changed to logarithmic ramping on volume changes.
14  * Added a pre/post fader button.
15  * Pick volume for new channels.
16  * Allow manual setting of MIDI control change numbers.
17  * Remove GConf; use plaintext .ini preferences file instead.
18  * Remove remnants of Swig python bindings.
19
20 With contributions from Daniel Sheeler and Christopher Arndt.
21
22 ==========
23 Version 12
24 ==========
25
26  * Added reporting of the current volume through SIGUSR1 signal to
27    jack_mix_box.
28  * Reset color of over 0db/NaN peak on click.
29  * Fixed memory leaks.
30  * Fixed some Python 3 compatibility leftovers.
31
32 With contributions from Daniel Sheeler and Athanasios Silis.
33
34 ==========
35 Version 11
36 ==========
37
38  * Spread out volume transition over a period of time to reduce
39    discontinuities.
40  * Port to pygobject and GTK3.
41  * Port to Python 3.
42
43 With contributions from Daniel Sheeler.
44
45 ==========
46 Version 10
47 ==========
48
49  * Fixed change of channel settings (#18299)
50  * Added a MIDI out port for feeding back volume levels into motorized
51    controllers
52  * Added jack_mix_box, a minimalistic (no UI) jack mixer
53  * Added a trayicon and minimize to tray feature
54
55 With contributions from John Hedges, Sarah Mischke, and Nedko Arnaudov.
56
57 =========
58 Version 9
59 =========
60
61  * Changed to no longer appends PID to jack client name (#15006)
62  * Added 'Edit .. channel' submenus
63  * Set a default 'apply' button in channel properties
64  * Fixed creation of  mono channels
65  * Removed bad crackling when changing the volume through MIDI
66  * Moved back to polling for MIDI events, to avoid the need for threads
67  * Changed to use backward compatible call to gobject.timeout_add (#14999)
68  * Updated not to fail if we can't get lash server name
69  * Added support for Ladish level 1
70  * Improved SIGUSR1 handling
71
72 With contributions from Nedko Arnaudov and Arnout Engelen.
73
74 =========
75 Version 8
76 =========
77
78  * Fix private modules lookup
79  * Fix rotation of output channel colours
80  * New menu items to remove output channels
81  * New command line parameter to not connect to LASH
82
83 =========
84 Version 7
85 =========
86
87  * New maintainer, thanks Nedko for everything!
88  * New icon by Lapo Calamandrei
89  * Option to have a gradient in the vumeters
90  * Option to use stock GtkScale widget for volume and balance
91  * Rewrite of the C/Python binding (this removed the dependency on SWIG)
92  * Improve performance when drawing vumeters
93  * New menu items to load/save settings
94  * New "Channel Properties" dialog, allowing to change assigned MIDI CCs
95  * Automatic post fader outputs for input channels
96  * Possibility to add new output channels, besides main mix
97  * New "monitor" output, assignable to any output channel, or input channel
98    (in which case it will take its prefader volume)
99  * Removal of PyXML dependency
100
101 With contributions from Nedko Arnaudov, Lapo Calamandrei, Arnout Engelen,
102 and Krzysztof Foltman.
103
104 =========
105 Version 6
106 =========
107
108  * Fix building against jack 0.102.20
109  * Handle python prefix different from install prefix
110  * Fix LASH-less operation
111  * Update install instructions after lash-0.5.3 and phat-0.4.1 releases
112  * Apply Markus patch (thanks!) for sr #1698 (can't restore session using LASH)