mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
cmake: Version 0.4.0
- Improved initialization code to ease future development. - Fixed several possible crashes in the GS subsystem wrappers. - Fixed 'Blur' filter color being wrong due to non-power-of-two textures. - Improved 'Blur' filter error reporting for better debugging and support. - Fixed 'Blur' filter crashing OBS on GPU reset, better support for this is added in a future version of OBS. - Fixed 'Blur' filter occasionally just not working. - Added 'Source Mirror' source which allows you to add filters to a source without modifying it as well as rescaling it.
This commit is contained in:
parent
add8012549
commit
8ae69cbe2c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ PROJECT(obs-stream-effects)
|
|||
# Version
|
||||
################################################################################
|
||||
SET(VERSION_MAJOR 0)
|
||||
SET(VERSION_MINOR 3)
|
||||
SET(VERSION_MINOR 4)
|
||||
SET(VERSION_PATCH 0)
|
||||
SET(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 0.3.0-{build}-{branch}
|
||||
version: 0.4.0-{build}-{branch}
|
||||
|
||||
environment:
|
||||
CURL_VERSION: 7.39.0
|
||||
|
|
Loading…
Reference in a new issue