Commit graph

137 commits

Author SHA1 Message Date
Mic
983d1e3fcf In the options page is shown if a special prompt is using a specific API. see #676 2026-04-02 00:14:00 +02:00
Mic
28e61d7a40 correctly showing connection info. see #730 2026-04-02 00:04:00 +02:00
mic
226599ed2a cache renamed to storage 2026-03-28 12:46:42 +01:00
mic
7580efb661 cache renamed to storage 2026-03-28 12:46:04 +01:00
mic
32abc00693 mail translation first try. see #247 2026-03-27 23:59:17 +01:00
mic
681f0f0f18 clear cache button added in the options page. see #675 2026-03-27 23:25:09 +01:00
mic
9181b11ca1 guides and tutorial links localized 2026-03-06 23:42:10 +01:00
mic
1ea2d47e61 docs link added. welcome page link added. see #684 2026-03-04 22:35:55 +01:00
Mic
73d6fdedc8 fixing border on startup. see #603 2026-02-03 01:13:00 +01:00
mic
ef3ea4a2c0 correctly setting the saved value at startup. see #603 2026-02-02 23:37:45 +01:00
mic
4409faf66a skipping input without id when restoring options. see #603 2026-02-02 23:16: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
fca6558133
Merge pull request #597 from gdkrmr/gk/thread_summary
thread summary
2026-01-29 23:10:52 +01:00
mic
3180898dce var name fixed. see #621 2026-01-20 23:37:12 +01:00
Guido Kraemer
8679e1cb08 remove checking for non-optional permission 2026-01-16 12:55:56 +01:00
Guido Kraemer
51c81418a3 handle disabling summarize options button 2026-01-10 23:00:20 +01:00
Guido Kraemer
4ab6da2faf change all "summary" -> "summarize" 2026-01-10 21:22:11 +01:00
mic
b32ce4f756 copyright date updated to 2026 2026-01-03 23:04:01 +01:00
mic
3adb5faab2 working on a dynamic special prompts settings managing system 2025-12-28 23:27:27 +01:00
Mic
edf2de4c34 console.log debug line commented out 2025-09-10 00:35:00 +02:00
Mic
1c39801a2a always showing with proper message the addtags and spamfilter rows. see #438 2025-09-04 22:56:00 +02:00
Mic
d8082e22ea options and addtags pages are working. more tests needed and some details on the addtags page need some attention. see #438 2025-09-03 00:54:00 +02:00
Mic
c8d0d430d3 work in progress, moved html to connection-ui.js, starting to move the relative methods. see #438 2025-09-02 22:55:00 +02:00
Mic
d404897911 connection_type dynamic loading 2025-09-02 22:45:00 +02:00
mic
d68e7d6d68 in the openai comp integration is now possibile to clear the models list. see #472 2025-08-20 22:05:13 +02:00
mic
3a2845a23c 3.5.5 fixes ported to 3.6.0. Fixes #450 2025-07-25 22:57:53 +02:00
mic
9a4657a377 openTab ulrs fixed 2025-06-16 21:31:47 +02:00
Mic
b7d9dda158 Add button and functionality to manage data placeholders in options. see #156 2025-06-15 23:07:00 +02:00
Mic
700b4d5878 update mzta-options.js for better option handling 2025-06-09 20:37:00 +02:00
Mic
3e85a88bd3 update mzta-options.js for improved option handling 2025-06-09 20:32:00 +02:00
mic
c7cd57b66d fix taLog calls. see #400 2025-05-31 18:42:54 +02:00
Mic
37aa8bdcdf Add logging for saving options in mzta-options.js 2025-05-23 00:01:00 +02:00
Mic
c65bfb5337 Add reset button for max prompt length in options 2025-05-22 00:46:00 +02:00
Mic
6e2b5f268d Add confirmation dialog for applying OpenAI compatible configurations. see #378 2025-05-22 00:36:00 +02:00
mic
d419373515 OpenAI Comp services shorcut added. see #378 2025-05-21 22:35:36 +02:00
mic
f866dab4c8 Update Anthropic model fetching logic and improve option handling. see #249 2025-05-20 22:57:00 +02:00
mic
059fa8c62b Anthropic options added to the prefs page. see #349 2025-05-20 21:54:14 +02:00
mic
1d798c4a8c Add ChatGPTWeb_models export to mzta-utils.js and update imports in mzta-options.js 2025-05-01 23:43:19 +02:00
mic
ca8e62aac4 Add getChatGPTWebModelsList_HTML function to mzta-utils.js and update imports in mzta-options.js 2025-05-01 23:41:17 +02:00
mic
dfe1c5c8a4 removed duplicated getChatGPTWebModelsList_HTML function 2025-05-01 23:37:32 +02:00
mic
59ae3643a5 Ported all the mods from v3.3.* into v3.4.0 2025-05-01 23:32:52 +02:00
Mic
0eb54137cf fixed get_task options visibility 2025-04-28 21:08:00 +02:00
Mic
373f61eb3b removed useless import 2025-04-27 22:20:00 +02:00
Mic
504ff391bb Move validation function for ChatGPT web custom data to the utils js file and update imports 2025-04-27 22:20:00 +02:00
Mic
2e22cea996 Add sanitizeChatGPTModelData function and update usage in options 2025-04-27 22:20:00 +02:00
Mic
7c510bee57 Add sanitizeChatGPTWebCustomData function and update usage in options. see #277 and #168 2025-04-24 01:47:00 +02:00
Mic
5e50b151c6 btnChatGPTWeb_Tab.addEventListener ported from v3.3.5 2025-04-24 01:42:00 +02:00
Mic
bdd4d7ffc7 Add validation function for ChatGPT Web custom data and update related logic. see #277 and #168 2025-04-24 01:37:00 +02:00
Mic
2195d03f98 Add ChatGPT Web project and custom GPT options with validation. see #277 and #168. 2025-04-24 01:32:00 +02:00
Mic
9e22a9db46 Add openTab function to streamline tab management in mzta-options.js 2025-04-16 23:49:00 +02:00