From 168d04293a4a22b2db75f650d4c36de79261e357 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 3 Oct 2021 21:24:06 +0200 Subject: [PATCH] project: Version 0.11.0a4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * The "Super Resolution" filter is now called "Upscaling" and in the future will support additional providers, like FidelityFX "Super-Resolution" and NVIDIA "Upscaling". * The entire plugin now has identical logging behavior, so it should be easy to identify exact parts of the plugin in log files. * A crash caused by log functions on Linux/Mac has been fixed, which was caused by reusing variable length arguments. (#632) * Radeghast submitted a new 'Swirl' example shader. (#618) * Added an AV1 encoder based on AOM-AV1, although its stability and quality may not be great so far. * Denoising of Video content is now possible with the new "Denoising" filter on NVIDIA RTX hardware. * Fixed a few bugs affecting the "Upscaling" (previously "Super Resolution") filter. * Fixed references to NVIDIA missing the ®. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6b7a285..14684450 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 11) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "a3") +set(VERSION_SUFFIX "a4") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.