Skip to content

Commit

Permalink
v1.6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
phandasm committed Dec 3, 2022
1 parent 0d368fd commit 9b9dda9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(CheckSymbolExists)

project(waveform)

set(WAVEFORM_VERSION "1.6.0-beta1")
set(WAVEFORM_VERSION "1.6.0-beta2")

# set default install prefix to OBS plugin path on linux and MacOS
# otherwise set it to the windows installer source folder
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Beta 2 changes
- Fix possible crash when using volume normalization or rolloff
- Adjustments to mirror frequency axis option
- Update Chinese localization (#32 thanks to GodGun968)

## Beta 1 changes
- Add option to mirror frequency axis
- Add option to adjust arc in radial mode
- Add option for minimum bar height
Expand Down

0 comments on commit 9b9dda9

Please sign in to comment.