aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS68
1 files changed, 56 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index d22aa6a..5285c35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,62 @@
-jalv (1.6.5) unstable;
+jalv (1.6.9) unstable; urgency=medium
+
+ * Add missing short versions of command line options
+ * Add option to install tool man pages
+ * Build Qt UI with -fPIC
+ * Clean up command line help output
+ * Fix clashing command line options
+ * Remove Gtk2 interface
+ * Replace use of deprecated Gtk interfaces
+ * Switch to external zix dependency
+ * Use Gtk switches instead of checkboxes for toggle controls
+
+ -- David Robillard <d@drobilla.net> Thu, 14 Mar 2024 18:26:10 +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
- * Support port events for ui:showInterface UIs
* 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> Sun, 05 Apr 2020 11:14:53 +0000
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 22:05:38 +0000
-jalv (1.6.4) stable;
+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 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
@@ -28,7 +72,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
@@ -54,7 +98,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)
@@ -69,7 +113,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
@@ -82,7 +126,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
@@ -97,7 +141,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
@@ -110,7 +154,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
@@ -126,7 +170,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