Skip to content

Commit 9b9dda9

Browse files
committed
v1.6.0-beta2
1 parent 0d368fd commit 9b9dda9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(CheckSymbolExists)
88

99
project(waveform)
1010

11-
set(WAVEFORM_VERSION "1.6.0-beta1")
11+
set(WAVEFORM_VERSION "1.6.0-beta2")
1212

1313
# set default install prefix to OBS plugin path on linux and MacOS
1414
# otherwise set it to the windows installer source folder

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Beta 2 changes
2+
- Fix possible crash when using volume normalization or rolloff
3+
- Adjustments to mirror frequency axis option
4+
- Update Chinese localization (#32 thanks to GodGun968)
5+
6+
## Beta 1 changes
17
- Add option to mirror frequency axis
28
- Add option to adjust arc in radial mode
39
- Add option for minimum bar height

0 commit comments

Comments
 (0)