Skip to content

Commit

Permalink
v1.6.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
phandasm committed Dec 22, 2022
1 parent fab1ff0 commit 4988083
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(CheckSymbolExists)

project(waveform)

set(WAVEFORM_VERSION "1.6.0-beta2")
set(WAVEFORM_VERSION "1.6.0-beta3")

# set default install prefix to OBS plugin path on linux and MacOS
# otherwise set it to the windows installer source folder
Expand Down
12 changes: 10 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Notice to Intel Mac users
OBS requirement has been bumped to 28, please uninstall older versions of waveform first.

## Beta 3 changes
- Fix graph frozen after playback of media file finishes
- Fix "Hide graph when audio is silent" option for level meters

## Beta 2 changes
- Fix possible crash when using volume normalization or rolloff
- Adjustments to mirror frequency axis option
Expand Down Expand Up @@ -32,14 +39,15 @@ or
Note: Should work for most distros, but do not mix with the .deb package above.
</details>

### MacOS (10.13+)
### MacOS (11.0+, OBS 28+)
<details>
<summary>Click for instructions</summary>

#### Intel Macs
- **Uninstall waveform versions prior to 1.6.0-beta3**
- Download Waveform\_v#.#.#\_MacOS\_x86\_64.pkg and run it.

#### ARM64/Apple Silicon Macs (OBS 28+ required)
#### ARM64/Apple Silicon Macs
- Download Waveform\_v#.#.#\_MacOS\_arm64.pkg and run it.
Note: Use the ARM version only if you have a native ARM build of OBS.
</details>
Expand Down

0 comments on commit 4988083

Please sign in to comment.