Commit graph

358 commits

Author SHA1 Message Date
Mic
8d166b314e delete and refresh buttons are now styled the same 2026-03-24 00:14:00 +01:00
Mic
9e0fb5bf73 improved spamreport code 2026-03-24 00:12:00 +01:00
Mic
b08b8563d0 code refactored to have one method to calculate the final prompt. see #580 2026-03-24 00:01:00 +01:00
mic
58437ad168 summarize_display_mode added. see #580 2026-03-23 23:31:48 +01:00
Mic
65bf9c440c
Merge branch 'summary_on_message_issue580' into main 2026-03-23 18:14:08 +01:00
mic
1ea2d47e61 docs link added. welcome page link added. see #684 2026-03-04 22:35:55 +01:00
Mic
557f6741c3
Merge branch 'main' into window_position_issue685 2026-03-04 21:50:33 +01:00
mic
2485611f1f ... added to prompt name when asking for additional text 2026-03-04 21:34:04 +01:00
mic
eadc69d755 ai win positions options added to the prefs page. see #685 2026-03-03 23:30:14 +01:00
yonie
c32563337e
Merge branch 'v4.0.0' into main 2026-02-24 22:19:31 +01:00
Ronald Klarenbeek
2df835d46e Fix auto-summary: inline styles, refresh button, and proper headerMessageId passing
- Move CSS inline as requested by maintainer (no external CSS file)
- Add fixed font sizing (14px) to prevent inheritance from email content
- Add refresh button to regenerate summaries
- Fix refresh bug: use summaryData.headerMessageId instead of message.headerMessageId
- Remove deleted message display script and CSS files
2026-02-24 22:17:47 +01:00
mic
c2e2336f4d Added "Antispam by ThunderAI" 2026-02-22 23:07:51 +01:00
mic
470b78ce90 checking for the correct placeholder before activating the no selection option in get calendar event. see #670 2026-02-22 22:39:59 +01:00
mic
f0c9777ace thunderstats link added. see #663 2026-02-19 22:54:52 +01:00
mic
228e2b4102 en locales improved 2026-02-18 22:58:04 +01:00
mic
526be71348 en locales improved 2026-02-18 22:57:03 +01:00
mic
b36658153d en locale string fixed 2026-02-18 22:50:52 +01:00
mic
2ba069e1be Merge remote-tracking branch 'origin/v4.0.0' into pr/yonie/579 2026-02-17 22:50:31 +01:00
mic
ae44596106 showing the processing status for the antispam filter. see #658 2026-02-16 21:54:17 +01:00
mic
5c310d1cb0 ChatGPT Web Integration loading wait time option added. see #634 2026-02-15 10:30:22 +01:00
yonie
1630b7c071
Merge branch 'v4.0.0' into main 2026-02-12 21:10:43 +01:00
mic
b4ae956b82 added an option to hide the spam filter info in the message. see #506 2026-02-08 22:30:07 +01:00
mic
7d843c0732 added an info about data persistence for the spam reports 2026-02-08 22:17:31 +01:00
mic
a940228a43 showing spam value. see #506 2026-02-08 00:10:39 +01:00
mic
ae010478ba prompt copy button added. see #598 2026-02-06 23:51:30 +01:00
yonie
feaaac5e01
Merge branch 'v4.0.0' into main 2026-02-06 10:54:34 +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
5a39f1e298 calendar_no_selection option added. see #641 2026-02-06 00:06:00 +01:00
mic
fdba78bbcb yes no strings ids renamed 2026-02-05 23:36:56 +01:00
mic
f5dcebefb2 get_calendar_events has now the ability to specify a different API. see #498 2026-02-04 22:19:38 +01:00
mic
db8691e017 asking the <all_urls> permission if the server is hosted on localhost. see #524 2026-02-02 21:43:15 +01:00
mic
b37df075ae cors info labels updated. see #524 2026-02-01 23:56:41 +01:00
Mic
3ba98c7d90 Removed the spamfilter_context_menu and add_tags_context_menu options and always show the context menu when the corresponding feature is active. See #609 2026-01-29 23:45:00 +01:00
Guido Kraemer
f6fcaac0bb update prompts 2026-01-16 15:09:47 +01:00
Guido Kraemer
cb6c93625b correct prompt naming 2026-01-16 13:39:22 +01:00
Guido Kraemer
d601121852 better descriptions for prompts 2026-01-10 22:59:26 +01:00
Guido Kraemer
30a7de3756 better explanation 2026-01-10 21:22:11 +01:00
Guido Kraemer
66cc35746f move email separators to extra prompt field 2026-01-10 21:22:11 +01:00
Guido Kraemer
3d2c2b9320 add customizable model options for summarize 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
4ab6da2faf change all "summary" -> "summarize" 2026-01-10 21:22:11 +01:00
Guido Kraemer
84a65acd8f resolve rebase conflicts 2026-01-10 21:22:11 +01:00
Ronald Klarenbeek
af2ae047dd fix en locale structure breaking the extension 2026-01-02 23:52:08 +01:00
Ronald Klarenbeek
e5f5d08582 feat(i18n): add auto summary strings for cs, ru, zh_Hans, and zh_Hant locales
- Add new translation strings for auto summary feature
- Include title, generating, failed, and prompt messages
- Remove unnecessary description fields from en locale
- Add missing auto summary preference strings for zh_Hant locale
2026-01-02 23:40:35 +01:00
Ronald Klarenbeek
3f63cc3580 feat(summary): implement new configuration model, fix multilingual support and fix error display
- Introduce localized UI strings for auto-summary feature across multiple languages
- Standardize error messages and implement consistent error propagation
- Refactor summary generation to align with v3.8.0 settings architecture
- Enhance user experience with localized loading and error states
- Improve code reliability through structured error handling and cleanup
2026-01-02 22:42:46 +01:00
Ronald Klarenbeek
ea402a688b Merge upstream v3.8.0 changes, preserving auto_summary_enabled setting 2026-01-02 21:05:52 +01:00
mic
b80bcd35bb a string added to i18n 2026-01-02 17:32:36 +01:00
mic
8270f725ae id fixed 2025-12-28 21:25:02 +01:00
mic
69516bd056 temperature added to OpenAI Compatibile API. see #575 2025-12-28 21:23:09 +01:00