]> git.0d.be Git - jack_mixer.git/blobdiff - NEWS
Set version to 14 in preparation for next release
[jack_mixer.git] / NEWS
diff --git a/NEWS b/NEWS
index 29a02265d9231add34c9b0c5afac0e4771286251..5c7bfc0545a05ea7f000217b59066598eba2b3dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,80 @@
+===========
+Version 14
+===========
+
+ * Changes to channel fader/meter layout and features:
+   * Added K20 and K14 scales.
+   * Added tick marks for left/center/right on balance slider and add tooltip
+     displaying left/right value.
+   * Added maximum width for control group labels. Labels are ellipsized if too
+     long and a tooltip with the full name is added.
+ * Channel add/property dialogs usability improvements:
+   * Remember last used settings for new input/outut channel dialogs (MIDI CCs
+     are always initialized with -1 by default, so they can be auto-assigned).
+   * Channel name is pre-filled in with "Input" or "output" and an
+     auto-incremented number suffix.
+   * Add mnemonics for all input/output channel dialog fields.
+ * When running under NSM, closing the main window only hides UI and the "Quit"
+   menu entry is replaced with a "Hide" entry.
+ * Added a global option to always ask for confirmation when quitting
+   jack_mixer.
+ * Allow drag'n'drop to change channel positions.
+ * Added ability to shrink/expand width of input and output channels.
+ * The font color of control group labels automatically adapts to their
+   background color for better contrast and readability.
+ * Fixed: Ctrl-click on volume fader sets it to 0.0 dbFS, not 1.0.
+ * Fixed: some issues with channel monitoring.
+ * Fixed: don't create empty project file on new NSM session.
+ * Fixed: on project load, give input focus to fader of last added channel and
+   deselect volume entry widget so keyboard input doesn't accidentally change
+   the value.
+
+With contributions from Christopher Arndt, Daniel Sheeler and Frédéric Péters.
+
+==========
+Version 13
+==========
+
+ * Added NSM support.
+ * Store preferences to per session config file to override global
+   preferences.
+ * Added accelerator shortcuts to menu items.
+ * New ctrl-click, double-click, scroll, and click-drag-anywhere
+   fader behaviors.
+ * Added MIDI 'Pick Up' behavior to avoid discontinuities.
+ * Can choose output channel colors.
+ * Changed to logarithmic ramping on volume changes.
+ * Added a pre/post fader button.
+ * Pick volume for new channels.
+ * Allow manual setting of MIDI control change numbers.
+ * Remove GConf; use plaintext .ini preferences file instead.
+ * Remove remnants of Swig python bindings.
+
+With contributions from Daniel Sheeler and Christopher Arndt.
+
+==========
+Version 12
+==========
+
+ * Added reporting of the current volume through SIGUSR1 signal to
+   jack_mix_box.
+ * Reset color of over 0db/NaN peak on click.
+ * Fixed memory leaks.
+ * Fixed some Python 3 compatibility leftovers.
+
+With contributions from Daniel Sheeler and Athanasios Silis.
+
+==========
+Version 11
+==========
+
+ * Spread out volume transition over a period of time to reduce
+   discontinuities.
+ * Port to pygobject and GTK3.
+ * Port to Python 3.
+
+With contributions from Daniel Sheeler.
+
 ==========
 Version 10
 ==========