From 9f90c49a50f30b13ed6638515d17cac7e6712d19 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 10 Mar 2019 20:23:25 +0100 Subject: [PATCH] Release Nageru and Futatabi 1.8.3. --- NEWS | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a5e73be..71b6ec3 100644 --- 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 diff --git a/meson.build b/meson.build index fee5170..1dccedb 100644 --- a/meson.build +++ b/meson.build @@ -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') -- 2.39.2