ThunderAI/options/mzta-release-notes.html
2024-05-14 23:01:25 +02:00

60 lines
No EOL
3.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="mzta-release-notes.css">
</head>
<body>
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
<h2>Version 1.1.0 - ??/??/2024</h2>
<ul>
<li>A prompt can be configured to request additional text from the user.</li>
<li>Added custom prompts. See more info <a href="https://micz.it/thunderdbird-addon-thunderai/custom-prompts/">here</a>.</li>
<li>Dark mode added.</li>
</ul>
<h2>Version 1.0.6 - 08/05/2024</h2>
<ul>
<li>Correctly handling a change in the ChatGPT web interface. See issue <a href="https://github.com/micz/ThunderAI/issues/43">#43</a></li>
<li>Added a button to force the completion to display the 'Use last answer' button if ChatGPT has finished its work but the button has not appeared.</li>
</ul>
<h2>Version 1.0.5 - 03/05/2024</h2>
<ul>
<li>Fixed the handling of ChatGPT-4 in a large window. See issue <a href="https://github.com/micz/ThunderAI/issues/38">#38</a></li>
</ul>
<h2>Version 1.0.4 - 01/05/2024</h2>
<ul>
<li>Stripping the quotation marks from the response.</li>
<li>Now it is possible to undo text modifications implemented by ChatGPT (CTRL+Z on Windows). See issue <a href="https://github.com/micz/ThunderAI/issues/34">#34</a></li>
<li>Now closing the compose window after unsaved text modifications implemented by ChatGPT triggers the usual warning message. See issue <a href="https://github.com/micz/ThunderAI/issues/30">#30</a></li>
<li>Updated the "Important Information" section on the options page, as it is no longer possible to disable the ChatGPT chat history.</li>
</ul>
<h2>Version 1.0.3 - 27/04/2024</h2>
<ul>
<li>Using the right identity when replying to a message. See issue <a href="https://github.com/micz/ThunderAI/issues/31">#31</a></li>
</ul>
<h2>Version 1.0.2 - 18/04/2024</h2>
<ul>
<li>New standard menus.</li>
<li>Fixed a bug in importing replies text.</li>
<li>Fixed the handling of the new change model button in the ChatGPT interface.</li>
<li>Added an option to choose between GPT-3.5 and GPT-4 Models. See issue <a href="https://github.com/micz/ThunderAI/issues/27">#27</a></li>
<li>Added a link to the <a href="https://micz.it/thunderdbird-addon-thunderai/status/">Status Page</a>, to check if there are known issues in interacting with the ChatGPT web interface.</li>
</ul>
<h2>Version 1.0.1 - 13/04/2024</h2>
<ul>
<li>Italian addon description fixed.</li>
<li>Improved the method to open the ChatGPT window. Thanks to <a href="https://github.com/jobisoft">John Bieling</a>.</li>
<li>Fixed a bug in replying to a message. Now the quoted text is correctly displayed.</li>
<li>Fixed a bug in the compose window. Now is correctly used only the selected text.</li>
<li>If the prompt is more than 30.000 characters, do not proceed and give a message to the user.</li>
</ul>
<h2>Version 1.0 - 05/04/2024</h2>
<ul>
<li>First release.</li>
</ul>
</div>
<script src="mzta-release-notes.js"></script>
<script src="../js/mzta-i18n.js"></script>
</body>
</html>