]> 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 e8ce7c436b52afceafe97c7cd1bfa74594e5d1a6..5c7bfc0545a05ea7f000217b59066598eba2b3dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+===========
+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
 ==========
@@ -5,12 +38,12 @@ Version 13
  * Added NSM support.
  * Store preferences to per session config file to override global
    preferences.
- * Added accelerator shortucts to menu items.
+ * 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 logorithmic ramping on volume changes.
+ * 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.