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.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-10-06 04:27:30 +02:00
parent 36d322e662
commit d3808f3960
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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.