Skip to content

Commit 5953b3f

Browse files
committed
add CHANGELOG.md
1 parent 205eeb9 commit 5953b3f

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Changelog
2+
3+
1.4.0 — 2025-11-06
4+
• added `RECORD_AUDIO` permission to manifest
5+
• added support for requesting microphone access during widget SIP phone call
6+
7+
8+
9+
1.3.10 — 2025-11-06
10+
• fix instance of `java.lang.ClassNotFoundException: ai.forethought.core.ForethoughtInitializer` crash
11+
12+
13+
14+
1.3.9 — 2025-11-03
15+
• fix layout padding not accounting for bottom status bar
16+
17+
18+
19+
1.3.8 — 2025-09-23
20+
• fixed a bug causing status bar to be white on white in Compose apps
21+
22+
23+
24+
1.3.3 — 2025-07-03
25+
• fix bug preventing content from being pushed up when keyboard is open
26+
27+
28+
29+
1.3.0 — 2024-05-06
30+
• support for non `data-ft` and `config-ft` widget parameters
31+
• trigger `onWidgetClosed` when `onBackPressed`
32+
33+
34+
35+
1.2.0 — 2024-03-13
36+
• update dependencies
37+
38+
39+
40+
1.1.1 — 2024-02-26
41+
• fix for Forethought activity not having API key
42+
43+
44+
45+
1.1.0 — 2024-02-23
46+
• add `onWidgetError` listener function
47+
48+
49+
50+
1.0.4 — 2024-02-02
51+
• fix for not being able to input files in widget conversation
52+
53+
54+
55+
1.0.3 — 2024-01-11
56+
• fix memory leak
57+
58+
59+
60+
1.0.2 — 2023-11-30
61+
• fix blank screen if a value of a data parameter has `+` symbol
62+
63+
64+
65+
1.0.1 — 2023-10-24
66+
• deprecated all plugins
67+
68+
69+
70+
0.1.4 — 2023-10-18
71+
• status bar color is now black when Forethought widget is open
72+
• bugfix for widget flickering
73+
74+
75+
76+
0.1.3 — 2023-10-04
77+
• various bugfixes
78+
79+
80+
81+
0.1.2 — 2022-12-05
82+
83+
(no notes provided)
84+
85+
86+
87+
0.1.0 — 2022-03-10
88+
89+
(no notes provided)

0 commit comments

Comments
 (0)