version set to 3.5.0
This commit is contained in:
parent
545f5d58e9
commit
397eb66895
3 changed files with 5 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
|
||||
<h2>Version 3.5.0 - ??/??/2025</h2>
|
||||
<h2>Version 3.5.0 - 30/05/2025</h2>
|
||||
<ul>
|
||||
<li>Added Anthropic API support [<a href="https://github.com/micz/ThunderAI/issues/349">#349</a>].</li>
|
||||
<li>Added the <i>{%selected_html%}</i> placeholder to retrieve the HTML portion of the selected text [<a href="https://github.com/micz/ThunderAI/issues/368">#368</a>].</li>
|
||||
|
|
@ -16,8 +16,7 @@
|
|||
<li>Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.</li>
|
||||
<li>Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [<a href="https://github.com/micz/ThunderAI/issues/384">#384</a>].</li>
|
||||
<li>Fix: Incoming email processing now works correctly when auto-tagging is enabled and the full tagging feature is subsequently disabled.</li>
|
||||
<li>Fix: The reply type is correctly saved. [<a href="https://github.com/micz/ThunderAI/issues/387">#387</a>].</li>
|
||||
<li>...</li>
|
||||
<li>Fix: The reply type is correctly saved in the options. [<a href="https://github.com/micz/ThunderAI/issues/387">#387</a>].</li>
|
||||
</ul>
|
||||
<h2>Version 3.4.1 - 12/05/2025</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "ThunderAI",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "3.5.0pre1",
|
||||
"version": "3.5.0",
|
||||
"author": "Mic (m@micz.it)",
|
||||
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
|
||||
"browser_specific_settings": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<body>
|
||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||
<h2>Version 3.5.0 - ??/??/2025</h2>
|
||||
<h2>Version 3.5.0 - 30/05/2025</h2>
|
||||
<ul>
|
||||
<li>Added Anthropic API support [<a href="https://github.com/micz/ThunderAI/issues/349">#349</a>].</li>
|
||||
<li>Added the <i>{%selected_html%}</i> placeholder to retrieve the HTML portion of the selected text [<a href="https://github.com/micz/ThunderAI/issues/368">#368</a>].</li>
|
||||
|
|
@ -19,8 +19,7 @@
|
|||
<li>Fix: In the Spamfilter page the unsaved changes warning is now correctly shown.</li>
|
||||
<li>Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [<a href="https://github.com/micz/ThunderAI/issues/384">#384</a>].</li>
|
||||
<li>Fix: Incoming email processing now works correctly when auto-tagging is enabled and the full tagging feature is subsequently disabled.</li>
|
||||
<li>Fix: The reply type is correctly saved. [<a href="https://github.com/micz/ThunderAI/issues/387">#387</a>].</li>
|
||||
<li>...</li>
|
||||
<li>Fix: The reply type is correctly saved in the options. [<a href="https://github.com/micz/ThunderAI/issues/387">#387</a>].</li>
|
||||
</ul>
|
||||
<h2>Version 3.4.1 - 12/05/2025</h2>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue