]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.8.2. 1.8.2
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Jan 2019 21:57:27 +0000 (22:57 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Jan 2019 21:57:27 +0000 (22:57 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 687c43e1fd12a1eca064cdd898a62cf3e876fc51..a5e73be0b759db7f75c77b942879475b72c2be6d 100644 (file)
--- 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,
index d78500056ee84495830d65e4f60b52040c6b6288..49f38b1a680539853fc94a7a7c226aaecd61560b 100644 (file)
@@ -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')