From b6a70b11f9aab301a16c9ab05d4820c8cea243e7 Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 22 Aug 2025 23:26:33 +0200 Subject: [PATCH] release notes updated --- CHANGELOG.md | 2 ++ options/mzta-release-notes.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b10416..c6951c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,10 @@
  • [OpenAI Comp API] Added a button to clear the models list [#472].
  • [ChatGPT Web] Fix: Any <br> tag in the response is now replaced with a line break [#462].
  • [ChatGPT Web] Models list updated. [#464].
  • +
  • [ChatGPT Web] Improved how the line breaks are rendered in the ChatGPT web page [#482].
  • [All APIs] Fix: If the incoming email has no text only part, the html part is used [#470].
  • [All APIs] Fix: Improved the extraction of the plain text from html emails [#469].
  • +
  • [All APIs] Fix: Improved how the line breaks are rendered in the AI chat [#469].
  • [All APIs] If the option to use only existing tags is enabled, this now works also when adding tags manually using the ThunderAI menu [#475].
  • ...
  • diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index 7b7f3aa7..8eea6d47 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -13,8 +13,10 @@
  • [OpenAI Comp API] Added a button to clear the models list [#472].
  • [ChatGPT Web] Fix: Any <br> tag in the response is now replaced with a line break [#462].
  • [ChatGPT Web] Models list updated. [#464].
  • +
  • [ChatGPT Web] Improved how the line breaks are rendered in the ChatGPT web page [#482].
  • [All APIs] Fix: If the incoming email has no text only part, the html part is used [#470].
  • [All APIs] Fix: Improved the extraction of the plain text from html emails [#469].
  • +
  • [All APIs] Fix: Improved how the line breaks are rendered in the AI chat [#469].
  • [All APIs] If the option to use only existing tags is enabled, this now works also when adding tags manually using the ThunderAI menu [#475].
  • ...