]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.8.3. 1.8.3
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 10 Mar 2019 19:23:25 +0000 (20:23 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 10 Mar 2019 19:23:31 +0000 (20:23 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index a5e73be0b759db7f75c77b942879475b72c2be6d..71b6ec3734e0d3eae768ba3fc624629523aefd66 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Nageru and Futatabi 1.8.3, March 10th, 2019
+
+  - Allow controlling video mixing from MIDI events. Adapted from a patch
+    by Yann Dubreuil, from the BreizhCamp repository.
+
+  - Use ALSA hardware timestamps for input; gives more stable delay.
+    Patch by Yann Dubreuil, from the BreizhCamp repository.
+
+  - For FFmpeg inputs, add an option for playing as fast as possible
+    (set rate >= 10.0).
+
+  - In Futatabi, support queueing and playing clips with noe cue-out point.
+    This opens up for new and even faster UI workflows.
+
+  - Many bugfixes.
+
+
 Nageru and Futatabi 1.8.2, January 19th, 2019
 
   - Futatabi now supports MIDI controllers like Nageru, including an editor
index fee5170dd7383ff00994f82ac6c70f4ad6dc314c..1dccedbb48f9209331e8b66a1db24c3473ea14f4 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.2')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.3')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')