project: Version 0.11.1b1

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-02-20 19:49:07 +01:00 committed by Xaymar
parent 171aa88c72
commit 1b80a1485c
2 changed files with 9 additions and 4 deletions

View File

@ -21,12 +21,13 @@ body:
label: "OBS Studio Version?"
description: "Which OBS Studio version are you using to run StreamFX? Versions include all patches (the third element in 'A.B.C'), and release candidates for that version. Select 'Other' if you are using a custom build."
options:
- "27.2"
- "27.1"
- "27.0"
- "26.1"
- "26.0"
- "25.0"
- "(Other)"
- "(Other, specify below)"
validations:
required: true
- type: dropdown
@ -34,6 +35,9 @@ body:
label: "StreamFX Version"
description: "On which StreamFX version did you first encounter this issue?"
options:
- "0.11.1b1"
- "0.11.1a1"
- "0.11.0"
- "0.11.0c1"
- "0.11.0b3"
- "0.11.0b2"
@ -96,18 +100,19 @@ body:
- "0.2.0"
- "0.1.1"
- "0.1.0"
- "(Other, specify below)"
validations:
required: true
- type: input
attributes:
label: "OBS Studio Log"
description: "Upload a normal log file that showcases the issue happening. If you encountered a crash, also fill out the next field."
description: "Paste the link to the log file OBS Studio uploaded."
validations:
required: true
- type: textarea
attributes:
label: "OBS Studio Crash Log"
description: "If OBS Studio crashed (not froze) paste the crash log here, or upload it somewhere and paste the link here."
description: "If OBS Studio crashed (not froze) paste the crash log here, or upload it somewhere and paste the link here. Do not paste the normal log file here."
- type: textarea
attributes:
label: "Current Behavior"

View File

@ -40,7 +40,7 @@ set(VERSION_MAJOR 0)
set(VERSION_MINOR 11)
set(VERSION_PATCH 1)
set(VERSION_TWEAK 0)
set(VERSION_SUFFIX "a1")
set(VERSION_SUFFIX "b1")
set(VERSION_COMMIT "00000000")
# Check if we are in a git repository.