release notes updated

This commit is contained in:
mic 2024-05-14 23:01:25 +02:00
parent 046eecaf99
commit de5010641a
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,12 @@
# ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI Release Notes # ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI Release Notes
<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> <h2>Version 1.0.6 - 08/05/2024</h2>
<ul> <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>Correctly handling a change in the ChatGPT web interface. See issue <a href="https://github.com/micz/ThunderAI/issues/43">#43</a></li>

View file

@ -10,7 +10,8 @@
<h2>Version 1.1.0 - ??/??/2024</h2> <h2>Version 1.1.0 - ??/??/2024</h2>
<ul> <ul>
<li>A prompt can be configured to request additional text from the user.</li> <li>A prompt can be configured to request additional text from the user.</li>
<li>...</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> </ul>
<h2>Version 1.0.6 - 08/05/2024</h2> <h2>Version 1.0.6 - 08/05/2024</h2>
<ul> <ul>