diff --git a/CHANGELOG.md b/CHANGELOG.md
index c80e0b99..43c1618f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,6 @@
-
Version 1.1.0 - ??/??/2024
- A prompt can be configured to request additional text from the user.
diff --git a/README.md b/README.md
index 57593417..ee067c15 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
#  ThunderAI
+> [!IMPORTANT]
+> ## Custom Prompts are coming!
+>
+> Try this new feature in the [new pre-release version](https://github.com/micz/ThunderAI/releases/tag/v1.1.0pre4).
+
+
+
+
ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management.
It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication.
diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js
index d06ed593..2462e082 100644
--- a/js/mzta-chatgpt.js
+++ b/js/mzta-chatgpt.js
@@ -136,6 +136,7 @@ function addCustomDiv(prompt_action,tabId) {
style.innerHTML += "#mzta-custom_loading{height:50px;display:none;}";
style.innerHTML += "#mzta-custom_textarea{color:black;padding:1px;font-size:15px;width:100%;}";
style.innerHTML += "#mzta-custom_info{text-align:center;width:100%;padding-bottom:10px;font-size:15px;}";
+
// Add