diff --git a/CHANGELOG.md b/CHANGELOG.md index 9340f3b3..133cc365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@
  • [All APIs] In the API WebChat is now possibile to select a part of the answer and use only that [#356].
  • [All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
  • [All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.
  • +
  • [All APIs] Adding tags automatically or with the context menu will now use also tags not created by ThunderAI [#390].
  • Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.
  • Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [#384].
  • Fix: Incoming email processing now works correctly when auto-tagging is enabled and the full tagging feature is subsequently disabled.
  • diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index 02e9565f..2253161e 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -15,6 +15,7 @@
  • [All APIs] In the API WebChat is now possibile to select a part of the answer and use only that [#356].
  • [All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
  • [All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.
  • +
  • [All APIs] Adding tags automatically or with the context menu will now use also tags not created by ThunderAI [#390].
  • Fix: In the Spamfilter page the unsaved changes warning is now correctly shown.
  • Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [#384].
  • Fix: Incoming email processing now works correctly when auto-tagging is enabled and the full tagging feature is subsequently disabled.