version set to 3.2.1. release notes updated
This commit is contained in:
parent
a215ae6a52
commit
74c091e996
3 changed files with 13 additions and 2 deletions
|
|
@ -4,7 +4,12 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<h2>Version 3.2.1 - ??/??/2025</h2>
|
||||
<ul>
|
||||
<li>Fix calling a prompt without giving tags related permissions [<a href="https://github.com/micz/ThunderAI/issues/275">#275</a>].</li>
|
||||
<li>Minor bugs fixed.</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<h2>Version 3.2.0 - 27/02/2025</h2>
|
||||
<ul>
|
||||
<li><i>[All APIs]</i> Added an option to automatically tag incoming emails [<a href="https://github.com/micz/ThunderAI/issues/237">#237</a>].</li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "ThunderAI",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"author": "Mic (m@micz.it)",
|
||||
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
|
||||
"browser_specific_settings": {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,12 @@
|
|||
<body>
|
||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||
<h2>Version 3.2.1 - ??/??/2025</h2>
|
||||
<ul>
|
||||
<li>Fix calling a prompt without giving tags related permissions [<a href="https://github.com/micz/ThunderAI/issues/275">#275</a>].</li>
|
||||
<li>Minor bugs fixed.</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<h2>Version 3.2.0 - 27/02/2025</h2>
|
||||
<ul>
|
||||
<li><i>[All APIs]</i> Added an option to automatically tag incoming emails [<a href="https://github.com/micz/ThunderAI/issues/237">#237</a>].</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue