added the changelog
This commit is contained in:
parent
4d1fda9733
commit
8b63c8ae99
2 changed files with 29 additions and 0 deletions
27
CHANGELOG.md
Normal file
27
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#  ThunderAI Release Notes
|
||||
|
||||
|
||||
<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 procede and give a message to the user.</li>
|
||||
</ul>
|
||||
<h2>Version 1.0 - 05/04/2024</h2>
|
||||
<ul>
|
||||
<li>First release.</li>
|
||||
</ul>
|
||||
|
|
@ -8,6 +8,8 @@ ThunderAI is a tool for anyone looking to improve their email quality, both in c
|
|||
|
||||
There is no need for an API key and is possibile to use this extension even with a free account!
|
||||
|
||||
## Changelog
|
||||
ThunderAI's changes are logged [here](CHANGELOG.md).
|
||||
|
||||
<br>Thanks to:
|
||||
<ul><li><a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> for providing methods to interact with the ChatGTP frontend.</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue