mic
|
2534c499d0
|
sanitizeString fixed. see #689
|
2026-03-06 22:54:11 +01:00 |
|
Mic
|
910f55dc19
|
correctly fixing tags IDs. see #689
|
2026-03-06 00:02:00 +01:00 |
|
Mic
|
e788f305a0
|
openai api response.failed correctly handled. see #690
|
2026-03-06 00:00:00 +01:00 |
|
Mic
|
50d8e8e41f
|
added a log of the full raw AI response after streaming
|
2026-03-05 23:52:00 +01:00 |
|
mic
|
7390764764
|
correctly handling additional text without placeholder. see #681
|
2026-02-27 22:11:05 +01:00 |
|
mic
|
0300c873fd
|
console.log debug statement commented out
|
2026-02-27 21:55:05 +01:00 |
|
mic
|
a95a8c7b50
|
added an emoji to the spam message
|
2026-02-25 21:44:42 +01:00 |
|
mic
|
4f84da4256
|
Fixes ported from v3.8.5.
|
2026-02-23 21:55:10 +01:00 |
|
mic
|
c2e2336f4d
|
Added "Antispam by ThunderAI"
|
2026-02-22 23:07:51 +01:00 |
|
mic
|
296fcf21be
|
if a message has already been checked for spam and the user asks for another check, the previous banne is removed. see #658
|
2026-02-16 22:30:20 +01:00 |
|
mic
|
b551692768
|
showing antispam errors on message. see #658
|
2026-02-16 22:25:44 +01:00 |
|
mic
|
c4176ebfec
|
saveError now returns the saved data. see #658
|
2026-02-16 22:22:39 +01:00 |
|
mic
|
bd72c45df2
|
saveError method added. see #658
|
2026-02-16 21:57:53 +01:00 |
|
mic
|
ae44596106
|
showing the processing status for the antispam filter. see #658
|
2026-02-16 21:54:17 +01:00 |
|
mic
|
25a979e9fb
|
added methods and logic to save the processing status. see #658
|
2026-02-16 21:53:53 +01:00 |
|
mic
|
ae26e9288b
|
when using the same id in additional_text, the text is asked only once and then used in every occurrence. see #525
|
2026-02-14 23:23:07 +01:00 |
|
mic
|
cac639e257
|
console.log debug statement commented out
|
2026-02-14 23:09:25 +01:00 |
|
Mic
|
17ec054e15
|
Merge branch 'v4.0.0' into multiple_additional_text_issue525
|
2026-02-14 23:07:24 +01:00 |
|
mic
|
d5d11e3c0c
|
customDiv with multiple additional_text also when using the chatgpt web interface integration. see #525 #650
|
2026-02-14 23:04:08 +01:00 |
|
mic
|
0ac6ae6650
|
custom_text_array initialize fixed. see #525
|
2026-02-14 23:01:20 +01:00 |
|
mic
|
41dbb5d009
|
# added to additional_text without id. see #525 #554
|
2026-02-12 21:57:52 +01:00 |
|
mic
|
e30d073bca
|
handling multiple old {%additional_text%} placeholders. see #525 #554 #652
|
2026-02-11 23:10:33 +01:00 |
|
mic
|
c29b4b3352
|
userInput is now an array. see #525 #554
|
2026-02-11 21:45:48 +01:00 |
|
mic
|
b1282c9562
|
getPlaceholdersAdditionalTextArray method added. see #525 #554
|
2026-02-11 21:30:56 +01:00 |
|
Mic
|
fa10a68337
|
Merge branch 'v4.0.0' into main
|
2026-02-11 21:17:33 +01:00 |
|
mic
|
34e8e242f6
|
hasPlaceholder and replacePlaceholder can now work with dynamic placeholders. see #525 #554
|
2026-02-10 21:42:26 +01:00 |
|
mic
|
2740fe3ee9
|
additional_text is now dynamic. see #525 #554
|
2026-02-10 21:36:59 +01:00 |
|
Mic
|
32aa24c88d
|
saving the selection when selected and not when the user clicks the button to prevent recent changes in the ChatGPT web interface. see #646
|
2026-02-10 18:27:40 +01:00 |
|
mic
|
0550077567
|
when closing the spam info panel, the report is deleted so the info is not displayed again. see #506
|
2026-02-08 22:22:00 +01:00 |
|
mic
|
545b6db6d5
|
added a close button for the spam info. see #506
|
2026-02-08 22:10:44 +01:00 |
|
mic
|
b713f4fd48
|
check fixed. see #506
|
2026-02-08 21:34:27 +01:00 |
|
mic
|
a940228a43
|
showing spam value. see #506
|
2026-02-08 00:10:39 +01:00 |
|
Mic
|
829f87a510
|
saving the clipboard text also in the curr_prompt.text. see #362
|
2026-02-06 00:51:00 +01:00 |
|
Mic
|
1844560027
|
adding a calendar event from clipboard. see #362
|
2026-02-06 00:42:00 +01:00 |
|
Mic
|
db8cada6e6
|
mail_body_or_selected_text and mail_body_or_selected_html placeholders added. see #641
|
2026-02-06 00:08:00 +01:00 |
|
mic
|
d0fe616e42
|
preparePromptsForExport method now can exclude the api settings. see #624
|
2026-02-05 23:24:41 +01:00 |
|
mic
|
6ebc50b005
|
getCurrentIdentity method now uses also the folder owner to get the right identity for a reply. see #627
|
2026-02-03 22:00:55 +01:00 |
|
Mic
|
3e176f00b1
|
setTomSelectBorder method added. see #603
|
2026-02-03 01:13:00 +01:00 |
|
mic
|
29bdd248b1
|
prepareOriginURL added. see #524
|
2026-02-01 22:46:35 +01:00 |
|
mic
|
e20e57381f
|
requestSitePermission method added. see #524
|
2026-01-30 22:58:11 +01:00 |
|
mic
|
5348cdc25e
|
removed all the 115 and 128 related methods and calls. see #616
|
2026-01-30 22:31:19 +01:00 |
|
mic
|
6463e180af
|
tb115 segmenter removed. see #616
|
2026-01-30 22:24:17 +01:00 |
|
mic
|
63b80d4e42
|
summarize icon added. see #615
|
2026-01-29 23:29:27 +01:00 |
|
Mic
|
fca6558133
|
Merge pull request #597 from gdkrmr/gk/thread_summary
thread summary
|
2026-01-29 23:10:52 +01:00 |
|
Mic
|
1d04aa4941
|
Merge branch 'main' into v3.8.0
|
2026-01-16 22:31:53 +01:00 |
|
mic
|
1d83c3a8c0
|
correctly handling empty body with no placeholders. see #614
|
2026-01-16 22:29:34 +01:00 |
|
Guido Kraemer
|
66cc35746f
|
move email separators to extra prompt field
|
2026-01-10 21:22:11 +01:00 |
|
Guido Kraemer
|
fe427c29ee
|
Add Email Template Editor to Summarize Panel
|
2026-01-10 21:22:11 +01:00 |
|
Guido Kraemer
|
8abb7e349b
|
Add summarize prompt to specialPrompts
|
2026-01-10 21:22:11 +01:00 |
|
Guido Kraemer
|
4ab6da2faf
|
change all "summary" -> "summarize"
|
2026-01-10 21:22:11 +01:00 |
|