From 332598d5f19f322df956e89431c7156a396c0fa1 Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 22 Apr 2025 21:54:45 +0200 Subject: [PATCH] release notes 3.4.0 feature list reordered --- CHANGELOG.md | 2 +- options/mzta-release-notes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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].