Skip to content

Commit bebec18

Browse files
committed
changelog style update
1 parent 8d3bccc commit bebec18

File tree

1 file changed

+52
-37
lines changed

1 file changed

+52
-37
lines changed

CHANGELOG.md

Lines changed: 52 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,104 @@
11
# Changelog
22

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
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
67

78
89

9-
1.3.10 — 2025-11-06
10-
• fix instance of `java.lang.ClassNotFoundException: ai.forethought.core.ForethoughtInitializer` crash
10+
**1.3.10** — 2025-11-06
11+
12+
- fix instance of `java.lang.ClassNotFoundException: ai.forethought.core.ForethoughtInitializer` crash
1113

1214
1315

14-
1.3.9 — 2025-11-03
15-
• fix layout padding not accounting for bottom status bar
16+
**1.3.9** — 2025-11-03
17+
18+
- fix layout padding not accounting for bottom status bar
1619

1720
1821

19-
1.3.8 — 2025-09-23
20-
• fixed a bug causing status bar to be white on white in Compose apps
22+
**1.3.8** — 2025-09-23
23+
24+
- fixed a bug causing status bar to be white on white in Compose apps
2125

2226
2327

24-
1.3.3 — 2025-07-03
25-
• fix bug preventing content from being pushed up when keyboard is open
28+
**1.3.3** — 2025-07-03
29+
30+
- fix bug preventing content from being pushed up when keyboard is open
2631

2732
2833

29-
1.3.0 — 2024-05-06
30-
• support for non `data-ft` and `config-ft` widget parameters
31-
• trigger `onWidgetClosed` when `onBackPressed`
34+
**1.3.0** — 2024-05-06
35+
36+
- support for non `data-ft` and `config-ft` widget parameters
37+
- trigger `onWidgetClosed` when `onBackPressed`
3238

3339
3440

35-
1.2.0 — 2024-03-13
36-
• update dependencies
41+
**1.2.0** — 2024-03-13
42+
43+
- update dependencies
3744

3845
3946

40-
1.1.1 — 2024-02-26
41-
• fix for Forethought activity not having API key
47+
**1.1.1** — 2024-02-26
48+
49+
- fix for Forethought activity not having API key
4250

4351
4452

45-
1.1.0 — 2024-02-23
46-
• add `onWidgetError` listener function
53+
**1.1.0** — 2024-02-23
54+
55+
- add `onWidgetError` listener function
4756

4857
4958

50-
1.0.4 — 2024-02-02
51-
• fix for not being able to input files in widget conversation
59+
**1.0.4** — 2024-02-02
60+
61+
- fix for not being able to input files in widget conversation
5262

5363
5464

55-
1.0.3 — 2024-01-11
56-
• fix memory leak
65+
**1.0.3** — 2024-01-11
66+
67+
- fix memory leak
5768

5869
5970

60-
1.0.2 — 2023-11-30
61-
• fix blank screen if a value of a data parameter has `+` symbol
71+
**1.0.2** — 2023-11-30
72+
73+
- fix blank screen if a value of a data parameter has `+` symbol
6274

6375
6476

65-
1.0.1 — 2023-10-24
66-
• deprecated all plugins
77+
**1.0.1** — 2023-10-24
78+
79+
- deprecated all plugins
6780

6881
6982

70-
0.1.4 — 2023-10-18
71-
• status bar color is now black when Forethought widget is open
72-
• bugfix for widget flickering
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
7387

7488
7589

76-
0.1.3 — 2023-10-04
77-
• various bugfixes
90+
**0.1.3** — 2023-10-04
91+
92+
- various bugfixes
7893

7994
8095

81-
0.1.2 — 2022-12-05
96+
**0.1.2** — 2022-12-05
8297

83-
(no notes provided)
98+
- (no notes provided)
8499

85100
86101

87-
0.1.0 — 2022-03-10
102+
**0.1.0** — 2022-03-10
88103

89-
(no notes provided)
104+
- (no notes provided)

0 commit comments

Comments
 (0)