aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS85
1 files changed, 75 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 140ab7c..ae34b27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,76 @@
-jalv (1.6.4) stable;
+jalv (1.6.9) unstable; urgency=medium
+
+ * Add Qt6 version
+ * Add missing short versions of command line options
+ * Add option to install tool man pages
+ * Add support for control outputs with lv2:latency designation
+ * Build Qt UI with -fPIC
+ * Clean up and strengthen code
+ * Clean up command line help output
+ * Cleanly separate audio thread from the rest of the application
+ * Fix Jack latency recomputation when plugin latency changes
+ * Fix clashing command line options
+ * Fix minor memory leaks
+ * Make help and version commands exit successfully
+ * Only send control messages to designated lv2:control ports
+ * Reduce Jack process callback overhead
+ * Remove Gtk2 interface
+ * Remove limits on the size of messages sent from plugin to UI
+ * Remove transport position dumping from Jack process callback
+ * Replace use of deprecated Gtk interfaces
+ * Rewrite man pages in mdoc
+ * Switch to external zix dependency
+ * Use Gtk switches instead of checkboxes for toggle controls
+ * Use fewer platform-specific APIs
+ * Use portable zix filesystem API
+
+ -- David Robillard <d@drobilla.net> Fri, 20 Dec 2024 00:45:28 +0000
+
+jalv (1.6.8) stable; urgency=medium
+
+ * Add Gtk plugin selector UI and desktop file
+ * Add missing option in console help output
+ * Add version option to console executable
+ * Build Qt interface as C++14
+ * Change no-menu short option to m to avoid clash with jack-name
+ * Clean up and modernize code
+ * Fix "preset" console command when "presets" hasn't been called
+ * Fix MSVC build
+ * Fix atom buffer alignment
+ * Fix crash when running jalv without arguments
+ * Fix man page headers
+ * Fix memory leaks
+ * Fix outdated man pages
+ * Fix spurious transport messages
+ * Fix thread-safety of plugin/UI communication rings
+ * Flush stdout after printing control values in console interface
+ * Print status information consistently to stdout
+ * Propagate worker errors to the scheduler when possible
+ * Remove Gtkmm interface
+ * Remove Qt4 support
+ * Support both rdfs:label and lv2:name for port group labels
+ * Switch to meson build system
+
+ -- David Robillard <d@drobilla.net> Sat, 10 Sep 2022 00:43:05 +0000
+
+jalv (1.6.6) stable; urgency=medium
+
+ * Add a command line argument to select a specific UI
+ * Explicitly support lv2:inPlaceBroken
+ * Ignore ports with nonsense lv2:control designations
+ * Remove Jack session support
+ * Support port events for ui:showInterface UIs
+
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 22:05:38 +0000
+
+jalv (1.6.4) stable; urgency=medium
* Support rdfs:label for port groups
* Use screen refresh rate with Gtk3 and Qt5
- -- David Robillard <d@drobilla.net> Sun, 10 Nov 2019 22:56:49 +0100
+ -- David Robillard <d@drobilla.net> Sun, 10 Nov 2019 21:56:49 +0000
-jalv (1.6.2) stable;
+jalv (1.6.2) stable; urgency=medium
* Add jalv -i option to ignore stdin for background use
* Add several commands to console interface
@@ -21,7 +86,7 @@ jalv (1.6.2) stable;
-- David Robillard <d@drobilla.net> Thu, 06 Jun 2019 20:38:01 +0000
-jalv (1.6.0) stable;
+jalv (1.6.0) stable; urgency=medium
* Add PortAudio backend (compile time option, audio only)
* Add Qt5 version
@@ -47,7 +112,7 @@ jalv (1.6.0) stable;
-- David Robillard <d@drobilla.net> Wed, 04 Jan 2017 17:24:58 +0000
-jalv (1.4.6) stable;
+jalv (1.4.6) stable; urgency=medium
* Add option to print control output changes to stdout
* Add support for data-access extension (based on patch by Filipe Coelho)
@@ -62,7 +127,7 @@ jalv (1.4.6) stable;
-- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 22:30:28 +0000
-jalv (1.4.4) stable;
+jalv (1.4.4) stable; urgency=medium
* Add --no-menu option for jalv.gtk
* Add -c option for setting controls from the command line
@@ -75,7 +140,7 @@ jalv (1.4.4) stable;
-- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 21:11:45 +0000
-jalv (1.4.2) stable;
+jalv (1.4.2) stable; urgency=medium
* Add command-line option to control UI update frequency
* Fix crash when running "jalv" with bad command line arguments
@@ -90,7 +155,7 @@ jalv (1.4.2) stable;
-- David Robillard <d@drobilla.net> Fri, 09 Aug 2013 14:40:20 +0000
-jalv (1.4.0) stable;
+jalv (1.4.0) stable; urgency=medium
* Add menu bar and pass parent widget in Qt version for true UI embedding
* Add spinbuttons for precisely setting control values
@@ -103,7 +168,7 @@ jalv (1.4.0) stable;
-- David Robillard <d@drobilla.net> Sat, 23 Feb 2013 03:35:22 +0000
-jalv (1.2.0) stable;
+jalv (1.2.0) stable; urgency=medium
* Add Gtk3 UI
* Fix Jack Session support
@@ -119,7 +184,7 @@ jalv (1.2.0) stable;
-- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 22:38:53 +0000
-jalv (1.0.0) stable;
+jalv (1.0.0) stable; urgency=medium
* Initial release