From 5529b3ddc9250124c0cf5d8aecbec0482bc2268a Mon Sep 17 00:00:00 2001 From: mic Date: Wed, 7 May 2025 18:31:42 +0200 Subject: [PATCH] release notes updated --- CHANGELOG.md | 1 + options/mzta-release-notes.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df721f06..b5949bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@
  • [ChatGPT Web] It is now possible to define a Custom GPT or a Project in the options page to be used by default, or directly in a custom prompt to be used only for that prompt [#168, #277].
  • 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: correctly choosing the right account when replying [#369].
  • Fix: In the {%mail_typed_text%} placeholder text on different lines is now separated by a space.
  • Fix: correctly showing text differences when using {%mail_typed_text%} placeholder.
  • Added a default proofread prompt [#21].
  • diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index 568e22b3..0e158038 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -13,6 +13,7 @@
  • [ChatGPT Web] It is now possible to define a Custom GPT or a Project in the options page to be used by default, or directly in a custom prompt to be used only for that prompt [#168, #277].
  • 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: correctly choosing the right account when replying [#369].
  • Fix: In the {%mail_typed_text%} placeholder text on different lines is now separated by a space.
  • Fix: correctly showing text differences when using {%mail_typed_text%} placeholder.
  • Added a default proofread prompt [#21].