Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phandasm committed Feb 26, 2022
1 parent d07cb93 commit cdfbd39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
15 changes: 4 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/module.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit cdfbd39

Please sign in to comment.