diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2baaa4b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,89 @@ +# Changelog + +1.4.0 — 2025-11-06 + • added `RECORD_AUDIO` permission to manifest + • added support for requesting microphone access during widget SIP phone call + +⸻ + +1.3.10 — 2025-11-06 + • fix instance of `java.lang.ClassNotFoundException: ai.forethought.core.ForethoughtInitializer` crash + +⸻ + +1.3.9 — 2025-11-03 + • fix layout padding not accounting for bottom status bar + +⸻ + +1.3.8 — 2025-09-23 + • fixed a bug causing status bar to be white on white in Compose apps + +⸻ + +1.3.3 — 2025-07-03 + • fix bug preventing content from being pushed up when keyboard is open + +⸻ + +1.3.0 — 2024-05-06 + • support for non `data-ft` and `config-ft` widget parameters + • trigger `onWidgetClosed` when `onBackPressed` + +⸻ + +1.2.0 — 2024-03-13 + • update dependencies + +⸻ + +1.1.1 — 2024-02-26 + • fix for Forethought activity not having API key + +⸻ + +1.1.0 — 2024-02-23 + • add `onWidgetError` listener function + +⸻ + +1.0.4 — 2024-02-02 + • fix for not being able to input files in widget conversation + +⸻ + +1.0.3 — 2024-01-11 + • fix memory leak + +⸻ + +1.0.2 — 2023-11-30 + • fix blank screen if a value of a data parameter has `+` symbol + +⸻ + +1.0.1 — 2023-10-24 + • deprecated all plugins + +⸻ + +0.1.4 — 2023-10-18 + • status bar color is now black when Forethought widget is open + • bugfix for widget flickering + +⸻ + +0.1.3 — 2023-10-04 + • various bugfixes + +⸻ + +0.1.2 — 2022-12-05 + +(no notes provided) + +⸻ + +0.1.0 — 2022-03-10 + +(no notes provided) diff --git a/README.md b/README.md index 09c60a7..831b422 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This repository contains the framework and instructions for the Forethought Andr A valid API key is needed in order to use the Forethought Solve SDK. In additon to the instructions below, sample apps have been written in Java and Kotlin. +## Release Notes + +For details about each release, including new features, bug fixes, and breaking changes, please see the [CHANGELOG](CHANGELOG.md). + ## Installation ### Groovy