version set to 2.2.0

This commit is contained in:
mic 2024-10-07 21:28:12 +02:00
parent 550b3c3f1f
commit 467ffaded9
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<h2>Version 2.2.0 - ??/??/2024</h2>
<h2>Version 2.2.0 - 07/10/2024</h2>
<ul>
<li><i>[ChatGPT Web]</i> Removed the option to force the ChatGPT4 model over ChatGPT3.5, since it was useless now.</li>
<li><i>[ChatGPT Web]</i> Minor internal improvements.</li>

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
"version": "2.2.0pre5",
"version": "2.2.0",
"author": "Mic (m@micz.it)",
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
"browser_specific_settings": {

View file

@ -7,7 +7,7 @@
<body>
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
<h2>Version 2.2.0 - ??/??/2024</h2>
<h2>Version 2.2.0 - 07/10/2024</h2>
<ul>
<li><i>[ChatGPT Web]</i> Removed the option to force the ChatGPT4 model over ChatGPT3.5, since it was useless now.</li>
<li><i>[ChatGPT Web]</i> Minor internal improvements.</li>
@ -23,6 +23,7 @@
<li><i>[Ollama API]</i> Added a link to the <a href="https://micz.it/thunderbird-addon-thunderai/ollama-cors-information/">CORS information page</a>.</li>
<li><i>[ChatGPT API][Ollama API][OpenAI Comp API]</i> Improved handling of streaming responses even in case of broken chunks [<a href="https://github.com/micz/ThunderAI/issues/147">#147</a>].</li>
<li>Fixed a race condition that occurred when opening the chat window under certain circumstances. Thanks to <a href="https://github.com/jobisoft" target="_blank">@jobisoft</a> for helping refine the code, and to <a href="https://github.com/Mikilio" target="_blank">@Mikilio</a> and <a href="https://github.com/mattcaron" target="_blank">@mattcaron</a> for the extensive testing [<a href="https://github.com/micz/ThunderAI/issues/143">#143</a>].</li>
</ul>
<h2>Version 2.1.5 - 23/09/2024</h2>
<ul>
<li><i>[ChatGPT Web]</i> Working again in Thunderbird 115. Implemented a workaround for <i>Intl.Segmenter</i> [<a href="https://github.com/micz/ThunderAI/issues/139">#139</a>].</li>