Commit graph

  • ce3d392628 adding options to manage accounts for autotagging. see #327 Mic 2025-04-22 00:16:00 +0200
  • 377fc67a18 Add ollama_num_ctx support in API and worker initialization. see #351 Mic 2025-04-22 00:11:00 +0200
  • 16d374046e Add Ollama context token preferences to options and UI. see #351 Mic 2025-04-22 00:11:00 +0200
  • fc7854bb69 Enhance Ollama class constructor to accept num_ctx parameter and include it in API request if greater than zero. see #351 Mic 2025-04-22 00:06:00 +0200
  • 71f5aaf6b2 release notes updated Mic 2025-04-22 00:06:00 +0200
  • 775882de23 Update error messages to reflect valid data checks and improve user feedback in task and calendar dialogs. see #333 task Mic 2025-04-22 00:01:00 +0200
  • fca3333d5f Update prompt_get_task_full_text message to clarify handling of date information and remove unnecessary date fields if absent. see #333 Mic 2025-04-22 00:01:00 +0200
  • ac98621d0c Refactor get_task and get_calendar_event handling to improve clarity and consistency; update _ok_sparks logic for better state management. see #333 Mic 2025-04-21 23:56:00 +0200
  • 4f317556bc Improved plain text mode. See #350 mic 2025-04-21 21:29:34 +0200
  • 81a1bfb9c8 Add confirmation prompt for inserting AI response when no text is selected. See #353 mic 2025-04-21 21:20:01 +0200
  • 5fea9f985e updated release notes mic 2025-04-20 22:44:26 +0200
  • 7d1760f1b8 Enhance plain text handling by integrating default preferences and adding HTML stripping functionality. see #350 mic 2025-04-20 22:43:10 +0200
  • 70e89e52d2 Add option for composing emails in plain text format. see #350 mic 2025-04-20 22:25:34 +0200
  • c15fcb466e release notes updated mic 2025-04-20 22:16:20 +0200
  • d49e6d65e7 a "do_reply" from the compose window is changed in a "substitute text". see #353 mic 2025-04-20 22:15:10 +0200
  • a14a153079 release notes updated mic 2025-04-18 14:05:47 +0200
  • 6494a4f48f Refactor getMailBody function to work also with annidated multiparts. see #335 mic 2025-04-18 14:02:25 +0200
  • 904550f6e6 Enhance placeholder replacement logic to ensure valid placeholders are used mic 2025-04-17 21:25:14 +0200
  • 8b7b0efc00 adding get_task feature. work in progress. see #333 Mic 2025-04-17 00:04:00 +0200
  • 173cbf8ad0 added a few logs lines Mic 2025-04-16 23:59:00 +0200
  • e1ad9d9c5d Handle 'get_task' changes in setupStorageChangeListener to update special prompts IDs accordingly. see #333 Mic 2025-04-16 23:59:00 +0200
  • 12d54d8a31 Refactor getActiveSpecialPromptsIDs calls to use an argument object for improved clarity and consistency Mic 2025-04-16 23:54:00 +0200
  • c449f68cc1 Refactor getActiveSpecialPromptsIDs function to accept a single argument object for improved readability and maintainability Mic 2025-04-16 23:54:00 +0200
  • 5ccc312695 Refactor getGPTWebModelString function to update model conversion logic Mic 2025-04-16 23:49:00 +0200
  • cfa65c4934 Rename doGetCalendarEvent to doGetSparkFeature for clarity and update related function calls Mic 2025-04-16 23:49:00 +0200
  • 3be8d24255 release notes updated Mic 2025-04-16 23:49:00 +0200
  • 9e22a9db46 Add openTab function to streamline tab management in mzta-options.js Mic 2025-04-16 23:49:00 +0200
  • ea4a9a0585 Update preferences to include chatgpt_web_model and modify tab opening logic to append model parameter Mic 2025-04-16 23:49:00 +0200
  • eea691f0b5 Add 'get_task' parameter to getActiveSpecialPromptsIDs function. see #333 Mic 2025-04-16 23:44:00 +0200
  • 15159452ea Add 'get task' feature to the options page and added the get_task settings managing page. see #333 Mic 2025-04-16 23:44:00 +0200
  • 6df9f86244 Refactor preference retrieval to use default values in storage queries Mic 2025-04-16 23:39:00 +0200
  • b49875992a Remove unused preferences retrieval in getPlaceholders function Mic 2025-04-16 23:39:00 +0200
  • 80061c84b0 release notes updated Mic 2025-04-16 23:34:00 +0200
  • 13cfed9c56 get_task feature added in mzta-menu.js. see #333 Mic 2025-04-16 23:34:00 +0200
  • a598485bcb ChatGPT web models list updated Mic 2025-04-16 23:34:00 +0200
  • 4dce654482 typo fixed Mic 2025-04-16 23:34:00 +0200
  • f61791d58b version set to 3.3.5 Mic 2025-04-16 23:29:00 +0200
  • a05cb2d4d7 Implement dynamic rendering of ChatGPT web model options in settings Mic 2025-04-16 23:29:00 +0200
  • 3e9bb3e68c
    Update README.md Mic 2025-04-16 22:47:58 +0200
  • a833766250 Add new task prompts for task extraction functionality. See #333 mic 2025-04-16 22:39:27 +0200
  • 708005edb2 Optimize calculation of special menu items in searchPrompt function. Mic 2025-04-16 00:11:00 +0200
  • 5770510af2 release notes updated Mic 2025-04-16 00:11:00 +0200
  • dc0d4339fb improved the additional text form when using an API connection. fixes #97 Mic 2025-04-16 00:11:00 +0200
  • cff81159b6 Set 'checked_val' attribute for disabled checkbox in toggleDiffviewer function. see #347 Mic 2025-04-16 00:06:00 +0200
  • a80c1be3ce Refactor checkbox elements in prompts form for improved accessibility and layout consistency. Mic 2025-04-16 00:01:00 +0200
  • 7da77e6a48 Refactor custom prompts layout for improved readability and maintainability. see #347 Mic 2025-04-15 23:56:00 +0200
  • f5a0685596 Implement toggle functionality for 'Use Diff Viewer' checkbox based on action selection in custom prompts list. see #347 Mic 2025-04-15 23:51:00 +0200
  • 74b8bdbd09 Remove label for Action column in custom prompts table for improved layout Mic 2025-04-15 23:51:00 +0200
  • c185ba21e0 Hide 'Use Diff Viewer' checkbox by default and toggle visibility based on action selection on the new custom prompt form. see #347 Mic 2025-04-15 23:46:00 +0200
  • 5b9b6f88ef release notes updated mic 2025-04-15 23:27:00 +0200
  • d73e4e5eb6 Add support for checking ThunderAI Sparks version and update related UI messages. Fixes #315 mic 2025-04-15 23:25:21 +0200
  • ce58612269 Update permission granted message for clarity in user instructions mic 2025-04-14 22:42:14 +0200
  • 543f577058 updated release notes mic 2025-04-14 22:41:51 +0200
  • 5070494ed0 Add 'empty' placeholder to prevent automatic text appending in prompts. See #345 and #339 mic 2025-04-14 22:40:24 +0200
  • 00a605e794 Imported the fix for #344 from v3.3.4 mic 2025-04-14 22:27:03 +0200
  • ed666cfd87 Version set to 3.3.4. Updated release notes for version 3.3.4 v3.3.4 mic 2025-04-14 22:18:36 +0200
  • b7565cc4d1 Fix JSON stringification of original text in openChatGPT function. see #344 mic 2025-04-14 22:16:52 +0200
  • 3e8bef8209 release notes updated mic 2025-04-13 21:30:30 +0200
  • 00261ee875 Add space between concatenated text nodes in getOnlyTypedText command mic 2025-04-13 21:27:47 +0200
  • 6b7609939a mail_typed_text placeholder added. fixes #324 mic 2025-04-13 21:26:50 +0200
  • 9c2867f699 release notes updated mic 2025-04-13 21:05:26 +0200
  • 799bd1d1d5
    Merge pull request #340 from micz/chatgpt_permission_optional Mic 2025-04-13 20:58:24 +0200
  • e0736c4a6c Add ChatGPT web permission handling as optional in onboarding and popup. See #293 chatgpt_permission_optional mic 2025-04-13 14:55:45 +0200
  • 2243af07d1 updated release notes mic 2025-04-13 08:16:50 +0200
  • 9ddfbeaeda Fix selection text handling in menu actions to ensure proper text assignment when using mail_typed_text placeholder mic 2025-04-13 08:16:02 +0200
  • 3a6e1df1d3 release notes updated mic 2025-04-13 08:00:29 +0200
  • c056fb074c proofread prompt added. fixes #21 mic 2025-04-13 07:59:34 +0200
  • 8c4282519f version set to 3.4.0 mic 2025-04-13 07:48:34 +0200
  • 5ba3536b7e Update release date for version 3.3.3 in changelog and release notes v3.3.3 mic 2025-04-12 15:06:05 +0200
  • 3177dca420 typo fixed mic 2025-04-11 23:25:45 +0200
  • 4c298f2168 release notes updated mic 2025-04-11 23:24:14 +0200
  • e21b68c240 removed old menu creation code mic 2025-04-11 23:11:25 +0200
  • b707096ed8 Add process control for incoming emails based on preferences mic 2025-04-11 22:45:03 +0200
  • 60a4c7952b release notes updated mic 2025-04-11 22:40:19 +0200
  • e49b7676bc version set to 3.3.3 mic 2025-04-10 22:32:17 +0200
  • 73b801af2c Enhance getMailBody function to handle nested message parts and improve content extraction mic 2025-04-10 22:29:25 +0200
  • c9d95b4df7
    Merge pull request #332 from weblate/weblate-thunderai-main v3.3.2 Mic 2025-04-08 23:00:52 +0200
  • 0cd5706d57
    Translated using Weblate (French) Mic 2025-04-08 22:59:09 +0200
  • 0f77242f38
    Translated using Weblate (Italian) Mic 2025-04-08 22:51:41 +0200
  • c40d4be9f4
    Translated using Weblate (German) Mic 2025-04-08 23:00:12 +0200
  • e15326b9bd Update CORS messages to specify server configuration requirements mic 2025-04-08 22:50:03 +0200
  • ed34e1dd9c release notes updated mic 2025-04-08 22:46:45 +0200
  • d7f420dd17 Add CORS warning messages and permission request buttons for OpenAI and Ollama APIs. see #330 and #331 mic 2025-04-08 22:22:50 +0200
  • c27d28829a Add <all_urls> to optional permissions in manifest.json. see #331 mic 2025-04-08 22:01:20 +0200
  • a2baf56325 version set to 3.3.2 mic 2025-04-08 21:51:27 +0200
  • 1e16c29cd1 ready for 3.3.1 release v3.3.1 mic 2025-04-06 14:55:52 +0200
  • f7d27bc2fc release notes updated mic 2025-04-06 14:54:12 +0200
  • f86a408513 Update default preference for add_tags to false in reload_pref_init function. Fixes #329 mic 2025-04-06 14:52:43 +0200
  • 0ccdefbd0d release notes updated mic 2025-04-06 14:42:18 +0200
  • 173497bc47 Fix prompt_info.use_diff_viewer condition in openChatGPT function. fixes #321 mic 2025-04-06 14:40:39 +0200
  • b4c7342f4f release notes updated mic 2025-04-06 14:34:08 +0200
  • df50d28a50 Focus custom text area when displayed in the chat interface. Fixes #323 mic 2025-04-06 14:32:49 +0200
  • a916ed4869
    Merge pull request #328 from weblate/weblate-thunderai-main Mic 2025-04-06 14:25:49 +0200
  • a8502eb1cd
    Translated using Weblate (French) Mic 2025-04-06 14:24:32 +0200
  • e1e1452569
    Translated using Weblate (Italian) Mic 2025-04-06 14:24:01 +0200
  • 035011872c
    Translated using Weblate (German) Mic 2025-04-06 14:25:06 +0200
  • 30ee11a05c Update Hyprland warning message for clarity on AI chat window issues. Fixes #322 mic 2025-04-05 08:56:36 +0200
  • d2f44228ff
    Merge pull request #319 from weblate/weblate-thunderai-main Mic 2025-04-03 21:59:17 +0200
  • 84f6499ddd
    Translated using Weblate (French) Mic 2025-04-03 21:57:03 +0200
  • aff40c513e
    Translated using Weblate (Italian) Mic 2025-04-03 21:56:34 +0200