]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 2.2.0. 2.2.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 14 Nov 2022 23:25:44 +0000 (00:25 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 14 Nov 2022 23:25:44 +0000 (00:25 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 59b01b44ed6e3abb083e0ca239cbd97a73713064..1ab710896162b58fa2f226e5aaa6fe86394dc36a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Nageru and Futatabi 2.2.0, November 15th, 2022
+
+  - Support AV1 output, via SVT-AV1. Note that this is still somewhat
+    experimental, not the least because SVT-AV1's streaming support
+    is not as mature as x264.
+
+  - Remove the dependency on QCustomPlot.
+
+  - Expose BlurEffect and UnsharpMaskEffect to the theme.
+
+  - Clean up several rarely-unused command-line flags:
+    - All the 10-bit flags are now collapsed to --10-bit.
+    - Remove --http-uncompressed-video.
+    - Remove the x264 VBV flags.
+    - Hide --x264-speedcontrol-verbose.
+    - Hide --no-flush-pbos.
+
+  - Make a workaround for audio monitoring output under PipeWire.
+
+  - Update CEF compatibility (tested with CEF 107).
+
+
 Nageru and Futatabi 2.1.0, February 6th, 2022
 
   - Support unsynchronized HDMI/SDI output.
index c41990f3bc9ef2b3eee903931b7a11f9c20869ce..c917239c4c5cdf5038129e3b456065786d57f2e8 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.1.1-pre')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.0')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')