Skip to content

Commit 05aceee

Browse files
committed
changelog style update
1 parent 205eeb9 commit 05aceee

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)