Commit graph

  • f19efe56e5
    Translated using Weblate (Italian) Mic 2025-05-07 22:32:19 +0200
  • e35fb23f6e
    Translated using Weblate (German) Mic 2025-05-07 22:36:38 +0200
  • 6495583c93
    Merge pull request #366 from weblate/weblate-thunderai-main Mic 2025-05-07 22:31:14 +0200
  • 151834a4f3
    Translated using Weblate (German) Mic 2025-05-07 22:30:06 +0200
  • ef9e3388cd
    Translated using Weblate (French) Mic 2025-05-07 22:16:15 +0200
  • 06f6ad2691
    Translated using Weblate (Italian) Mic 2025-05-02 22:30:22 +0200
  • 800ec527ed
    Translated using Weblate (Italian) Mic 2025-05-02 21:45:36 +0200
  • 5529b3ddc9 release notes updated mic 2025-05-07 18:31:42 +0200
  • 527b127ede fixed getCurrentIdentity methof. Fixes #369 mic 2025-05-07 18:30:11 +0200
  • 44eeb23827
    Update feature_request.md Mic 2025-05-03 23:09:06 +0200
  • e7c1d0d701 fixed mail_ quoted_text placeholder also for forwarded messages mic 2025-05-03 22:54:58 +0200
  • 91f010284f release notes updated mic 2025-05-02 11:39:43 +0200
  • c95d58f394 version set to 3.4.0pre1 v3.4.0pre1 mic 2025-05-02 11:32:14 +0200
  • 03b32c794b release notes updated mic 2025-05-02 11:28:34 +0200
  • d35f6dd08d Fix condition for handling replies from the compose window in message listener. See #353 mic 2025-05-02 11:27:10 +0200
  • 8f8c7e611d comment line improved mic 2025-05-02 11:19:17 +0200
  • a81b9daa54 Enhance ChatGPT Web model selection by adding event listeners for new model inputs and updating HTML structure for better integration in custom prompts mic 2025-05-02 00:10:59 +0200
  • eb804860b9 Refactor chatgpt_web_models_list_table styles and update HTML structure for better integration mic 2025-05-02 00:03:26 +0200
  • 75e25c2824 Update styles and HTML structure for ChatGPT Web models integration in custom prompts mic 2025-05-01 23:55:46 +0200
  • 1d798c4a8c Add ChatGPTWeb_models export to mzta-utils.js and update imports in mzta-options.js mic 2025-05-01 23:43:19 +0200
  • ca8e62aac4 Add getChatGPTWebModelsList_HTML function to mzta-utils.js and update imports in mzta-options.js mic 2025-05-01 23:41:17 +0200
  • dfe1c5c8a4 removed duplicated getChatGPTWebModelsList_HTML function mic 2025-05-01 23:37:32 +0200
  • 59ae3643a5 Ported all the mods from v3.3.* into v3.4.0 mic 2025-05-01 23:32:52 +0200
  • c2065e09b6 Comment out debug console logs in tb115_loader.js and mzta-background.js for cleaner output mic 2025-05-01 23:20:45 +0200
  • 0dbaaca316 release notes updated mic 2025-05-01 23:20:08 +0200
  • 557e9060b4
    Merge pull request #364 from micz/chatgpt_web_custom_gpt_project Mic 2025-05-01 23:12:05 +0200
  • 59aebf2394 Add warning message for temporary chat usage in project settings. See #277 chatgpt_web_custom_gpt_project Mic 2025-05-01 23:02:40 +0200
  • d02dc2c3e1 Adjust wait time in openChatGPT function for improved responsiveness when using a project. see #277 Mic 2025-05-01 23:00:02 +0200
  • 2ff757b529 Hide warning message and update loading state in doRetry function Mic 2025-05-01 22:55:01 +0200
  • eafb278eda Refactor error handling to simplify textarea not found warning message display Mic 2025-05-01 22:50:50 +0200
  • f75f252068 typo fixed Mic 2025-05-01 22:46:09 +0200
  • 0bc864938c Update checkGPTModel to return a promise and improve DOM element handling Mic 2025-05-01 22:44:40 +0200
  • d4aac5cb14 Add warning message for Custom GPT setting override in options. see #277 #168 Mic 2025-04-30 22:29:35 +0200
  • e99b030033 Update chatgpt_getRegenerateButton to detect read aloud icon instead of thumb up icon Mic 2025-04-30 22:23:50 +0200
  • 83d7cdc376 Add support for custom GPT and web project in openChatGPT function. See #277 #168 Mic 2025-04-30 00:19:00 +0200
  • 80bd81cb5a Enhance chatgpt_getRegenerateButton to detect thumb up icon in addition to regen icon. see #277 #168 Mic 2025-04-30 00:19:00 +0200
  • f043f2e93b fix: update regex in validateChatGPTWebCustomData to allow additional characters. see #277 #168 Mic 2025-04-30 00:19:00 +0200
  • 483d8a14d2 add default values for chatgpt web model, project, and custom GPT in defaultPrompts. see #277 #168 Mic 2025-04-30 00:19:00 +0200
  • 9a48c8fe14 using sanitizeChatGPTModelData on all data Mic 2025-04-30 00:19:00 +0200
  • 314089ea07 refactor openChatGPT to utilize custom model from prompt_info mic 2025-04-29 23:16:29 +0200
  • 72e3701740 add color styling for ChatGPT web additional info elements. see #277 #168 mic 2025-04-29 23:01:44 +0200
  • 52049df162 add default values for chatgpt web model and project in getCustomPrompts function. see #277 #168 mic 2025-04-29 23:01:29 +0200
  • 059a0f8cac using sanitizeChatGPTModelData Mic 2025-04-28 21:13:00 +0200
  • bc17be4853 add new fields to clearFields function for ChatGPT web model and project. see #277 #168 Mic 2025-04-28 21:13:00 +0200
  • f742f0460a remove debug console logs from mzta-custom-prompts.js and mzta-popup.js Mic 2025-04-28 21:08:00 +0200
  • 0eb54137cf fixed get_task options visibility Mic 2025-04-28 21:08:00 +0200
  • d10c31da87 typo fixed Mic 2025-04-28 21:03:00 +0200
  • 0492fa34be improved validateChatGPTWebCustomData method. see #277 #168 Mic 2025-04-28 21:03:00 +0200
  • be78527b0b Refactor and improve handling of additional properties in ChatGPT web interface. see #277 #168 Mic 2025-04-28 20:58:00 +0200
  • 99a67f4f59 fix show additional properties at startup. see #277 and #168 Mic 2025-04-28 20:58:00 +0200
  • f17e5e889f work in progress for #277 and #168 Mic 2025-04-28 20:53:00 +0200
  • 9e22d0b8a4 Refactor ChatGPT web additional info handling and improve input validation. see #277 #168 Mic 2025-04-27 22:25:00 +0200
  • 808482b035 Enhance ChatGPT web additional info toggle functionality and styling. see #277 #168 Mic 2025-04-27 22:20:00 +0200
  • 788513851c added visual confirmation for additional prop. see #277 #168 Mic 2025-04-27 22:20:00 +0200
  • 373f61eb3b removed useless import Mic 2025-04-27 22:20:00 +0200
  • 504ff391bb Move validation function for ChatGPT web custom data to the utils js file and update imports Mic 2025-04-27 22:20:00 +0200
  • 2e22cea996 Add sanitizeChatGPTModelData function and update usage in options Mic 2025-04-27 22:20:00 +0200
  • 3e6603bd6a saving cahtgpt additional prop. see #277 #168 Mic 2025-04-27 22:15:00 +0200
  • 9b170c9982 Add toggle functionality for ChatGPT additional properties in custom prompts. see #277 and #168 Mic 2025-04-27 22:10:00 +0200
  • 0214885a9f commented out debug console logs for Intl.Segmenter in tb115_loader.js and messagesArea.js mic 2025-04-27 21:33:30 +0200
  • c33c294ea1 working on custom prompts add new form. see #277 and #168 Mic 2025-04-24 01:57:00 +0200
  • 79f88e3c9a Update prompts properties info based on latest modifications. see #277 and #168 Mic 2025-04-24 01:57:00 +0200
  • 0f543ab885 custom prompts form improved Mic 2025-04-24 01:52:00 +0200
  • d1fa3b3cbf release notes updated Mic 2025-04-24 01:52:00 +0200
  • 93204054e7 Add additional information for opening ChatGPT Web and update message formatting Mic 2025-04-24 01:47:00 +0200
  • 7c510bee57 Add sanitizeChatGPTWebCustomData function and update usage in options. see #277 and #168 Mic 2025-04-24 01:47:00 +0200
  • 5e50b151c6 btnChatGPTWeb_Tab.addEventListener ported from v3.3.5 Mic 2025-04-24 01:42:00 +0200
  • bdd4d7ffc7 Add validation function for ChatGPT Web custom data and update related logic. see #277 and #168 Mic 2025-04-24 01:37:00 +0200
  • 2195d03f98 Add ChatGPT Web project and custom GPT options with validation. see #277 and #168. Mic 2025-04-24 01:32:00 +0200
  • 8ddde5de75 release notes updated mic 2025-04-23 18:26:19 +0200
  • ad0ca54ade version set to 3.3.6 mic 2025-04-23 18:24:54 +0200
  • a17d855ee5 fix: ensure HTML body is generated from plain text if no parts are available mic 2025-04-23 18:24:09 +0200
  • 332598d5f1 release notes 3.4.0 feature list reordered mic 2025-04-22 21:54:45 +0200
  • 7bca844d58 German, French, and Italian locales updated v3.3.5 mic 2025-04-22 21:43:34 +0200
  • 11cba27b59 Update Polish translation credits in README.md mic 2025-04-22 21:40:25 +0200
  • 0654f48c8d
    Merge pull request #360 from weblate/weblate-thunderai-main Mic 2025-04-22 21:39:07 +0200
  • 8e3bbe0f5a
    Translated using Weblate (French) Mic 2025-04-22 21:33:14 +0200
  • e1e7373aef
    Translated using Weblate (Italian) Mic 2025-04-22 21:29:37 +0200
  • 6a158bfaf5
    Translated using Weblate (German) Mic 2025-04-22 21:34:57 +0200
  • 6fa022ff81 fix: add [num_ctx] indicator to ollama context label in options mic 2025-04-22 21:37:21 +0200
  • cc08bbf1de
    Translated using Weblate (Esperanto) phlostically 2025-04-18 01:12:37 +0200
  • 1ebd7a8deb
    Translated using Weblate (Polish) makkacprzak 2025-04-19 00:03:24 +0200
  • 1854d67f31
    Added translation using Weblate (Esperanto) phlostically 2025-04-18 01:09:22 +0200
  • 6d387f0bcc imported new en locales string from v3.3.5 mic 2025-04-22 21:28:19 +0200
  • 594c5a7c8a refactor: update fetchResponse to nest num_ctx within options. see #351 mic 2025-04-22 21:24:03 +0200
  • 3226a35184 release date updated mic 2025-04-22 21:10:07 +0200
  • 81af669007 typo fixed mic 2025-04-22 21:09:41 +0200
  • 4d90e7d653
    Merge pull request #359 from micz/issue_350 Mic 2025-04-22 21:08:36 +0200
  • 1907739f8b
    Merge branch 'main' into issue_350 issue_350 Mic 2025-04-22 21:08:23 +0200
  • 945598d5fc
    Merge pull request #358 from micz/account_selector_auto_feature Mic 2025-04-22 19:29:58 +0200
  • 6f80126b8a
    Merge pull request #357 from micz/task Mic 2025-04-22 19:29:18 +0200
  • 7749f55293 Add styling for automatic tagging options in addtags page account_selector_auto_feature Mic 2025-04-22 00:41:00 +0200
  • 34b0a90012 at least one account must be selected. see #326 #327 Mic 2025-04-22 00:41:00 +0200
  • 244dfe7743 logging added. see #326 #327 Mic 2025-04-22 00:36:00 +0200
  • 617a1467d7 Add spam filter account selection and management features. see #326 Mic 2025-04-22 00:31:00 +0200
  • 73c11f8b28 typo fixed Mic 2025-04-22 00:31:00 +0200
  • 08cab475e4 Add account validation for automatic tagging to ensure only enabled accounts are processed. see #327 Mic 2025-04-22 00:26:00 +0200
  • d7afad3b71 Add account selection info for autotagging feature and update visibility logic. see #327 Mic 2025-04-22 00:21:00 +0200
  • 93d30b6a02 saving an empty array if all accounts are selected for improved efficiency. see #327 Mic 2025-04-22 00:21:00 +0200
  • 6d27931a4b release notes updated Mic 2025-04-22 00:16:00 +0200