From 2e99bad878e549657427aa5fdb680d1c4a3c08fd Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 14 Jan 2025 22:22:55 +0100 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 79d62f18..11fee9d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@
  • Added Google Gemini API support [#204, #217].
  • Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
  • Added {%mail_datetime%} data placeholder to get the date and time of the email [#223].
  • +
  • Added {%current_datetime%} data placeholder to get the current date and time [#224].
  • Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
  • ...
  • diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index b55a764d..369a7894 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -12,6 +12,7 @@
  • Added Google Gemini API support [#204, #217].
  • Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
  • Added {%mail_datetime%} data placeholder to get the date and time of the email [#223].
  • +
  • Added {%current_datetime%} data placeholder to get the current date and time [#224].
  • Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
  • ...