From: Steinar H. Gunderson Date: Fri, 19 Apr 2019 07:22:44 +0000 (+0200) Subject: Release Nageru and Futatabi 1.8.6. X-Git-Tag: 1.8.6 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=e8d8d4edbb4f7c945fe2f67c9209db41329b0d2c Release Nageru and Futatabi 1.8.6. --- diff --git a/NEWS b/NEWS index a33a679..6ecccd1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Nageru and Futatabi 1.8.6, April 19th, 2019 + + - Filenames for the recordings are now without colons; it caused + too much problems with various software, including most players. + + - Various bugfixes. + + Nageru and Futatabi 1.8.5, March 30th, 2019 - Experimental support for audio in Futatabi: The MJPEG export from diff --git a/meson.build b/meson.build index 16dcb4e..24491e7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.5') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.6') cxx = meson.get_compiler('cpp') qt5 = import('qt5')