From d3808f3960bf47a141f1b30f6b99846a2f6c969f Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 6 Oct 2021 04:27:30 +0200 Subject: [PATCH] project: Version 0.11.0a5 - Updated the AOM library to libAOM v3.1.2-882-03b6f69. - Fixed the Denoising filter not working correctly with unexpected sizes. - Fixed the Denoising filter not rendering at the correct size. - Fixed the Denoising and Upscaling filter destroying the Alpha channel. - Fixed the Denoising filter running twice on the same image, resulting in a far worse image. - Fixed Upscaling not automatically deciding on a proper scale factor for you when the selected one is not supported. --- .github/ISSUE_TEMPLATE/issue.yml | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index b3698c1..3e27022 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -34,6 +34,7 @@ body: label: "StreamFX Version" description: "On which StreamFX version did you first encounter this issue?" options: + - "0.11.0a5" - "0.11.0a4" - "0.11.0a3" - "0.11.0a2" diff --git a/CMakeLists.txt b/CMakeLists.txt index 3073f4c..f4d650a 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 "a4") +set(VERSION_SUFFIX "a5") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.