From: Steinar H. Gunderson Date: Sat, 19 Jan 2019 21:57:27 +0000 (+0100) Subject: Release Nageru and Futatabi 1.8.2. X-Git-Tag: 1.8.2 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=978b42bf2e535f40f73a1afec86789294f375c1e;hp=5983f215fca61d7dcd1073daecc953b0f650b00f Release Nageru and Futatabi 1.8.2. --- diff --git a/NEWS b/NEWS index 687c43e..a5e73be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Nageru and Futatabi 1.8.2, January 19th, 2019 + + - Futatabi now supports MIDI controllers like Nageru, including an editor + and a sample mapping for the Behringer CMD PL-1. + + - Futatabi now supports changing master speed during play, both via a + MIDI controller and the GUI. + + - Various bugfixes. + + Nageru and Futatabi 1.8.1, December 30th, 2018 - Futatabi can now communicate its queue status through a subtitle track, diff --git a/meson.build b/meson.build index d785000..49f38b1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.1') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.2') cxx = meson.get_compiler('cpp') qt5 = import('qt5')