File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(CheckSymbolExists)
88
99project (waveform)
1010
11- set (WAVEFORM_VERSION "1.8.0 " )
11+ set (WAVEFORM_VERSION "1.8.1 " )
1212
1313# default to release build
1414if (NOT CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments