Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phandasm committed Feb 26, 2024
1 parent a8a0d53 commit 7160340
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(CheckSymbolExists)

project(waveform)

set(WAVEFORM_VERSION "1.8.0-beta1")
set(WAVEFORM_VERSION "1.8.0")

# default to release build
if(NOT CMAKE_BUILD_TYPE)
Expand Down
13 changes: 7 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Changes in 1.8.0-beta1
- Add 'Range' render mode (#56 thanks to @filiphanes)
## Changes in 1.8.0
- Add 'Range' (tricolor dB range) render mode (#56 thanks to @filiphanes)
- Add power-of-sine windows (#58)
- Add 'Time Variant EMA' temporal smoothing method (#58)
- Add Cubic interpolation method
- Increase 'FFT Size' limit to 65536 (#58)
- Update Chinese translation (#51 thanks to @GodGun968)
- Add 'Time Variant EMA' temporal smoothing method (#58, decouples smoothing from framerate)
- Add Cubic interpolation method (now default)
- Add option to adjust audio sync
- Increase 'FFT Size' limit to 65536 (#58, requires 'Enable Large FFT Sizes' to be checked)
- Update Chinese translation (#51, #61 thanks to @GodGun968)
- Rename 'Gravity' setting to 'Inertia'

## Installation
Expand Down

0 comments on commit 7160340

Please sign in to comment.