From: Steinar H. Gunderson Date: Sat, 30 Mar 2019 14:55:49 +0000 (+0100) Subject: Release Nageru and Futatabi 1.8.5. X-Git-Tag: 1.8.5 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=refs%2Ftags%2F1.8.5 Release Nageru and Futatabi 1.8.5. --- diff --git a/NEWS b/NEWS index 2dfdceb..a33a679 100644 --- 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. diff --git a/meson.build b/meson.build index ebe49b1..4ea2b4d 100644 --- a/meson.build +++ b/meson.build @@ -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')