Skip to content

Commit e156647

Browse files
committed
v1.9.0
1 parent a145b65 commit e156647

2 files changed

Lines changed: 5 additions & 6 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-beta2")
11+
set(WAVEFORM_VERSION "1.9.0")
1212

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

changelog.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
## Changes in 1.9.0-beta2
2-
- Build against OBS 32
3-
4-
## Changes in 1.9.0-beta1
1+
## Changes in 1.9.0
2+
- Support OBS 32
3+
- Support Metal renderer on macOS (#87)
54
- Hotfix for possible OOM crash
65
- Allow high and low cutoffs to be equal
76
- Improve render quality in waveform mode
@@ -19,7 +18,7 @@ or
1918
<summary>Click for instructions</summary>
2019

2120
#### Prebuilt Binaries
22-
- Download Waveform\_v#.#.#\_Ubuntu\_x86\_64.deb and install it using your distro's package manager (Debian/Ubuntu only).
21+
- Download Waveform\_v#.#.#\_Ubuntu\_x86\_64.deb and install it using your distro's package manager.
2322

2423
#### Flatpak
2524
- `flatpak install flathub com.obsproject.Studio.Plugin.waveform`

0 commit comments

Comments
 (0)