Commit graph

1667 commits

Author SHA1 Message Date
Mic
d7afad3b71 Add account selection info for autotagging feature and update visibility logic. see #327 2025-04-22 00:21:00 +02:00
Mic
93d30b6a02 saving an empty array if all accounts are selected for improved efficiency. see #327 2025-04-22 00:21:00 +02:00
Mic
6d27931a4b release notes updated 2025-04-22 00:16:00 +02:00
Mic
ce3d392628 adding options to manage accounts for autotagging. see #327 2025-04-22 00:16:00 +02:00
Mic
377fc67a18 Add ollama_num_ctx support in API and worker initialization. see #351 2025-04-22 00:11:00 +02:00
Mic
16d374046e Add Ollama context token preferences to options and UI. see #351 2025-04-22 00:11:00 +02:00
Mic
fc7854bb69 Enhance Ollama class constructor to accept num_ctx parameter and include it in API request if greater than zero. see #351 2025-04-22 00:06:00 +02:00
Mic
71f5aaf6b2 release notes updated 2025-04-22 00:06:00 +02:00
Mic
775882de23 Update error messages to reflect valid data checks and improve user feedback in task and calendar dialogs. see #333 2025-04-22 00:01:00 +02:00
Mic
fca3333d5f Update prompt_get_task_full_text message to clarify handling of date information and remove unnecessary date fields if absent. see #333 2025-04-22 00:01:00 +02:00
Mic
ac98621d0c Refactor get_task and get_calendar_event handling to improve clarity and consistency; update _ok_sparks logic for better state management. see #333 2025-04-21 23:56:00 +02:00
mic
4f317556bc Improved plain text mode. See #350 2025-04-21 21:29:34 +02:00
mic
81a1bfb9c8 Add confirmation prompt for inserting AI response when no text is selected. See #353 2025-04-21 21:20:01 +02:00
mic
5fea9f985e updated release notes 2025-04-20 22:44:26 +02:00
mic
7d1760f1b8 Enhance plain text handling by integrating default preferences and adding HTML stripping functionality. see #350 2025-04-20 22:43:10 +02:00
mic
70e89e52d2 Add option for composing emails in plain text format. see #350 2025-04-20 22:25:34 +02:00
mic
c15fcb466e release notes updated 2025-04-20 22:16:20 +02:00
mic
d49e6d65e7 a "do_reply" from the compose window is changed in a "substitute text". see #353 2025-04-20 22:15:10 +02:00
mic
a14a153079 release notes updated 2025-04-18 14:05:47 +02:00
mic
6494a4f48f Refactor getMailBody function to work also with annidated multiparts. see #335 2025-04-18 14:02:25 +02:00
mic
904550f6e6 Enhance placeholder replacement logic to ensure valid placeholders are used 2025-04-17 21:25:14 +02:00
Mic
8b7b0efc00 adding get_task feature. work in progress. see #333 2025-04-17 00:04:00 +02:00
Mic
173cbf8ad0 added a few logs lines 2025-04-16 23:59:00 +02:00
Mic
e1ad9d9c5d Handle 'get_task' changes in setupStorageChangeListener to update special prompts IDs accordingly. see #333 2025-04-16 23:59:00 +02:00
Mic
12d54d8a31 Refactor getActiveSpecialPromptsIDs calls to use an argument object for improved clarity and consistency 2025-04-16 23:54:00 +02:00
Mic
c449f68cc1 Refactor getActiveSpecialPromptsIDs function to accept a single argument object for improved readability and maintainability 2025-04-16 23:54:00 +02:00
Mic
5ccc312695 Refactor getGPTWebModelString function to update model conversion logic 2025-04-16 23:49:00 +02:00
Mic
cfa65c4934 Rename doGetCalendarEvent to doGetSparkFeature for clarity and update related function calls 2025-04-16 23:49:00 +02:00
Mic
3be8d24255 release notes updated 2025-04-16 23:49:00 +02:00
Mic
9e22a9db46 Add openTab function to streamline tab management in mzta-options.js 2025-04-16 23:49:00 +02:00
Mic
ea4a9a0585 Update preferences to include chatgpt_web_model and modify tab opening logic to append model parameter 2025-04-16 23:49:00 +02:00
Mic
eea691f0b5 Add 'get_task' parameter to getActiveSpecialPromptsIDs function. see #333 2025-04-16 23:44:00 +02:00
Mic
15159452ea Add 'get task' feature to the options page and added the get_task settings managing page. see #333 2025-04-16 23:44:00 +02:00
Mic
6df9f86244 Refactor preference retrieval to use default values in storage queries 2025-04-16 23:39:00 +02:00
Mic
b49875992a Remove unused preferences retrieval in getPlaceholders function 2025-04-16 23:39:00 +02:00
Mic
80061c84b0 release notes updated 2025-04-16 23:34:00 +02:00
Mic
13cfed9c56 get_task feature added in mzta-menu.js. see #333 2025-04-16 23:34:00 +02:00
Mic
a598485bcb ChatGPT web models list updated 2025-04-16 23:34:00 +02:00
Mic
4dce654482 typo fixed 2025-04-16 23:34:00 +02:00
Mic
f61791d58b version set to 3.3.5 2025-04-16 23:29:00 +02:00
Mic
a05cb2d4d7 Implement dynamic rendering of ChatGPT web model options in settings 2025-04-16 23:29:00 +02:00
Mic
3e9bb3e68c
Update README.md 2025-04-16 22:47:58 +02:00
mic
a833766250 Add new task prompts for task extraction functionality. See #333 2025-04-16 22:39:27 +02:00
Mic
708005edb2 Optimize calculation of special menu items in searchPrompt function. 2025-04-16 00:11:00 +02:00
Mic
5770510af2 release notes updated 2025-04-16 00:11:00 +02:00
Mic
dc0d4339fb improved the additional text form when using an API connection. fixes #97 2025-04-16 00:11:00 +02:00
Mic
cff81159b6 Set 'checked_val' attribute for disabled checkbox in toggleDiffviewer function. see #347 2025-04-16 00:06:00 +02:00
Mic
a80c1be3ce Refactor checkbox elements in prompts form for improved accessibility and layout consistency. 2025-04-16 00:01:00 +02:00
Mic
7da77e6a48 Refactor custom prompts layout for improved readability and maintainability. see #347 2025-04-15 23:56:00 +02:00
Mic
f5a0685596 Implement toggle functionality for 'Use Diff Viewer' checkbox based on action selection in custom prompts list. see #347 2025-04-15 23:51:00 +02:00