Skip to content

Commit 34b49c3

Browse files
committed
version set to 3.7.5. release notes updated.
1 parent ba12839 commit 34b49c3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55

66

7+
<h2>Version 3.7.5 - 22/10/2025</h2>
8+
<ul>
9+
<li><i>[OpenAI API]</i> Fixed a bug when handling responses without choices [<a href="https://github.com/micz/ThunderAI/issues/535">#535</a>].</li>
10+
</ul>
711
<h2>Version 3.7.4 - 20/10/2025</h2>
812
<ul>
913
<li><i>[ChatGPT Web]</i> Fixed a bug preventing the ChatGPT web interface from working in new installs [<a href="https://github.com/micz/ThunderAI/issues/534">#534</a>].</li>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "ThunderAI",
44
"description": "__MSG_extensionDescription__",
5-
"version": "3.7.4",
5+
"version": "3.7.5",
66
"author": "Mic (m@micz.it)",
77
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
88
"browser_specific_settings": {

options/mzta-release-notes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<body>
88
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
99
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
10+
<h2>Version 3.7.5 - 22/10/2025</h2>
11+
<ul>
12+
<li><i>[OpenAI API]</i> Fixed a bug when handling responses without choices [<a href="https://github.com/micz/ThunderAI/issues/535">#535</a>].</li>
13+
</ul>
1014
<h2>Version 3.7.4 - 20/10/2025</h2>
1115
<ul>
1216
<li><i>[ChatGPT Web]</i> Fixed a bug preventing the ChatGPT web interface from working in new installs [<a href="https://github.com/micz/ThunderAI/issues/534">#534</a>].</li>

0 commit comments

Comments
 (0)