Skip to content

Commit 2bdf2be

Browse files
committed
v1.2.0
1 parent 1090f63 commit 2bdf2be

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
- Fix crash that can occur in certain configurations
2-
- Fix potential installation issues
3-
- Auto recapture audio sources that have been removed and re-added
1+
- Add circular display mode
2+
- Add level meter display mode
3+
- Add rounded bar caps
4+
- Add option to capture OBS audio output bus (all active audio sources)
5+
- Reduce minimum strength of gaussian filter to work better with bar graphs
46

57
## Installation
68
### Windows

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.1.1"
5+
#define MyAppVersion "1.2.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.1.1"
22+
#define VERSION_STRING "1.2.0"

0 commit comments

Comments
 (0)