Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phandasm committed Sep 11, 2022
1 parent 4c4fce3 commit b2ab2c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 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.5.0-rc1")
set(WAVEFORM_VERSION "1.5.0")

# set default install prefix to OBS plugin path on linux and MacOS
# otherwise set it to the windows installer source folder
Expand Down
17 changes: 9 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Mac and Linux users please uninstall older versions first
- Experimental support for OBS 28 on M1 Macs
- Support for OBS 28 on M1 Macs
- Add volume normalization option
- Rendering performance improvements (#24 thanks to Ori Sky)
- Fix typo resulting in slightly incorrect gaussian kernels
- Dropped 32-bit support

## Installation
### Windows
Expand All @@ -11,14 +12,12 @@ Either
or
- Extract Waveform\_v#.#.#\_x86\_64.zip to the *root* of your OBS folder (e.g. `C:\Program Files (x86)\obs-studio`).

Both methods include 32-bit and 64-bit binaries.

### Linux (Ubuntu 20.04, Flatpak)
<details>
<summary>Click for instructions</summary>

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

#### Flatpak
- `flatpak install flathub com.obsproject.Studio.Plugins.waveform`
Expand All @@ -33,15 +32,17 @@ Note: Should work for most distros, but do not mix with the .deb package above.
<details>
<summary>Click for instructions</summary>

- Download Waveform\_v#.#.#\_MacOS\_x86_64.pkg and run it.
#### Intel Macs
- Download Waveform\_v#.#.#\_MacOS\_x86\_64.pkg and run it.

Note: Use the ARM version only if you have a native ARM build of OBS.
The ARM version requires OBS 28.0 or newer.
#### ARM64/Apple Silicon Macs (OBS 28+ required)
- 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>

### [OBS Music Edition 27.2.4 (Windows x64)](https://github.com/pkviet/obs-studio/releases/tag/v27.2.4)
<details>
<summary>Click for instructions</summary>

- Extract for_OBS_ME_only.zip to the *root* of your OBS ME folder (e.g. `C:\Program Files\obs-studio-ME`).
- Extract for\_OBS\_ME\_only.zip to the *root* of your OBS ME folder (e.g. `C:\Program Files\obs-studio-ME`).
</details>

0 comments on commit b2ab2c5

Please sign in to comment.