version set to 1.0.8

This commit is contained in:
Mic 2024-05-15 19:17:47 +02:00
parent 77871ecca0
commit 356cfca2a1
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "ThunderAI", "name": "ThunderAI",
"description": "__MSG_extensionDescription__", "description": "__MSG_extensionDescription__",
"version": "1.0.7", "version": "1.0.8",
"author": "Mic (m@micz.it)", "author": "Mic (m@micz.it)",
"homepage_url": "https://micz.it/thunderdbird-addon-thunderai/", "homepage_url": "https://micz.it/thunderdbird-addon-thunderai/",
"browser_specific_settings": { "browser_specific_settings": {

View file

@ -7,12 +7,15 @@
<body> <body>
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div> <div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1> <div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
<h2>Version 1.0.8 - ??/??/2024</h2>
<ul>
<li>...</li>
</ul>
<h2>Version 1.0.7 - 09/05/2024</h2> <h2>Version 1.0.7 - 09/05/2024</h2>
<ul> <ul>
<li>Improved the reply prompt to exclude comments and other text beside the mail text.</li> <li>Improved the reply prompt to exclude comments and other text beside the mail text.</li>
<li>Correctly keeping the signature in a reply even if it's above the quoted email [<a href="https://github.com/micz/ThunderAI/issues/45">#45</a>].</li> <li>Correctly keeping the signature in a reply even if it's above the quoted email [<a href="https://github.com/micz/ThunderAI/issues/45">#45</a>].</li>
</ul> </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 [<a href="https://github.com/micz/ThunderAI/issues/43">#43</a>].</li> <li>Correctly handling a change in the ChatGPT web interface [<a href="https://github.com/micz/ThunderAI/issues/43">#43</a>].</li>