Skip to content

Commit 2fe03d7

Browse files
committed
v1.9.0-beta2
1 parent 314fa1c commit 2fe03d7

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(CheckSymbolExists)
88

99
project(waveform)
1010

11-
set(WAVEFORM_VERSION "1.9.0-beta1")
11+
set(WAVEFORM_VERSION "1.9.0-beta2")
1212

1313
# default to release build
1414
if(NOT CMAKE_BUILD_TYPE)

changelog.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Changes in 1.9.0-beta2
2+
- Build against OBS 32
3+
14
## Changes in 1.9.0-beta1
25
- Hotfix for possible OOM crash
36
- Allow high and low cutoffs to be equal
@@ -27,7 +30,7 @@ or
2730
Note: Should work for most distros, but do not mix with the .deb package above.
2831
</details>
2932

30-
### MacOS (11.0+, OBS 28+)
33+
### MacOS (12.0+, OBS 28+)
3134
<details>
3235
<summary>Click for instructions</summary>
3336

@@ -39,10 +42,3 @@ Note: Should work for most distros, but do not mix with the .deb package above.
3942
- Download Waveform\_v#.#.#\_MacOS\_arm64.pkg and run it.
4043
Note: Use the ARM version only if you have a native ARM build of OBS.
4144
</details>
42-
43-
### [OBS Music Edition 27.2.4 (Windows x64)](https://github.com/pkviet/obs-studio/releases/tag/v27.2.4)
44-
<details>
45-
<summary>Click for instructions</summary>
46-
47-
- Extract for\_OBS\_ME\_only.zip to the *root* of your OBS ME folder (e.g. `C:\Program Files\obs-studio-ME`).
48-
</details>

0 commit comments

Comments
 (0)