File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
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-beta1 " )
11+ set (WAVEFORM_VERSION "1.8.0" )
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-beta1
2- - Add 'Range' render mode (#56 thanks to @filiphanes )
1+ ## Changes in 1.8.0
2+ - Add 'Range' (tricolor dB range) render mode (#56 thanks to @filiphanes )
33- Add power-of-sine windows (#58 )
4- - Add 'Time Variant EMA' temporal smoothing method (#58 )
5- - Add Cubic interpolation method
6- - Increase 'FFT Size' limit to 65536 (#58 )
7- - Update Chinese translation (#51 thanks to @GodGun968 )
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 )
89- Rename 'Gravity' setting to 'Inertia'
910
1011## Installation
You can’t perform that action at this time.
0 commit comments