From 3253aea32df5fbb4e712239fbcf62bdd432eec59 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 10 Nov 2024 23:19:46 -0800 Subject: [PATCH] updating changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25f4c3f..368a85a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # ChangeLog +## 4.1.0 + +### Fixes + +- **Windows:** Fixes setvoices +- **iOS:** Fixes exported audio having the wrong sampleRate on ios 18 +- **Android:** Fixes 'Reply already submitted' bug during synthesizeToFile + +### Features + +- **Android:** Added AudioFocus and Audio Attributes For Navigation +- **Android/iOS/macOS:** Added extra metadata for voices +- **Web:** Migrated js_interop to support WASM +- **Android/iOS:** Improving synthesizeToFile + ## 4.0.2 ### Fixes