Skip to content

Commit a1dd993

Browse files
committed
v1.9.0-beta1
1 parent e08996d commit a1dd993

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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.8.1")
11+
set(WAVEFORM_VERSION "1.9.0-beta1")
1212

1313
# default to release build
1414
if(NOT CMAKE_BUILD_TYPE)

changelog.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
## Changes in 1.9.0-beta1
2+
- Hotfix for possible OOM crash
3+
- Allow high and low cutoffs to be equal
4+
- Improve render quality in waveform mode
5+
- Allow much larger buffer sizes in waveform mode
56

67
## Installation
78
### Windows

0 commit comments

Comments
 (0)