From 19aa3831078cff76f768b113a36eb3b7eb9bf536 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 30 Mar 2019 15:55:49 +0100 Subject: [PATCH] Release Nageru and Futatabi 1.8.5. --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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') -- 2.39.2