Skip to content

Commit 7377ef0

Browse files
committed
v1.8.1
1 parent 0803c4b commit 7377ef0

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
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.0")
11+
set(WAVEFORM_VERSION "1.8.1")
1212

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

changelog.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
## Changes in 1.8.0
2-
- Add 'Range' (tricolor dB range) render mode (#56 thanks to @filiphanes)
3-
- Add power-of-sine windows (#58)
4-
- Add 'Time Variant EMA' temporal smoothing method (#58, decouples smoothing from framerate)
5-
- Add Cubic interpolation method (now default)
6-
- Add option to adjust audio sync
7-
- Increase 'FFT Size' limit to 65536 (#58, requires 'Enable Large FFT Sizes' to be checked)
8-
- Update Chinese translation (#51, #61 thanks to @GodGun968)
9-
- Rename 'Gravity' setting to 'Inertia'
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
105

116
## Installation
127
### Windows

0 commit comments

Comments
 (0)