From cdfbd390c3d639b1df68d165d8453de412cde481 Mon Sep 17 00:00:00 2001 From: phandasm Date: Sat, 26 Feb 2022 09:25:12 -0800 Subject: [PATCH] v1.1.1 --- changelog.md | 15 ++++----------- installer/installer.iss | 2 +- src/module.hpp | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/changelog.md b/changelog.md index 9eb35ad..f453ee1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,6 @@ -- Fix crash when using audio configurations with more than 2 channels -- Fix name conflict with other plugins -- Add bar and "stepped" bar visualizers -- Minor performance improvements - -# **IMPORTANT** -Due to being renamed to avoid conflicts with other plugins, *sources made with version 1.0.0 will no longer be recognized.* -If you would like to preserve those sources you can edit your scene files in `%appdata%/obs-studio/basic/scenes` and replace occurances of `waveform_source` with `phandasm_waveform_source`. -Apologies for the inconvenience. +- Fix crash that can occur in certain configurations +- Fix potential installation issues +- Auto recapture audio sources that have been removed and re-added ## Installation ### Windows @@ -15,8 +9,7 @@ Either or - Extract Waveform\_v#.#.#\_x86\_64.zip to the *root* of your OBS folder (e.g. `C:\Program Files (x86)\obs-studio`). -#### Requirements (included with installer) -- [Visual Studio 2019 Redistributable](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) +Both methods include 32-bit and 64-bit binaries. ### Linux (Ubuntu 20.04) #### Prebuilt Binaries diff --git a/installer/installer.iss b/installer/installer.iss index d636220..2a4fe1e 100644 --- a/installer/installer.iss +++ b/installer/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Waveform" -#define MyAppVersion "1.1.1-rc2" +#define MyAppVersion "1.1.1" #define MyAppURL "https://github.com/phandasm/waveform" [Setup] diff --git a/src/module.hpp b/src/module.hpp index f2cf4b9..0dff964 100644 --- a/src/module.hpp +++ b/src/module.hpp @@ -19,4 +19,4 @@ #define MODULE_DISPLAY_NAME "Waveform Visualizer" #define MODULE_NAME "phandasm_waveform" -#define VERSION_STRING "1.1.1-rc2" +#define VERSION_STRING "1.1.1"