We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08996d commit a1dd993Copy full SHA for a1dd993
CMakeLists.txt
@@ -8,7 +8,7 @@ include(CheckSymbolExists)
8
9
project(waveform)
10
11
-set(WAVEFORM_VERSION "1.8.1")
+set(WAVEFORM_VERSION "1.9.0-beta1")
12
13
# default to release build
14
if(NOT CMAKE_BUILD_TYPE)
changelog.md
@@ -1,7 +1,8 @@
1
-## Changes in 1.8.1
2
-- Update Chinese translations (#66 thanks to @KaiLee2588)
3
-- Update Italian translation (thanks to Peppe73)
4
-- Fix build issues on certain platforms
+## Changes in 1.9.0-beta1
+- Hotfix for possible OOM crash
+- Allow high and low cutoffs to be equal
+- Improve render quality in waveform mode
5
+- Allow much larger buffer sizes in waveform mode
6
7
## Installation
### Windows
0 commit comments