543 Commits

Author SHA1 Message Date
Muhammed Nazeem
e931f7cf35
Merge pull request #279 from n4ze3m/next
v1.4.0
2024-12-29 13:42:19 +05:30
n4ze3m
efb49d8e34 feat: Add RTL support for sidepanel settings header 2024-12-29 13:28:15 +05:30
n4ze3m
db3a80c081 feat: Add RTL support for header navigation 2024-12-29 13:13:59 +05:30
n4ze3m
3ddb7f1ad8 feat: Add ElevenLabs TTS provider and response splitting options 2024-12-28 20:10:50 +05:30
n4ze3m
aa49f03f63 feat: Add support for minP, repeatLastN, and repeatPenalty model settings 2024-12-28 17:38:52 +05:30
n4ze3m
ef40b9a242 feat: Optimize entrypointsDir and content_security_policy based on target environment 2024-12-28 17:09:20 +05:30
n4ze3m
cff433860c feat: Add OCR support 2024-12-28 16:45:25 +05:30
n4ze3m
18bc597dc7 feat: Add OCR support to message formatting 2024-12-28 16:27:49 +05:30
n4ze3m
eed1a5a0d1 fix: Swap order of storage set and url rewrite in setOllamaURL function 2024-12-28 13:03:30 +05:30
n4ze3m
a8c84f1447 feat: Add Arabic language support 2024-12-27 20:55:22 +05:30
n4ze3m
e4357677a7 fix: Update entrypointsDir and manifest version in wxt.config.ts
feat: Update routing imports in options and sidepanel App components
fix: Remove unused SquarePen icon import in Header component
2024-12-27 20:16:07 +05:30
Muhammed Nazeem
8d5ae2693a
Merge pull request #276 from n4ze3m/next
v1.3.9
2024-12-22 17:52:26 +05:30
n4ze3m
93879fe5ab feat: Change default keyboard shortcut to Ctrl+Shift+Y 2024-12-22 14:37:58 +05:30
n4ze3m
c49d6ebff4 feat: Change default keyboard shortcut to Ctrl+Shift+Y 2024-12-22 14:37:22 +05:30
n4ze3m
0a5144e784 fix: Adjust height of message container in PlaygroundChat component 2024-12-21 20:44:18 +05:30
n4ze3m
f8bd740cfa feat: Adjust UI styles in PlaygroundForm and PlaygroundMessage components 2024-12-21 20:40:57 +05:30
n4ze3m
15fb80d75d feat: Add support for custom Google domain in search settings 2024-12-21 20:22:13 +05:30
n4ze3m
772000bff4 feat: Add support for Google AI (Gemini) as a custom model provider 2024-12-21 18:13:21 +05:30
n4ze3m
a3c76f0757 feat: Change default keyboard shortcut to Ctrl+Shift+Q 2024-12-21 17:31:36 +05:30
n4ze3m
07949f55b3 feat: Bump extension version to 1.3.9 2024-12-21 17:17:32 +05:30
Muhammed Nazeem
216b21de2a
Merge pull request #274 from n4ze3m/next
v1.3.8
2024-12-15 13:30:14 +05:30
n4ze3m
8124490655 feat: Improve system reset functionality in settings 2024-12-15 13:09:37 +05:30
n4ze3m
43b4f076e9 feat: Add more options for chat messages to copy, download chat entirely 2024-12-14 18:30:27 +05:30
n4ze3m
ccca2eafd3 feat: Anonymize knowledge source content when marking as finished 2024-12-14 16:32:01 +05:30
n4ze3m
5b87173868 feat: Update README to describe Page Assist as a browser extension 2024-12-13 20:09:13 +05:30
n4ze3m
fd6eea3e84 feat: Add Brave Search API support 2024-12-13 20:03:52 +05:30
n4ze3m
44e2057ff4 feat: Update system reset functionality in settings 2024-12-13 18:32:50 +05:30
n4ze3m
caf1dfcbe8 feat: Clear all browser storage when deleting chat history and use local instead of sync 2024-12-13 18:25:05 +05:30
n4ze3m
143541e915 chore: bump version to 1.3.8 2024-12-13 18:08:31 +05:30
n4ze3m
2b08786149 fix: update setLastUsedChatSystemPrompt calls to use newHistoryId.id 2024-12-13 18:08:19 +05:30
Muhammed Nazeem
9faeca9a5b
Merge pull request #271 from n4ze3m/next
feat: Set system prompt from last used chat prompt
2024-12-08 23:40:31 +05:30
n4ze3m
dcd52ad6d5 feat: Set system prompt from last used chat prompt 2024-12-08 23:39:46 +05:30
Muhammed Nazeem
a0275201d3
Merge pull request #270 from n4ze3m/next
v1.3.7
2024-12-08 23:38:10 +05:30
n4ze3m
0566089d08 fix(sidepanel): Enable or disable Ollama connection status check 2024-12-07 18:32:15 +05:30
n4ze3m
071e5d4504 chore: bump version to 1.3.7 2024-12-07 18:15:21 +05:30
n4ze3m
bd08526935 feat: Add support for saving and restoring last used system prompt 2024-12-07 18:15:14 +05:30
Muhammed Nazeem
bd5b3f91db
Merge pull request #262 from n4ze3m/next
v1.3.6
2024-12-01 18:14:46 +05:30
n4ze3m
d45b279348 feat: Add SaveButton component to CurrentChatModelSettings 2024-12-01 17:57:09 +05:30
n4ze3m
379ba6996d feat: add error handling to SearXNG search provider 2024-12-01 17:43:14 +05:30
n4ze3m
0226de7c39 feat: Add vector search to SearXNG search provider
chore: remove unnecessary type annotation in web.ts
2024-12-01 17:02:09 +05:30
n4ze3m
5687517238 feat: Add save functionality for system prompt and model settings 2024-12-01 15:52:52 +05:30
n4ze3m
77f0cdbb35 fix: remove generateHistory call from useMessage hook 2024-12-01 15:32:51 +05:30
n4ze3m
c8c71f69cc feat: Add SearXNG search provider and settings 2024-12-01 00:23:17 +05:30
n4ze3m
138e41e122 chore: bump manifest version to 1.3.6 2024-11-30 20:17:31 +05:30
n4ze3m
6d80798da9 feat: Add useMMap option to model settings 2024-11-30 20:17:03 +05:30
n4ze3m
e5e04c3674 feat: Add option to resume last chat when opening Web UI 2024-11-30 19:04:45 +05:30
Muhammed Nazeem
8d12e9152c
Merge pull request #260 from farooqpk/feature/ollama-url-input
feat: Set Ollama URL from ollamaInfo in PlaygroundEmpty
2024-11-27 12:57:27 +05:30
Muhammed Nazeem
82246ed5e1
Merge pull request #258 from Abubakar115e/main
Spell fixes for Norwegian
2024-11-27 12:56:16 +05:30
farooqpk
38979d979b feat: Set Ollama URL from ollamaInfo in PlaygroundEmpty 2024-11-27 12:40:05 +05:30
Abubakar115e
7f94d57463
Merge branch 'n4ze3m:main' into main 2024-11-26 19:49:59 +01:00