From 6c553c9b42d793e8c981be13f8d9a04c0547c696 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 22 Aug 2019 20:14:03 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f39969c..ddc1a848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.