release notes updated

This commit is contained in:
mic 2024-08-15 00:18:52 +02:00
parent e58628c30e
commit 7a1bf4c826
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,7 @@
<h2>Version 2.0.2 - ??/??/2024</h2>
<ul>
<li><i>[ChatGPT Web]</i> Now, the ChatGPT response must be selected by the user to be retrieved by ThunderAI. A single click on the text should work, but it's also possible to select the text manually [<a href="https://github.com/micz/ThunderAI/issues/104">#104</a>].</li>
<li>Added a better error message when there is an error fetching models.</li>
<li>When selecting a correct model in the options page, the field is no more highlighted in red [<a href="https://github.com/micz/ThunderAI/issues/100">#100</a>].</li>
<li>When using the ChatGPT API, the double quotes at the beginning and end of the response are removed [<a href="https://github.com/micz/ThunderAI/issues/99">#99</a>].</li>

View file

@ -9,9 +9,10 @@
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
<h2>Version 2.0.2 - ??/??/2024</h2>
<ul>
<li>Added a better error message when there is an error fetching models.</li>
<li><i>[ChatGPT Web]</i> Now, the ChatGPT response must be selected by the user to be retrieved by ThunderAI. A single click on the text should work, but it's also possible to select the text manually [<a href="https://github.com/micz/ThunderAI/issues/104">#104</a>].</li>
<li><i>[ChatGPT API]</i> Added a better error message when there is an error fetching models.</li>
<li>When selecting a correct model in the options page, the field is no more highlighted in red [<a href="https://github.com/micz/ThunderAI/issues/100">#100</a>].</li>
<li>When using the ChatGPT API, the double quotes at the beginning and end of the response are removed [<a href="https://github.com/micz/ThunderAI/issues/99">#99</a>].</li>
<li><i>[ChatGPT API]</i> The double quotes at the beginning and end of the response are removed [<a href="https://github.com/micz/ThunderAI/issues/99">#99</a>].</li>
<li>...</li>
</ul>
<h2>Version 2.0.1 - 09/08/2024</h2>