Skip to content

Commit 168d042

Browse files
committed
project: Version 0.11.0a4
* 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 ®.
1 parent a5166c4 commit 168d042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set(VERSION_MAJOR 0)
4040
set(VERSION_MINOR 11)
4141
set(VERSION_PATCH 0)
4242
set(VERSION_TWEAK 0)
43-
set(VERSION_SUFFIX "a3")
43+
set(VERSION_SUFFIX "a4")
4444
set(VERSION_COMMIT "00000000")
4545

4646
# Check if we are in a git repository.

0 commit comments

Comments
 (0)