version set to 3.1.3 and release notes updated
This commit is contained in:
parent
fd034bce62
commit
a7dd35cffa
3 changed files with 11 additions and 1 deletions
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
|
||||
|
||||
<h2>Version 3.1.3 - 02/02/2025</h2>
|
||||
<ul>
|
||||
<li><i>[ChatGPT Web]</i> Correctly hiding the "Download Sparks" message when using [<a href="https://github.com/micz/ThunderAI/issues/245">#245</a>].</li>
|
||||
<li><i>[ChatGPT Web]</i> Added support to autochoose the new <i>o1</i>, <i>o3-mini</i> and <i>o3-mini-high</i> models [<a href="https://github.com/micz/ThunderAI/issues/244">#244</a>].</li>
|
||||
</ul>
|
||||
<h2>Version 3.1.2 - 29/01/2025</h2>
|
||||
<ul>
|
||||
<li>Forcing ThunderAI menu reload when installing Sparks [<a href="https://github.com/micz/ThunderAI/issues/240">#240</a>].</li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "ThunderAI",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"author": "Mic (m@micz.it)",
|
||||
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
|
||||
"browser_specific_settings": {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@
|
|||
<body>
|
||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||
<h2>Version 3.1.3 - 02/02/2025</h2>
|
||||
<ul>
|
||||
<li><i>[ChatGPT Web]</i> Correctly hiding the "Download Sparks" message when using [<a href="https://github.com/micz/ThunderAI/issues/245">#245</a>].</li>
|
||||
<li><i>[ChatGPT Web]</i> Added support to autochoose the new <i>o1</i>, <i>o3-mini</i> and <i>o3-mini-high</i> models [<a href="https://github.com/micz/ThunderAI/issues/244">#244</a>].</li>
|
||||
</ul>
|
||||
<h2>Version 3.1.2 - 29/01/2025</h2>
|
||||
<ul>
|
||||
<li>Forcing ThunderAI menu reload when installing Sparks [<a href="https://github.com/micz/ThunderAI/issues/240">#240</a>].</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue