version set to 2.1.1
This commit is contained in:
parent
8d051b19f6
commit
f0a877e8ff
3 changed files with 11 additions and 2 deletions
|
|
@ -3,6 +3,11 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<h2>Version 2.1.1 - 28/08/2024</h2>
|
||||
<ul>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<h2>Version 2.1.0 - 28/08/2024</h2>
|
||||
<ul>
|
||||
<li><i>[Ollama API]</i> It's now possible to use a local LMM using <a href="https://ollama.com/" target="_blank">Ollama</a> [<a href="https://github.com/micz/ThunderAI/issues/79">#79</a>].</li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "ThunderAI",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"author": "Mic (m@micz.it)",
|
||||
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
|
||||
"browser_specific_settings": {
|
||||
|
|
|
|||
|
|
@ -7,8 +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 2.1.0 - 28/08/2024</h2>
|
||||
<h2>Version 2.1.1 - 28/08/2024</h2>
|
||||
<ul>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<h2>Version 2.1.0 - 28/08/2024</h2>
|
||||
<ul>
|
||||
<li><i>[Ollama API]</i> It's now possible to use a local LMM using <a href="https://ollama.com/" target="_blank">Ollama</a> [<a href="https://github.com/micz/ThunderAI/issues/79">#79</a>].</li>
|
||||
<li><i>[ChatGPT API][Ollama API]</i> Added a "Stop" button to stop the current elaboration [<a href="https://github.com/micz/ThunderAI/issues/113">#113</a>].
|
||||
<li><i>[ChatGPT API]</i> If the configuration is missing the model or the API key, an error message is now provided, and there is no more fallback to the ChatGPT web interface [<a href="https://github.com/micz/ThunderAI/issues/111">#111</a>].</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue