]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.8.5. 1.8.5
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 30 Mar 2019 14:55:49 +0000 (15:55 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 30 Mar 2019 14:55:49 +0000 (15:55 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 2dfdcebf6d8f5f438df8185ddadce4551f1b8671..a33a679d23b8479d735cd94b2c4e033711747ee8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Nageru and Futatabi 1.8.5, March 30th, 2019
+
+  - Experimental support for audio in Futatabi: The MJPEG export from
+    Nageru now supports audio, and Futatabi will store it and play it
+    back. Audio is currently only supported when playing at 100% speed
+    (no pitch shift or time stretching), and there is no audio output
+    to the Futatabi operator.
+
+  - Significant optimizations to MJPEG encoding, both when in use and when
+    not in use.
+
+  - Various bugfixes.
+
+
 Nageru and Futatabi 1.8.4, March 11th, 2019
 
   - Various bugfixes, in particular for 32-bit platforms.
index ebe49b1d13c7f1ee11b5e796a07ce3408cc9db68..4ea2b4d3ad289ef144a707f767eea881519b18ac 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.4')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.5')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')