Skip to content

Releases: micz/ThunderAI

v3.7.3

16 Oct 20:58

Choose a tag to compare

  • [ChatGPT Web] Fix: Correctly managing custom projects in any condition [#520].
  • [OpenAI API] Added an optional permission for the OpenAI API endpoint to avoid a CORS errors [#529].

To try this release download and install the thunderai-v3.7.3.xpi file.

v3.7.2

03 Oct 21:37

Choose a tag to compare

  • [ChatGPT Web] Fix: Not showing the force complete hint if the prompt has not been sent.
  • [ChatGPT Web] Fix: Correctly getting when ChatGPT has finished sending the response even when using custom projects.
  • [ChatGPT Web] Fix: Under certain conditions, asking for additional text prevents ThunderAI from sending the prompt to ChatGPT [#522].

To try this release download and install the thunderai-v3.7.2.xpi file.

v3.7.1

26 Sep 20:09
e4fc6d4

Choose a tag to compare

  • [Google Gemini API] Fix: Correctly handling empty responses [#514].

To try this release download and install the thunderai-v3.7.1.xpi file.

v3.7.0

18 Sep 20:06

Choose a tag to compare

  • [All APIs] It's now possibile to define a list of tags to be used when autotagging received emails [#436]. The tags are are now shown in the information header in the AI API chat [#289].
  • [All APIs] The prompt id and name are now shown in the information header in the AI API chat [#436].
  • Added the {%mail_attachments_info%} placeholder to retrieve the name, type and file size of the mail attachments [#446].
  • [Google Gemini API]Support for the thinkingBudget parameter has been added [#494].
  • [OpenAI Comp API] Added DeepSeek configuration [#486].
  • [ChatGPT Web] Added a message to explain to click on "Force completion" if the ChatGPT job is not done after 7 seconds [#419].
  • Anthropic API renamed to Claude API [#510].
  • Various code improvements and minor bugs fixed.

To try this release download and install the thunderai-v3.7.0.xpi file.

v3.7.0pre2

15 Sep 18:36

Choose a tag to compare

v3.7.0pre2 Pre-release
Pre-release
  • Few bugs fixed.

Added in 3.7.0pre1

  • [All APIs] It's now possibile to define a list of tags to be used when autotagging received emails [#436]. The tags are are now shown in the information header in the AI API chat [#289].
  • [All APIs] The prompt id and name are now shown in the information header in the AI API chat [#436].
  • Added the {%mail_attachments_info%} placeholder to retrieve the name, type and file size of the mail attachments [#446].
  • [Google Gemini API]Support for the thinkingBudget parameter has been added [#494].
  • [OpenAI Comp API] Added DeepSeek configuration [#486].
  • [ChatGPT Web] Added a message to explain to click on "Force completion" if the ChatGPT job is not done after 7 seconds [#419].
  • Various code improvements and minor bugs fixed.

To try this release download and install the thunderai-v3.7.0pre2.xpi file.

v3.7.0pre1

11 Sep 20:07

Choose a tag to compare

v3.7.0pre1 Pre-release
Pre-release
  • [All APIs] It's now possibile to define a list of tags to be used when autotagging received emails [#436]. The tags are are now shown in the information header in the AI API chat [#289].
  • [All APIs] The prompt id and name are now shown in the information header in the AI API chat [#436].
  • Added the {%mail_attachments_info%} placeholder to retrieve the name, type and file size of the mail attachments [#446].
  • [Google Gemini API]Support for the thinkingBudget parameter has been added [#494].
  • [OpenAI Comp API] Added DeepSeek configuration [#486].
  • [ChatGPT Web] Added a message to explain to click on "Force completion" if the ChatGPT job is not done after 7 seconds [#419].
  • Various code improvements and minor bugs fixed.

To try this release download and install the thunderai-v3.7.0pre1.xpi file.

v3.6.1

23 Aug 21:51

Choose a tag to compare

  • [OpenAI Comp API] Perplexity configuration fixed [#461].
  • [OpenAI Comp API] Added a button to clear the models list [#472].
  • [ChatGPT Web] Fix: Any <br> tag in the response is now replaced with a line break [#462].
  • [ChatGPT Web] Models list updated. [#464].
  • [ChatGPT Web] Improved how the line breaks are rendered in the ChatGPT web page [#482].
  • [All APIs] Fix: If the incoming email has no text only part, the html part is used [#470].
  • [All APIs] Fix: Improved the extraction of the plain text from html emails [#469].
  • [All APIs] Fix: Improved how the line breaks are rendered in the AI chat [#469].
  • [All APIs] If the option to use only existing tags is enabled, this now works also when adding tags manually using the ThunderAI menu [#475].
  • [All APIs][ChatGPT Web] Fix: Correctly showing and hiding the context menu when changing connection type.

🚀 Thanks to @kiliansinger for his help in fixing #469!!!


To try this release download and install the thunderai-v3.6.1.xpi file.

v3.6.0

30 Jul 20:43
edf4b7d

Choose a tag to compare

  • Now it's possibile to define custom data placeholders to be used in custom prompts [#156].
  • Improved the handling of HTML and line breaks between the email text and the AI Chat.
  • When replying, it's now possibile to choose a different reply type (between "all" or "sender only") directly in the AI chat window [#372].
  • Added a new default prompt for replying to emails, which asks for a custom command each time it's used [#444].
  • [All APIs] Added an option to choose to exclude a tag only with an exact match in the excluded words list [#395].
  • [OpenAI API] Added an option to enable the OpenAI storage for API requests [#406].
  • [OpenAI API] In the AI chat page, the initial configuration now also displays the storage setting and the "Developer Messages" [#430].
  • [Ollama API] Added an option to enable the thinking feature [#398].
  • [Google Gemini API] In the AI chat page, the initial configuration now also displays the "System Instructions". [#429].
  • [OpenAI Comp API] Handling responses without choices when using RAG [#416].
  • [OpenAI Comp API] Added Perplexity configuration [#405].
  • [OpenAI Comp API] Added OpenRouter configuration [#401].
  • Traditional Chinese (zh_Hant) translation added, thanks to evez.
  • Russian (ru) translation added, thanks to Maksim.
  • Some English typing errors have been fixed [#422].

To try this release download and install the thunderai-v3.6.0.xpi file.

v3.5.5

21 Jul 21:53

Choose a tag to compare

  • [All APIs] Fix: Autotag and Antispam filter working again [#449].

To try this release download and install the thunderai-v3.5.5.xpi file.

v3.6.0pre3

19 Jun 20:38

Choose a tag to compare

v3.6.0pre3 Pre-release
Pre-release
  • Few minor bugs fixed.
  • Some graphic improvments.

Added in 3.6.0pre2

  • Improved the handling of HTML and line breaks between the email text and the AI Chat.
  • [OpenAI API] In the AI chat page, the initial configuration now also displays the storage setting and the "Developer Messages" [#430].
  • [Google Gemini API] In the AI chat page, the initial configuration now also displays the "System Instructions". [#429].

Added in 3.6.0pre1

  • Now it's possibile to define custom data placeholders to be used in custom prompts [#156].
  • When replying, it's now possibile to choose a different reply type (between "all" or "sender only") directly in the AI chat window [#372].
  • [All APIs] Added an option to choose to exclude a tag only with an exact match in the excluded words list [#395].
  • [OpenAI API] Added an option to enable the OpenAI storage for API requests [#406].
  • [Ollama API] Added an option to enable the thinking feature [#398].
  • [OpenAI Comp API] Handling responses without choices when using RAG [#416].
  • [OpenAI Comp API] Added Perplexity configuration [#405].
  • [OpenAI Comp API] Added OpenRouter configuration [#401].
  • Traditional Chinese (zh_Hant) translation added, thanks to evez.
  • Some English typing errors have been fixed [#422].

To try this release download and install the thunderai-v3.6.0pre3.xpi file.