Skip to content

Commit f605870

Browse files
committed
v1.3.0
1 parent 1a7bcbb commit f605870

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
- Add MacOS support
1+
- Add experimental MacOS support (x64 CPUs only)
2+
- Add Channel Spacing option in stereo mode
3+
- Fix alpha overlap with rounded caps (except in radial mode)
24

35
## Installation
46
### Windows
@@ -15,3 +17,7 @@ Both methods include 32-bit and 64-bit binaries.
1517

1618
#### Source Build
1719
- Step-by-step instructions in the [readme](https://github.com/phandasm/waveform/blob/master/README.md#linux-ubuntu-20043-lts).
20+
21+
### MacOS (10.13+ with x64 CPU only)
22+
#### Prebuilt Binaries
23+
- Extract Waveform\_v#.#.#\_MacOS\_x64.zip to your `/Library/Application Support/obs-studio/plugins` folder.

installer/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Waveform"
5-
#define MyAppVersion "1.2.3"
5+
#define MyAppVersion "1.3.0"
66
#define MyAppURL "https://github.com/phandasm/waveform"
77

88
[Setup]

src/module.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
#define MODULE_DISPLAY_NAME "Waveform Visualizer"
2121
#define MODULE_NAME "phandasm_waveform"
22-
#define VERSION_STRING "1.2.3"
22+
#define VERSION_STRING "1.3.0"

0 commit comments

Comments
 (0)