We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d368fd commit 9b9dda9Copy full SHA for 9b9dda9
CMakeLists.txt
@@ -8,7 +8,7 @@ include(CheckSymbolExists)
8
9
project(waveform)
10
11
-set(WAVEFORM_VERSION "1.6.0-beta1")
+set(WAVEFORM_VERSION "1.6.0-beta2")
12
13
# set default install prefix to OBS plugin path on linux and MacOS
14
# otherwise set it to the windows installer source folder
changelog.md
@@ -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
7
- Add option to mirror frequency axis
- Add option to adjust arc in radial mode
- Add option for minimum bar height
0 commit comments