Skip to content

Commit

Permalink
project: Version 0.11.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Feb 20, 2022
1 parent 171aa88 commit 1b80a14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,23 @@ 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
attributes:
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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1b80a14

Please # to comment.