Browse Source

Update changelog.

tags/v1.1.4
Andrew Belt 5 years ago
parent
commit
6c553c9b42
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      CHANGELOG.md

+ 8
- 2
CHANGELOG.md View File

@@ -4,9 +4,15 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.

### 1.1.4 (in development)
- Fix parameter smoothing of MIDI-Map.
- Sort modules within plugin in the Module Browser according to plugin rather than alphabetically.
- Fix bug where knobs sometimes jump while dragging.
- Reimplement CPU meter to measure thread runtime, not real time.
- Fix crashes when deleting/duplicating modules while dragging modules/cables in certain cases.
- API
- Add dsp::BiquadFilter.
- Add dsp/approx.hpp with approximate math functions.
- Add `dsp::BiquadFilter`.
- Add `dsp/approx.hpp` with approximate math functions.
- Add `simd::tan()`, `atan()`, and `atan2()`.
- Add `string::toBase64()` and `fromBase64()`.

### 1.1.3 (2019-07-23)
- Include root certificate bundle for libcurl on all OS's.


Loading…
Cancel
Save