diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 8ed3520c7e..5d99930a68 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -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" diff --git a/CMakeLists.txt b/CMakeLists.txt index f4c88b8e9a..13ba035d82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.