Skip to content

Commit bf5e316

Browse files
committed
v1.8.0-beta1
1 parent fdbd5f3 commit bf5e316

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
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.7.0")
11+
set(WAVEFORM_VERSION "1.8.0-beta1")
1212

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

changelog.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
## Changes in 1.7.0-beta1
2-
- Add the ironically missing-until-now waveform display mode (experimental)
3-
- Add 'Pulse' render mode
4-
- Add option to continue processing audio while source is muted
5-
- Add option to adjust maximum volume normalization gain
6-
- Add option to adjust rotation of radial display
7-
- Add Traditional Chinese localization (#44 thanks to Kai Lee)
8-
- Add Italian localization (thanks to Peppe73)
9-
- Attempt to mitigate A/V desync in some setups
10-
- Fix spectrum accuracy, **spectrum graphs will appear slightly "louder" now.**
11-
- Increase 'FFT Size' limit
1+
## Changes in 1.8.0-beta1
2+
- Add 'Range' render mode (#56 thanks to @filiphanes)
3+
- 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)
8+
- Rename 'Gravity' setting to 'Inertia'
129

1310
## Installation
1411
### Windows

0 commit comments

Comments
 (0)