ThunderAI/options/mzta-release-notes.html
2024-04-17 23:05:17 +02:00

33 lines
No EOL
1.3 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.0.2 - ??/??/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.</li>
<li>...</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 procede 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>