From f1d8decc4a0e0d94f83c97c4488cf3bd423951d2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 12 Apr 2020 11:25:34 +0200 Subject: [PATCH] Release Nageru and Futatabi 1.9.3. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3a8af63..6dfe0dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Nageru and Futatabi 1.9.3, April 12th, 2020 + + - Support (video-only) V4L2 output. The intended use case is output into + v4l2loopback to get into videoconferencing or the likes: + + sudo apt install v4l2loopback-dkms + sudo modprobe v4l2loopback video_nr=2 card_label='Nageru loopback' max_width=1280 max_height=720 exclusive_caps=1 + nageru --v4l-output /dev/video2 + + Start Nageru before any readers. + + Nageru and Futatabi 1.9.2, March 29th, 2020 - Support handling white balance directly in Nageru, without themes diff --git a/meson.build b/meson.build index 79fb198..6a3021a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.9.2') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.9.3') cxx = meson.get_compiler('cpp') qt5 = import('qt5') -- 2.39.2