diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index efb7260d..f2404b34 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -63,7 +63,7 @@ body:
id: logs
attributes:
label: Anything in the Thunderbird console logs that might be useful?
- description: For example, error message, or stack traces.
+ description: For example, error message, or stack traces. Be sure to have activated the debug in the add-on preferences. Open the console using the keyboard shortcut CTRL+SHIFT+J.
render: txt
- type: textarea
id: additional
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edce4908..5182d087 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,10 @@
[ChatGPT API][Ollama API][OpenAI Comp API] Improved handling of streaming responses even in case of broken chunks [#147].
Fixed a race condition that occurred when opening the chat window under certain circumstances. Thanks to @jobisoft for helping refine the code, and to @Mikilio and @mattcaron for the extensive testing [#143].
+Version 2.1.5 - 23/09/2024
+
+ - [ChatGPT Web] Working again in Thunderbird 115. Implemented a workaround for Intl.Segmenter [#139].
+
Version 2.1.4 - 11/09/2024
- [ChatGPT API][Ollama API] Fixed the colors of the light theme in the chat window status logger.
diff --git a/js/tb115_segmenter/tb115_loader.js b/js/tb115_segmenter/tb115_loader.js
index f5bbf28d..2a155337 100644
--- a/js/tb115_segmenter/tb115_loader.js
+++ b/js/tb115_segmenter/tb115_loader.js
@@ -22,7 +22,7 @@ console.log("[ThunderAI] Intl.Segmenter: " + Intl.Segmenter);
(function() {
if('Segmenter' in Intl){
- console.log('[ThunderAI] TB128+ detected. Intl.Segmenter is already supported.');
+ // console.log('[ThunderAI] TB128+ detected. Intl.Segmenter is already supported.');
return;
}
// Creates a