Commit Graph

  • ecc5757af6 chore: update preview (#327) Medcl 2025-04-03 09:42:09 +08:00
  • 6a9b1b53b9 refactor: disable outline for all elements (#326) ayangweb 2025-04-02 16:01:57 +08:00
  • a3663703e4 refactor: migration of attachments and transcription functionality to the commands module (#324) ayangweb 2025-04-02 14:45:39 +08:00
  • 3aed3a0df4 feat: history added search and action menus (#322) ayangweb 2025-04-02 14:03:40 +08:00
  • 569a61841c v0.3.0 v0.3.0 ayang 2025-03-31 21:45:50 +08:00
  • 8b2fc07519 docs: update changelog ayang 2025-03-31 21:44:08 +08:00
  • bf145c8697 style: commenting out unused variables (#320) ayangweb 2025-03-31 20:57:51 +08:00
  • 0c3606820c docs: update changelog (#319) ayangweb 2025-03-31 18:36:37 +08:00
  • 3df86fc1c4 refactor: hide voice input and file upload functions (#318) ayangweb 2025-03-31 18:35:06 +08:00
  • d01cbe1541 refactor: different platforms support different modifier keys (#317) ayangweb 2025-03-31 17:17:39 +08:00
  • 89a763dff7 feat: supports keyboard shortcuts with immediate effect (#316) ayangweb 2025-03-31 17:07:34 +08:00
  • 0c42a51cb5 chore: support icon url parsed by server (#315) Medcl 2025-03-30 22:20:15 +08:00
  • f514e5a5c9 chore: support multi websocket connections (#314) Medcl 2025-03-30 19:33:49 +08:00
  • b3aff2b353 refactor: added the voice to text api (#313) ayangweb 2025-03-30 19:28:15 +08:00
  • bcb92bfd49 refactor: hide apps without icon (#312) ayangweb 2025-03-28 17:56:58 +08:00
  • d9dea0ea38 feat: support for uploading files to the server (#310) ayangweb 2025-03-28 13:50:14 +08:00
  • d2eed4a1c4 refactor: refactor invoke related code (#309) BiggerRain 2025-03-25 20:57:46 +08:00
  • c7e547b5fa refactor: encapsulates show and hide methods (#308) ayangweb 2025-03-24 17:19:19 +08:00
  • eadd0988ba chore: eliminate all warnings for rust (#307) ayangweb 2025-03-24 14:55:35 +08:00
  • 78bc83f38a refactor: all commands methods have been changed to asynchronous (#306) ayangweb 2025-03-24 14:39:08 +08:00
  • 84d9c6cdf0 refactor: hide voice input when no radio device is available (#305) ayangweb 2025-03-24 12:00:42 +08:00
  • 0769545a92 chore: remove lazy (#304) BiggerRain 2025-03-24 12:00:11 +08:00
  • 118eaa55e3 feat: voice input support for search and chat (#302) ayangweb 2025-03-24 09:17:09 +08:00
  • ef1304ce5e feat: add web pages (#277) BiggerRain 2025-03-17 16:24:18 +08:00
  • 51d3a9d090 chore: remove dmg-background.png (#301) Medcl 2025-03-17 15:24:42 +08:00
  • 7d0eced55a refactor: resolving code conflicts (#300) ayangweb 2025-03-17 09:29:34 +08:00
  • e81c5bbb6e feat: advanced settings content improvement (#281) ayangweb 2025-03-17 09:19:59 +08:00
  • bfc7b488ad fix: store data is not shared among multiple windows (#298) v0.2.1 BiggerRain 2025-03-14 18:41:48 +08:00
  • 249cc2eae4 chore: add settings to output docs json (#297) Hardy 2025-03-14 18:37:02 +08:00
  • 388dac6452 chore: chat input border & clear input (#295) BiggerRain 2025-03-14 17:19:39 +08:00
  • dc8d1b5054 refactor: hide voice input buttons (#294) ayangweb 2025-03-14 17:07:46 +08:00
  • 046c3dda82 chore: update release notes (#293) ayangweb 2025-03-14 16:27:51 +08:00
  • 60ce678e3e v0.2.1 medcl 2025-03-14 16:06:08 +08:00
  • 8d79b9ba1a chore: update release notes (#290) Medcl 2025-03-14 15:49:24 +08:00
  • 969126ed89 chore: websocket timeout increased to 2 minutes (#289) BiggerRain 2025-03-14 11:14:03 +08:00
  • e2df2b583a refactor: optimize the outline of the button (#288) ayangweb 2025-03-14 11:07:19 +08:00
  • 9d948d4fc6 chore: remove selected function (#286) BiggerRain 2025-03-14 10:50:51 +08:00
  • 81c770ba7e refactor: optimize voice input (#285) ayangweb 2025-03-14 10:49:44 +08:00
  • c9e9a72a0e chore: chat window min width & remove input bg (#284) BiggerRain 2025-03-13 14:41:41 +08:00
  • 96e6aae30b ci: remove unneeded rust-toolchain action (#283) SteveLauC 2025-03-12 18:06:36 +08:00
  • d319f5ebc7 fix: the chat scrolling and chat rendering (#282) BiggerRain 2025-03-12 16:50:35 +08:00
  • 04ff358dc7 fix: chat end type (#280) BiggerRain 2025-03-12 14:24:24 +08:00
  • 22872ab02f fix: incorrect version type (#279) Medcl 2025-03-12 13:28:43 +08:00
  • fcfd21be45 refactor: disable manual input during voice input (#278) ayangweb 2025-03-12 10:46:16 +08:00
  • 0044e9a536 feat: chat supports voice input (#276) ayangweb 2025-03-11 16:36:51 +08:00
  • 44a3ea3868 fix: add history reload for coco chat (#275) BiggerRain 2025-03-11 15:48:45 +08:00
  • b444dc35ae refactor: chat components (#273) BiggerRain 2025-03-11 11:02:30 +08:00
  • 8c9ccef218 feat: support for automatic app updates (#274) ayangweb 2025-03-11 10:36:42 +08:00
  • a3bc997efe refactor: window not hidden after copying (#272) ayangweb 2025-03-10 14:52:47 +08:00
  • 910841013f fix: fusion search should excluded disabled servers (#271) Medcl 2025-03-10 12:08:39 +08:00
  • f02b8bb28a v0.2.0 v0.2.0 ayang 2025-03-07 17:38:43 +08:00
  • e68e8f7954 refactor: optimized theme switching (#270) ayangweb 2025-03-07 17:38:05 +08:00
  • 18b6e1cbc9 chore: fallback version (#269) ayangweb 2025-03-07 17:17:43 +08:00
  • 062e2873b4 fix: typo (#268) Medcl 2025-03-07 17:14:20 +08:00
  • e75f4ce187 chore: update release notes (#267) Medcl 2025-03-07 17:09:11 +08:00
  • dbbc87523d fix: ws link (#266) BiggerRain 2025-03-07 15:50:43 +08:00
  • 6548889f47 v0.2.0-rc.1 v0.2.0-rc.1 ayang 2025-03-07 15:05:55 +08:00
  • 814aefdb7c style: delete useless import (#265) ayangweb 2025-03-07 15:05:29 +08:00
  • 6271e3e995 refactor: hide file uploads (#264) ayangweb 2025-03-07 14:59:22 +08:00
  • 9d2f3c9023 fix: chat error (#263) BiggerRain 2025-03-07 14:55:28 +08:00
  • 8528644eaa refactor: right-click again to close the context menu (#262) ayangweb 2025-03-07 14:55:05 +08:00
  • 8db5b9ec37 refactor: add a border to the main window of linux only (#261) ayangweb 2025-03-07 14:39:49 +08:00
  • 83143ab412 chore: macos code signing (#260) ayangweb 2025-03-07 13:01:57 +08:00
  • a0b5867c9c feat: tray internationalization and shortcut display (#259) ayangweb 2025-03-07 12:42:55 +08:00
  • 58ce845fd2 fix: dataSourceList all & login async (#258) BiggerRain 2025-03-07 12:11:29 +08:00
  • 63dbe90575 refactor: execute the right-click menu function to hide the window (#257) ayangweb 2025-03-07 10:59:56 +08:00
  • 290f67fcf6 fix: server should keep previous enabled state even on fresh (#256) Medcl 2025-03-06 23:43:45 +08:00
  • ae75d75063 fix: suggestion list width (#255) BiggerRain 2025-03-06 23:41:25 +08:00
  • 5d004f5196 chore: handle not login status in chat window (#254) BiggerRain 2025-03-06 21:47:09 +08:00
  • e56fcc842c chore: update version to v0.2 (#253) Medcl 2025-03-06 20:54:44 +08:00
  • efbcb8df9c refactor: chat code & chat loading (#252) BiggerRain 2025-03-06 20:32:57 +08:00
  • d2855c1c19 refactor: handling the use of unwrap (#251) ayangweb 2025-03-06 20:11:17 +08:00
  • 5c891ec711 refactor: upload files and screenshots for internationalization (#250) ayangweb 2025-03-06 18:24:37 +08:00
  • 6abb19c8a8 feat: supports app search across all platforms (#249) ayangweb 2025-03-06 17:50:44 +08:00
  • af11b7915d chore: refactor code & link ws (#247) BiggerRain 2025-03-06 15:16:48 +08:00
  • 50aee2c19e refactor: optimize the style of the list of networking search services (#245) ayangweb 2025-03-06 10:01:58 +08:00
  • a212d3bbb7 feat: add not login tips (#244) BiggerRain 2025-03-05 21:36:05 +08:00
  • c7b201f068 refactor: use tauri's own method to switch themes (#243) ayangweb 2025-03-05 15:41:08 +08:00
  • 0e469db697 chore: loading update (#241) BiggerRain 2025-03-05 12:31:18 +08:00
  • c483dec222 feat: support for uploading screenshots (#242) ayangweb 2025-03-05 12:22:33 +08:00
  • 3305298d29 chore: icon file & history message (#240) BiggerRain 2025-03-04 22:05:36 +08:00
  • 3aa433f1da chore: message icon update & message history (#239) BiggerRain 2025-03-04 21:20:48 +08:00
  • 8d1bd7df6b refactor: change the style of the chat function buttons (#238) ayangweb 2025-03-04 20:09:58 +08:00
  • 0bc61881c4 chore: Coco chat window input and message (#237) BiggerRain 2025-03-04 15:49:04 +08:00
  • 7fc1b0e31f v0.2.0-beta.1 ayang 2025-03-04 12:51:41 +08:00
  • 5d5cdf2299 style: commented out unused code (#235) ayangweb 2025-03-04 12:51:15 +08:00
  • a8ab6bf590 refactor: optimized the style of the file list (#234) ayangweb 2025-03-04 12:43:24 +08:00
  • ed2f625ab4 refactor: file name overflow hiding in file list (#233) ayangweb 2025-03-03 22:13:32 +08:00
  • d37383c180 refactor: fixed window when uploading files (#232) ayangweb 2025-03-03 22:04:31 +08:00
  • 24a915fb31 chore: update the response of new chat (#231) Medcl 2025-03-03 21:44:22 +08:00
  • 8e6d081e28 chore: chat RAG update (#230) BiggerRain 2025-03-03 20:51:45 +08:00
  • 5d7c252a8f feat: chat support for uploading files (#229) ayangweb 2025-03-03 17:54:00 +08:00
  • fbe20df1f9 chore: server error update status (#228) BiggerRain 2025-03-03 16:58:13 +08:00
  • 4713035133 chore: add suggestion (#227) BiggerRain 2025-03-03 15:43:19 +08:00
  • cf4a8ea58a refactor: refactoring auth flow (#226) Medcl 2025-03-02 22:14:18 +08:00
  • 31aa8587ba refactor: AI conversation rendering logic (#216) BiggerRain 2025-03-02 21:44:21 +08:00
  • 9fd56457d8 chore: refresh all server's info on purpose, get the actual health info (#225) Medcl 2025-02-28 11:48:25 +08:00
  • de46300ee4 refactor: search content context menu internationalization (#224) ayangweb 2025-02-28 09:27:27 +08:00
  • 5817d5fc7d refactor: optimize networking search icon border (#223) ayangweb 2025-02-27 17:12:59 +08:00
  • 0136968d23 refactor: optimized data source acquisition for networked searches (#222) ayangweb 2025-02-27 16:37:18 +08:00