diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf4f48e..737b418f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@
  • The chatgpt.com access permission is no more requested when installing the addon. It's mandatory to give this permission to use the ChatGPT Web Interface integration [#293].
  • Added the {%mail_quoted_text%} placeholder to get the quoted text when composing a new message [#324].
  • Fix: In the {%mail_typed_text%} placeholder text on different lines is now separated by a space.
  • -
  • Added a default proofread prompt [#21].
  • Fix: correctly showing text differences when using {%mail_typed_text%} placeholder.
  • +
  • Added a default proofread prompt [#21].
  • Added the {%empty%} placeholder to prevent the email body from being automatically appended at the end of the prompt [#345].
  • Added a check for the presence of the correct version of ThunderAI Sparks [#315].
  • [All APIs] Improved the form asking for additional text [#97].
  • diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index 9f88cf73..800a743e 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -12,8 +12,8 @@
  • The chatgpt.com access permission is no more requested when installing the addon. It's mandatory to give this permission to use the ChatGPT Web Interface integration [#293].
  • Added the {%mail_quoted_text%} placeholder to get the quoted text when composing a new message [#324].
  • Fix: In the {%mail_typed_text%} placeholder text on different lines is now separated by a space.
  • -
  • Added a default proofread prompt [#21].
  • Fix: correctly showing text differences when using {%mail_typed_text%} placeholder.
  • +
  • Added a default proofread prompt [#21].
  • Added a check for the presence of the correct version of ThunderAI Sparks [#315].
  • Added the {%empty%} placeholder to prevent the email body from being automatically appended at the end of the prompt [#345].
  • [All APIs] Improved the form asking for additional text [#97].