version set to 3.8.1. release notes updated
This commit is contained in:
parent
04d12594a7
commit
5e57ee19d0
3 changed files with 9 additions and 1 deletions
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
|
||||
|
||||
<h2>Version 3.8.1 - 20/01/2026</h2>
|
||||
<ul>
|
||||
<li><i>[OpenAI API]</i> Fix: Correctly sending the prompt after opening the chat window [<a href="https://github.com/micz/ThunderAI/issues/620">#620</a>].</li>
|
||||
</ul>
|
||||
<h2>Version 3.8.0 - 16/01/2026</h2>
|
||||
<ul>
|
||||
<li><i>[All APIs]</i> Now it is possible to define an API and its settings for any custom prompt. This allows anyone to use different AI providers for different prompts [<a href="https://github.com/micz/ThunderAI/pull/102">#102</a>].</li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "ThunderAI",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"author": "Mic (m@micz.it)",
|
||||
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
|
||||
"browser_specific_settings": {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@
|
|||
<body>
|
||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||
<h2>Version 3.8.1 - 20/01/2026</h2>
|
||||
<ul>
|
||||
<li><i>[OpenAI API]</i> Fix: Correctly sending the prompt after opening the chat window [<a href="https://github.com/micz/ThunderAI/issues/620">#620</a>].</li>
|
||||
</ul>
|
||||
<h2>Version 3.8.0 - 16/01/2026</h2>
|
||||
<ul>
|
||||
<li><i>[All APIs]</i> Now it is possible to define an API and its settings for any custom prompt. This allows anyone to use different AI providers for different prompts [<a href="https://github.com/micz/ThunderAI/pull/102">#102</a>].</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue