From b2ab2c53256c67914c3c5d68c805b82fdb0aa2de Mon Sep 17 00:00:00 2001 From: phandasm Date: Sun, 11 Sep 2022 08:31:21 -0700 Subject: [PATCH] v1.5.0 --- CMakeLists.txt | 2 +- changelog.md | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e78a046..61eca5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/changelog.md b/changelog.md index 63ec710..c514c0e 100644 --- a/changelog.md +++ b/changelog.md @@ -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 @@ -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)
Click for instructions #### 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` @@ -33,15 +32,17 @@ Note: Should work for most distros, but do not mix with the .deb package above.
Click for instructions -- 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.
### [OBS Music Edition 27.2.4 (Windows x64)](https://github.com/pkviet/obs-studio/releases/tag/v27.2.4)
Click for instructions -- 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`).