Commit Graph

280 Commits

Author SHA1 Message Date
kangfenmao
cda105a568 chore(version): 0.4.6 2024-08-01 15:36:07 +08:00
kangfenmao
7c9f352c96 fix(SendMessageButton.tsx): remove unnecessary placement prop from SendMessageButton to prevent potential UI alignment issues 2024-08-01 15:23:12 +08:00
kangfenmao
60c2a6ccbd fix(SettingsTab.tsx): correct the temperature label 2024-08-01 15:19:45 +08:00
kangfenmao
16a5022594 feat: add markdown footnote 2024-08-01 15:18:09 +08:00
kangfenmao
f83364147a feat: add markdown plugins remark-gfm remark-math rehype-katex 2024-08-01 14:51:20 +08:00
kangfenmao
e22387117c feat: add link component 2024-08-01 14:28:18 +08:00
kangfenmao
73e132a3ed chore(version): 0.4.5 2024-08-01 00:05:16 +08:00
kangfenmao
43d8425128 style(Message.tsx): increase padding in MessageContainer 2024-08-01 00:04:47 +08:00
kangfenmao
2c9d45a885 feat: use poppins fonts 2024-07-31 23:20:28 +08:00
kangfenmao
e36131ffd0 fix: optimize interface display style 2024-07-31 21:04:09 +08:00
kangfenmao
b151279a2b feat: new window style 2024-07-31 17:30:17 +08:00
kangfenmao
67253ac9ab chore(version): 0.4.4 2024-07-31 13:54:04 +08:00
kangfenmao
922b0f1970 feat(Inputbar.tsx): change height to min-height for Inputbar 2024-07-31 13:41:02 +08:00
kangfenmao
aec619ea78 chore(package.json): add publish script to automate the release and patch version push process 2024-07-31 13:11:31 +08:00
kangfenmao
88861f0f54 chore(version): 0.4.3 2024-07-31 13:08:19 +08:00
kangfenmao
2682a02717 feat: add send message button 2024-07-31 13:07:02 +08:00
kangfenmao
50c99ec121 feat: default enable new added provider 2024-07-31 12:21:46 +08:00
kangfenmao
d47d9d4c49 feat: add message suggestions 2024-07-31 12:13:03 +08:00
kangfenmao
6ad8ad2308 chore(version): 0.4.2 2024-07-30 17:53:45 +08:00
kangfenmao
ae3d9f745d feat(AboutSettings): implement functionality to open license page from about settings 2024-07-30 16:33:58 +08:00
kangfenmao
e8664ac359 doc: update LICENSE 2024-07-30 16:13:32 +08:00
kangfenmao
eb77ffa7f3 docs: change offical website url 2024-07-30 15:31:17 +08:00
kangfenmao
e96d7fb38a remove: website 2024-07-30 15:30:35 +08:00
kangfenmao
436c42d6b1 fix: delete provider crash 2024-07-30 15:30:09 +08:00
kangfenmao
bf260471a6 chore(version): 0.4.1 2024-07-29 18:18:03 +08:00
kangfenmao
57cf3ad293 fix: model list text color 2024-07-29 18:17:50 +08:00
kangfenmao
11f7d578c9 fix(ProviderSDK.ts): translation message 2024-07-29 17:45:08 +08:00
kangfenmao
808c405c9f style(website): adjust border-radius of images to 20% 2024-07-29 17:36:27 +08:00
kangfenmao
bc68ed23e2 chore(version): 0.4.0 2024-07-29 17:33:09 +08:00
kangfenmao
16977cbace feat: add dark and light theme 2024-07-29 17:14:49 +08:00
kangfenmao
c64e529cb0 docs(index.html): update website URLs from easys.run to cherry-ai.com 2024-07-29 09:55:24 +08:00
kangfenmao
9e3e11176e chore(version): 0.3.9 2024-07-29 09:16:46 +08:00
kangfenmao
38a0752583 feat: add model logo on select model dropdown 2024-07-28 15:10:36 +08:00
kangfenmao
78474a1951 fix(Message.tsx): add optional chaining to assistant.name to prevent potential undefined errors 2024-07-28 11:16:16 +08:00
kangfenmao
6f887447e1 chore(version): 0.3.8 2024-07-28 02:28:48 +08:00
kangfenmao
0c8b21b609 refactor(TranslatePage.tsx): simplify OutputText styling for cleaner code structure 2024-07-28 02:28:48 +08:00
kangfenmao
cb2f0645b0 fix(index.html): update Content-Security-Policy to allow fonts 2024-07-28 01:37:43 +08:00
kangfenmao
f731b82937 feat(TranslatePage.tsx): add markdown style to handle whitespace properly in translation output 2024-07-28 01:32:03 +08:00
kangfenmao
6c4d98bb98 feat: add translation module 2024-07-28 01:07:15 +08:00
kangfenmao
c4bafc6f6a fix(markdown.scss): replace :first-of-type with :first-child for consistent styling of first elements 2024-07-26 18:02:50 +08:00
kangfenmao
06a5327b52 fix(api.ts): modify provider apiKey check to exclude 'ollama' provider 2024-07-26 18:02:32 +08:00
kangfenmao
953ae8a46b feat(markdown.scss): add white-space: pre-wrap to code elements 2024-07-26 17:22:48 +08:00
kangfenmao
76fa54dc30 chore(version): 0.3.7 2024-07-26 11:04:02 +08:00
kangfenmao
b094bbe7a7 feat(ProviderSetting.tsx): add remove icon for models to allow deletion 2024-07-26 10:40:53 +08:00
kangfenmao
8e7487fce2 feat(provider.ts): add API endpoint configuration for each provider with editable status 2024-07-26 10:34:55 +08:00
kangfenmao
37bae9baf5 fix(SettingsTab.tsx): reposition reset button to align with model settings title for better visibility 2024-07-26 10:10:34 +08:00
kangfenmao
a4ed16089b feat(NavigationCenter.tsx): add CodeSandboxOutlined icon to model selection 2024-07-26 10:04:59 +08:00
kangfenmao
cb058fd5e7 feat: add global _activeAssistant and_activeTopic variable to persist state across re-renders 2024-07-26 09:57:49 +08:00
kangfenmao
00a0b8df4d feat: save file to disk 2024-07-26 09:53:07 +08:00
kangfenmao
3aa4363f5b refactor: remove conditional devTools enabling 2024-07-25 18:04:12 +08:00