diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d5888e..c3efc6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@
  • [All APIs] Added an option to get a calendar event without selecting some text, but using the full text body of the email [#518].
  • [All APIs] Added a new menu item to create a calendar event from the text saved in the clipboard [#362].
  • Added a button to copy a prompt in the Custom Prompts page [#598].
  • -
  • [All APIs] Showing the spam filter info at the top of the message. The data is saved only for the session in which the message has been checked for spam [#506].
  • +
  • [All APIs] Showing the spam filter info at the top of the message. The data is saved only for the session in which the message has been checked for spam [#506, #658].
  • Fix: Now it's possibile to use multiple additional_text placeholders in a single prompt, also using custom placeholders [#554].
  • When using the additional_text placeholder is now possibile to specify an ID that will be shown in the form asking for the text [#525].
  • [ChatGPT Web] Added an option to define a custom time to wait for the page load. Sometimes, on slow PCs, the ChatGPT page loads slowly and ThunderAI inject its content too early. With this option you can adjust the waiting time [#634].
  • diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index 3c5ec795..672ad7d6 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -23,7 +23,7 @@
  • [All APIs] Added an option to get a calendar event without selecting some text, but using the full text body of the email [#518].
  • [All APIs] Added a new menu item to create a calendar event from the text saved in the clipboard [#362].
  • Added a button to copy a prompt in the Custom Prompts page [#598].
  • -
  • [All APIs] Showing the spam filter info at the top of the message. The data is saved only for the session in which the message has been checked for spam [#506].
  • +
  • [All APIs] Showing the spam filter info at the top of the message. The data is saved only for the session in which the message has been checked for spam [#506, #658].
  • Fix: Now it's possibile to use multiple additional_text placeholders in a single prompt, also using custom placeholders [#554].
  • When using the additional_text placeholder is now possibile to specify an ID that will be shown in the form asking for the text [#525].
  • [ChatGPT Web] Added an option to define a custom time to wait for the page load. Sometimes, on slow PCs, the ChatGPT page loads slowly and ThunderAI inject its content too early. With this option you can adjust the waiting time [#634].