33 Commits

Author SHA1 Message Date
n4ze3m
fcdfed6e2b Bump version to 1.3.3
Update version number to reflect latest changes.
2024-11-04 13:51:31 +05:30
n4ze3m
9e49215836 Bump version to 1.3.2
Minor version bump to reflect the latest updates.
2024-10-27 00:53:21 +05:30
n4ze3m
fd5339d90a Bump version to 1.3.1
Minor version bump to reflect updates.
2024-10-19 18:22:33 +05:30
n4ze3m
d7510333a7 Bump version to 1.3.0
Prepares the project for the next release with updated version information.
2024-09-29 23:59:41 +05:30
n4ze3m
2e97f6470d feat: Add clear chat history button to drawer
Adds a button to the sidebar drawer for clearing chat history.
The button uses a confirmation prompt to ensure user intent and clears the database entries.
This allows users to reset their chat history for a fresh start.
The button uses a tooltip to provide more information on its function.
2024-09-27 19:38:29 +05:30
n4ze3m
824ecf0a8c feat: Add LaTeX support to the markdown renderer
Adds LaTeX support to the markdown renderer using `rehype-katex` for math equations.

- Replaces block-level LaTeX delimiters `\[ \]` with `$$ $$`.
- Replaces inline LaTeX delimiters `\( \)` with `$ $`.
- Preprocesses the message before rendering to ensure correct delimiters.

This improves the rendering of markdown messages containing mathematical expressions, enhancing the user experience.
2024-09-08 11:53:15 +05:30
n4ze3m
9679f92821 feat: Add support for handling chat input keydown events 2024-08-20 20:22:01 +05:30
n4ze3m
00735cddad feat: Update context menu options with localized titles 2024-08-20 15:36:59 +05:30
n4ze3m
d5a0136837 chore: Update wxt npm dependency to version 0.19.6 2024-08-17 13:55:54 +05:30
n4ze3m
ac9c9ca887 feat: copilot context menu for tool 2024-08-03 23:00:57 +05:30
n4ze3m
af09c8eed6 feat: ability to update knowledge base default file limit 2024-07-21 20:13:37 +05:30
n4ze3m
9c8584f1c4 feat: Add support for sending notification after knowledge base processing 2024-07-16 00:37:50 +05:30
n4ze3m
c80ef8bf1f chore: Bump manifest version to 1.1.15 2024-07-07 22:47:42 +05:30
n4ze3m
a5de9705d4 chore: Update manifest version to 1.1.14 2024-06-30 00:20:33 +05:30
n4ze3m
d23b70b979 feat: Add @mozilla/readability dependency for extracting content from web pages 2024-06-22 00:25:12 +05:30
n4ze3m
68bd3e651b refactor: Update version to 1.1.12, fix selectedModel spacing, and update meta viewport tags 2024-06-08 23:58:40 +05:30
n4ze3m
533e38c287 chore: Update Layout component to truncate long model names 2024-05-27 21:09:16 +05:30
n4ze3m
d5f7d0a470 fix 2024-05-25 13:46:42 +05:30
n4ze3m
b3a455382c chore: Update version to 1.1.9 and add Model Settings to Ollama settings page 2024-05-23 00:39:44 +05:30
n4ze3m
0ce06752c3 chore: Add description for executing action in Web UI 2024-05-14 16:16:09 +05:30
n4ze3m
3170bc4be6 chore: Update shareMode default value to false 2024-05-14 12:44:37 +05:30
n4ze3m
8f8fac826e chore: Update gecko ID for Firefox support 2024-05-13 13:45:17 +05:30
n4ze3m
4f98ed7e14 chore: Update manifest name for Firefox support 2024-05-13 13:32:45 +05:30
n4ze3m
f9f621c920 chore: Update .gitignore and add .idea folder, update npm dependencies, and improve code logic for chat history and knowledge export/import 2024-05-11 19:32:36 +05:30
n4ze3m
f389e45401 chore: Update message display logic to include cursor indicator 2024-05-08 10:16:10 +05:30
n4ze3m
ca1a6e9b1a Auto config fonts 2024-04-27 23:32:47 +05:30
n4ze3m
cbea863cdb Fix whitespace formatting in Markdown.tsx, Message.tsx, useMessage.tsx, and useMessageOption.tsx 2024-04-20 23:50:48 +05:30
n4ze3m
a3810cd534 Update import statement in local-duckduckgo.ts, prompt.tsx, wxt.config.ts, webui.tsx, PlaygroundChat.tsx, other.tsx, Markdown.tsx, and useMessageOption.tsx 2024-04-11 00:08:20 +05:30
n4ze3m
ac347a3970 Update dependencies and fix import paths 2024-04-05 20:28:29 +05:30
n4ze3m
f5eca6a97b Update localization strings and settings 2024-03-27 20:00:13 +05:30
n4ze3m
2381588e72 Update dependencies and refactor useMessage hook 2024-03-24 23:56:41 +05:30
n4ze3m
9a2adbd859 Add i18n 2024-03-24 12:43:43 +05:30
n4ze3m
b33ee0366c Migrated to WXT 2024-03-23 14:44:05 +05:30