Skip to content

Commit

Permalink
v1.6.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
phandasm committed Nov 23, 2022
1 parent 10bf6f7 commit 0663c43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
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.5.0")
set(WAVEFORM_VERSION "1.6.0-beta1")

# set default install prefix to OBS plugin path on linux and MacOS
# otherwise set it to the windows installer source folder
Expand Down
10 changes: 4 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Mac and Linux users please uninstall older versions first
- Support for OBS 28 on M1 Macs
- Add volume normalization option
- Rendering performance improvements (#24 thanks to Ori Sky)
- Fix typo resulting in slightly incorrect gaussian kernels
- Dropped 32-bit support
- Add option to mirror frequency axis
- Add option to adjust arc in radial mode
- Add option for minimum bar height
- Improve rendering of curve graph in some cases

## Installation
### Windows
Expand Down

0 comments on commit 0663c43

Please sign in to comment.