Commit Graph

  • 9976ad9ed0 fix(migrate): add error handling to migration functions and ensure state integrity during updates kangfenmao 2025-03-29 15:25:50 +08:00
  • 88b7ebf371 chore(version): 1.1.15 kangfenmao 2025-03-29 14:58:28 +08:00
  • bffaa26b19 chore(version): 1.1.15 kangfenmao 2025-03-29 14:58:28 +08:00
  • 3bb294e698 chore(version): 1.1.15 v1.1.15 kangfenmao 2025-03-29 14:58:28 +08:00
  • 4ddef410ac chore(version): 1.1.14 kangfenmao 2025-03-29 08:05:56 +08:00
  • 3b2cf94e04 chore(version): 1.1.14 kangfenmao 2025-03-29 08:05:56 +08:00
  • 990b1651a9 chore(version): 1.1.14 v1.1.14 kangfenmao 2025-03-29 08:05:56 +08:00
  • 230f9cf32c feat(i18n): add delete server confirmation messages in multiple languages kangfenmao 2025-03-29 08:00:51 +08:00
  • d902c24ec6 feat(i18n): add delete server confirmation messages in multiple languages kangfenmao 2025-03-29 08:00:51 +08:00
  • 11c070a1d7 feat(i18n): add delete server confirmation messages in multiple languages kangfenmao 2025-03-29 08:00:51 +08:00
  • 577dcdb70b feat: MinApp tabs on sidebar, we can keep MinApps alive and re-open it without loading again. fullex 2025-03-27 13:16:08 +08:00
  • ca385a5092 feat: MinApp tabs on sidebar, we can keep MinApps alive and re-open it without loading again. fullex 2025-03-27 13:16:08 +08:00
  • 57ba91072d feat: MinApp tabs on sidebar, we can keep MinApps alive and re-open it without loading again. fullex 2025-03-27 13:16:08 +08:00
  • 424b883681 refactor: MinAppType id required and only string fullex 2025-03-27 12:37:44 +08:00
  • 6cbc8c9dfc refactor: MinAppType id required and only string fullex 2025-03-27 12:37:44 +08:00
  • 433d562599 refactor: MinAppType id required and only string fullex 2025-03-27 12:37:44 +08:00
  • 94340bcb7f feat: support gpt-4o image generation (#4054) Chen Tao 2025-03-29 07:18:42 +08:00
  • 56f17916a9 feat: support gpt-4o image generation (#4054) Chen Tao 2025-03-29 07:18:42 +08:00
  • 194ba1baa0 feat: support gpt-4o image generation (#4054) Chen Tao 2025-03-29 07:18:42 +08:00
  • 63b8554261 feat(models): add support for new Gemini models suyao 2025-03-29 02:00:47 +08:00
  • 365c7b4cb4 feat(models): add support for new Gemini models suyao 2025-03-29 02:00:47 +08:00
  • 53ae427f2f feat(models): add support for new Gemini models suyao 2025-03-29 02:00:47 +08:00
  • 28c63e838a feat: mcp tools (#4069) LiuVaayne 2025-03-29 07:16:59 +08:00
  • c5ea86b96c feat: mcp tools (#4069) LiuVaayne 2025-03-29 07:16:59 +08:00
  • 3f40cc28ac feat: mcp tools (#4069) LiuVaayne 2025-03-29 07:16:59 +08:00
  • 148249eaca feat(OCR): add options for recognition level and minimum confidence suyao 2025-03-29 01:41:35 +08:00
  • 1db577ed16 feat(UI/files): integrate Mistral file handling and update OCR provider to use optional dependency suyao 2025-03-29 01:32:38 +08:00
  • 7f69ef5356 chore(OCR): remove redundant logging statements suyao 2025-03-28 22:21:28 +08:00
  • 91f3948efd chore(package): move @cherrystudio/mac-system-ocr to optionalDependencies suyao 2025-03-28 22:16:53 +08:00
  • 7f310bc29f feat(OCR): add recognition level and minimum confidence options for Mac system OCR provider suyao 2025-03-28 22:09:36 +08:00
  • 850b55912a chore(version): 1.1.13 kangfenmao 2025-03-28 21:49:09 +08:00
  • e7188c5d19 chore(version): 1.1.13 kangfenmao 2025-03-28 21:49:09 +08:00
  • d3584d2d39 chore(version): 1.1.13 v1.1.13 kangfenmao 2025-03-28 21:49:09 +08:00
  • 684b5c9dc5 feat(Markdown): disallow iframe elements in Markdown rendering #4059 kangfenmao 2025-03-28 21:45:47 +08:00
  • d833cf11cd feat(Markdown): disallow iframe elements in Markdown rendering #4059 kangfenmao 2025-03-28 21:45:47 +08:00
  • da0db73916 feat(Markdown): disallow iframe elements in Markdown rendering #4059 kangfenmao 2025-03-28 21:45:47 +08:00
  • 57f6fd14d6 fix: fix fold selected (#4058) Teo 2025-03-28 21:22:45 +08:00
  • f7da00677a fix: fix fold selected (#4058) Teo 2025-03-28 21:22:45 +08:00
  • 21f1b8b373 fix: fix fold selected (#4058) Teo 2025-03-28 21:22:45 +08:00
  • 8ac75413e2 remove unnecessary css fullex 2025-03-28 16:51:37 +08:00
  • 9b49d451a7 remove unnecessary css fullex 2025-03-28 16:51:37 +08:00
  • f1a03916e7 remove unnecessary css fullex 2025-03-28 16:51:37 +08:00
  • 703e746a48 fix: code block selection abnormal - the reason is using display: table/table-row, which makes the selection behavior become table style. - use display: flex/block to solve this problem, meanwhile the line number css also modified to fit the adjust fullex 2025-03-28 16:46:24 +08:00
  • a6977ec547 fix: code block selection abnormal - the reason is using display: table/table-row, which makes the selection behavior become table style. - use display: flex/block to solve this problem, meanwhile the line number css also modified to fit the adjust fullex 2025-03-28 16:46:24 +08:00
  • 45f0bfa0f9 fix: code block selection abnormal - the reason is using display: table/table-row, which makes the selection behavior become table style. - use display: flex/block to solve this problem, meanwhile the line number css also modified to fit the adjust fullex 2025-03-28 16:46:24 +08:00
  • d58e6dd857 feat(electron-builder): update release notes to include Nutstore login, SiYuan note export, and MCP improvements kangfenmao 2025-03-28 18:01:09 +08:00
  • feb3ca631f feat(electron-builder): update release notes to include Nutstore login, SiYuan note export, and MCP improvements kangfenmao 2025-03-28 18:01:09 +08:00
  • f2102daf00 feat(electron-builder): update release notes to include Nutstore login, SiYuan note export, and MCP improvements kangfenmao 2025-03-28 18:01:09 +08:00
  • 29ccbf16d8 Merge branch 'main' into local-pr-3734 suyao 2025-03-28 16:30:17 +08:00
  • aa44396a3e refactor(Knowledge): enhance progress tracking in UI components suyao 2025-03-28 16:02:34 +08:00
  • f0c47aeff6 chore(version): 1.1.12 kangfenmao 2025-03-28 15:17:33 +08:00
  • 6db8b1cc70 chore(version): 1.1.12 kangfenmao 2025-03-28 15:17:33 +08:00
  • 8f5c4483fc chore(version): 1.1.12 v1.1.12 kangfenmao 2025-03-28 15:17:33 +08:00
  • 0be6c0349b feat(MessagesService): two or more adjacent messages have the same role as user, then only the last one should be kept Chris Wan 2025-03-27 13:21:54 +08:00
  • 4ed2723982 feat(MessagesService): two or more adjacent messages have the same role as user, then only the last one should be kept Chris Wan 2025-03-27 13:21:54 +08:00
  • 43adac3f74 feat(MessagesService): two or more adjacent messages have the same role as user, then only the last one should be kept Chris Wan 2025-03-27 13:21:54 +08:00
  • aa6f37282f fix(TopicsTab): Topic prompts cannot be cleared ousugo 2025-03-28 13:40:03 +08:00
  • 1c0da4127f fix(TopicsTab): Topic prompts cannot be cleared ousugo 2025-03-28 13:40:03 +08:00
  • 7b8c5f185c fix(TopicsTab): Topic prompts cannot be cleared ousugo 2025-03-28 13:40:03 +08:00
  • b115c586f1 refactor(mcp settings): enhance NpxSearch component layout and styling (#4053) Teo 2025-03-28 15:08:24 +08:00
  • ed343f51c3 refactor(mcp settings): enhance NpxSearch component layout and styling (#4053) Teo 2025-03-28 15:08:24 +08:00
  • eeb537048b refactor(mcp settings): enhance NpxSearch component layout and styling (#4053) Teo 2025-03-28 15:08:24 +08:00
  • e41987d138 fix(nutstore): fix the issue of not being able to customize the name of nutstore backup files. (#4050) nutstore-dev 2025-03-28 15:06:15 +08:00
  • f18fb5b025 fix(nutstore): fix the issue of not being able to customize the name of nutstore backup files. (#4050) nutstore-dev 2025-03-28 15:06:15 +08:00
  • 5712a58a5e fix(nutstore): fix the issue of not being able to customize the name of nutstore backup files. (#4050) nutstore-dev 2025-03-28 15:06:15 +08:00
  • 7a48da47ac feat(i18n): add "New Folder" button label to multiple locales kangfenmao 2025-03-28 13:42:14 +08:00
  • fcad681704 feat(i18n): add "New Folder" button label to multiple locales kangfenmao 2025-03-28 13:42:14 +08:00
  • c4162bd9e3 feat(i18n): add "New Folder" button label to multiple locales kangfenmao 2025-03-28 13:42:14 +08:00
  • e3c5542d5b refactor: mcp setting ui refactor Teo 2025-03-28 12:14:34 +08:00
  • 559db5455a refactor: mcp setting ui refactor Teo 2025-03-28 12:14:34 +08:00
  • eddbae6f5e refactor: mcp setting ui refactor Teo 2025-03-28 12:14:34 +08:00
  • 0d794cae36 refactor(KnowledgeService): improve file name handling and remove debug logs from KnowledgeContent suyao 2025-03-28 11:30:34 +08:00
  • 3c2d392376 chore(version): 1.1.11 kangfenmao 2025-03-28 11:19:56 +08:00
  • 47cbb1bde4 chore(version): 1.1.11 kangfenmao 2025-03-28 11:19:56 +08:00
  • 29f7da1a4c chore(version): 1.1.11 v1.1.11 kangfenmao 2025-03-28 11:19:56 +08:00
  • 37cb188bf1 fix: mcp install ui kangfenmao 2025-03-28 11:15:49 +08:00
  • 2a07eb75fd fix: mcp install ui kangfenmao 2025-03-28 11:15:49 +08:00
  • 403ed8cbf4 fix: mcp install ui kangfenmao 2025-03-28 11:15:49 +08:00
  • 9b9bed5bbd chore: remove useless code kangfenmao 2025-03-28 09:19:04 +08:00
  • 641485d517 chore: remove useless code kangfenmao 2025-03-28 09:19:04 +08:00
  • 7263a682b7 chore: remove useless code kangfenmao 2025-03-28 09:19:04 +08:00
  • e3d81b49df refactor: mcp service kangfenmao 2025-03-28 03:31:15 +08:00
  • 98f0f65bae refactor: mcp service kangfenmao 2025-03-28 03:31:15 +08:00
  • 29b5ba787b refactor: mcp service kangfenmao 2025-03-28 03:31:15 +08:00
  • 807ae349a3 Revert "feat: Use logo instead of avatar" kangfenmao 2025-03-28 03:45:35 +08:00
  • 1ba9667db7 Revert "feat: Use logo instead of avatar" kangfenmao 2025-03-28 03:45:35 +08:00
  • bb6fdd2db7 Revert "feat: Use logo instead of avatar" kangfenmao 2025-03-28 03:45:35 +08:00
  • 22f86d0476 chore(dependency): update mac-system-ocr and refine electron-builder configuration suyao 2025-03-28 04:08:54 +08:00
  • 9799aa873a feat(OCR): improve PDF handling and update package versions suyao 2025-03-28 00:25:10 +08:00
  • 02e2d0a2d5 fix(Reranker): 修复rerank 400 and 完善错误信息 (#4013) Chen Tao 2025-03-27 20:04:37 +08:00
  • a2d4e02b6a fix(Reranker): 修复rerank 400 and 完善错误信息 (#4013) Chen Tao 2025-03-27 20:04:37 +08:00
  • 710171278a fix(Reranker): 修复rerank 400 and 完善错误信息 (#4013) Chen Tao 2025-03-27 20:04:37 +08:00
  • a45460eae9 feat: mcp auto server (#3996) MyPrototypeWhat 2025-03-27 17:15:16 +08:00
  • c8d3b529a6 feat: mcp auto server (#3996) MyPrototypeWhat 2025-03-27 17:15:16 +08:00
  • 41191f6132 feat: mcp auto server (#3996) MyPrototypeWhat 2025-03-27 17:15:16 +08:00
  • d59d3f2ec4 lint: fix code format kangfenmao 2025-03-27 15:15:15 +08:00
  • 9b8e7f0863 lint: fix code format kangfenmao 2025-03-27 15:15:15 +08:00
  • bbc7b20183 lint: fix code format kangfenmao 2025-03-27 15:15:15 +08:00
  • 6dafcf003d feat(Messages): add foldSelected property to assistant messages for improved message handling kangfenmao 2025-03-27 15:15:01 +08:00
  • bb14746e5d feat(Messages): add foldSelected property to assistant messages for improved message handling kangfenmao 2025-03-27 15:15:01 +08:00