ayangweb
8c9ccef218
feat: support for automatic app updates ( #274 )
...
* feat: support for automatic app updates
* refactor: add force update instructions
* refactor: optimize version update alerts
* chore: updating configuration files
2025-03-11 10:36:42 +08:00
ayang
f02b8bb28a
v0.2.0
2025-03-07 17:38:43 +08:00
ayangweb
18b6e1cbc9
chore: fallback version ( #269 )
2025-03-07 17:17:43 +08:00
Medcl
062e2873b4
fix: typo ( #268 )
...
* v0.2.0
* fix: typo
---------
Co-authored-by: ayang <473033518@qq.com >
2025-03-07 17:14:20 +08:00
ayang
6548889f47
v0.2.0-rc.1
2025-03-07 15:05:55 +08:00
ayangweb
8528644eaa
refactor: right-click again to close the context menu ( #262 )
2025-03-07 14:55:05 +08:00
Medcl
e56fcc842c
chore: update version to v0.2 ( #253 )
2025-03-06 20:54:44 +08:00
ayangweb
6abb19c8a8
feat: supports app search across all platforms ( #249 )
...
* feat: supports app search across all platforms
* style: remove commented code
2025-03-06 17:50:44 +08:00
ayangweb
c7b201f068
refactor: use tauri's own method to switch themes ( #243 )
...
* refactor: use tauri's own method to switch themes
* chore: restore version to 0.1.0
2025-03-05 15:41:08 +08:00
ayangweb
c483dec222
feat: support for uploading screenshots ( #242 )
...
* feat: support for uploading screenshots
* feat: initiate detection of screen recording permissions
2025-03-05 12:22:33 +08:00
ayang
7fc1b0e31f
v0.2.0-beta.1
2025-03-04 12:51:41 +08:00
ayangweb
5d7c252a8f
feat: chat support for uploading files ( #229 )
...
* feat: chat support for uploading files
* refactor: out of focus hidden window
* refactor: filtering files larger than 100M
* refactor: displayed in the chat content area
* refactor: hide window when out of focus
2025-03-03 17:54:00 +08:00
BiggerRain
a383ec3273
feat: add togglePin & switch server ( #166 )
...
* feat: add togglePin
* proxy websocket poc
* feat: switch server
* merge: merge switch ws server
* feat: add switch server
---------
Co-authored-by: medcl <m@medcl.net >
2025-02-21 18:57:32 +08:00
Medcl
ca5a7437f3
fix: allow the to access deeplink for linux ( #148 )
...
* fix: fix deeplink for linux
* chore: remove space from app name
* chore: update release notes
2025-02-19 13:02:22 +08:00
Medcl
4ba842f18b
chore: fix build for linux ( #143 )
...
* chore: fix build for linux
* chore: fix build for linux
2025-02-18 08:26:52 +08:00
Medcl
7d0274ba69
refactor: refactoring application search ( #134 )
2025-02-11 14:46:19 +08:00
Medcl
f006adccac
optimize application search ( #132 )
2025-02-10 08:14:58 +08:00
Medcl
bab38b3226
fix: resolve app show/hide behavior and tray icon handling ( #129 )
2025-02-09 21:51:03 +08:00
Medcl
60e43ddfb8
fix: ensure app is always on top and visible on all workspaces ( #127 )
2025-02-08 07:38:02 +08:00
Medcl
1b1d9bfc40
feat: add support for local application search ( #125 )
...
* chore: refactoring new search interface
* feat: add support for application search
2025-02-07 16:31:05 +08:00
SteveLauC
45ffe4cad8
refactor: refactoring Coco App ( #112 )
...
* feat: impl Coco server related APIs
* chore: remove unused method
* fix: invoke Rust interfaces in tauri::run()
* chore: add invoke
* feat: add add_coco_server
* fix: trim the tailing forward slash
* feat: interface get_user_profiles
* chore: add
* fix: store the servers in add interface
* chore: ass
* fix: skip non-publich servers with no token
* feat: add
* feat: get datasources and connectors
* fix: invoke interfaces in tauri::run()
* chore: add SidebarRef
* refactor: refactoring coco-app
* refactor: refactoring coco app
* refactor: refactoring project layout
* refactor: refactoring server management
* chore: cleanup code
* chore: display error when connect failed
* refactor: refactoring refresh server's info
* refactor: refactoring how to connect the coco serverg
* chore: rename to cloud
* refactor: refactoring remove coco server
* fix: refresh current selected server
* fix: reset server selection
* chore: update login status
* feat: add error message tips
* fix: fix login and logout
* refactor: refactoring http client
* fix: fix the datasources
* chore: minor fix
* refactor: refactoring code
* fix: fix search api
* chore: optimize part of icons
* chore: fix build
* refactor: search list icon
* refactor: search list icon
* chore: lib
* feat: add plugin-os
---------
Co-authored-by: rain <15911122312@163.com >
Co-authored-by: medcl <m@medcl.net >
2025-02-06 11:45:37 +08:00
SteveLauC
2c87ff4081
refactor: use tauri store to store the global shortcut ( #105 )
...
* refactor: use tauri store to store the global shortcut
* refactor: debug interface about shortcut
* docs: document code/clippy fixes
* feat: deduplication shortcut keys
---------
Co-authored-by: rain <15911122312@163.com >
2025-01-20 19:38:59 +08:00
Medcl
efb92b15ca
feat: add deeplink, and handle oauth callback ( #99 )
...
* init attempt
* fix build
* feat: deep link
* feat: deep-link
* register schema to macos
* chore: remove verbose logging
* feat: add request_access_token
---------
Co-authored-by: rain <15911122312@163.com >
2025-01-10 14:59:03 +08:00
BiggerRain
40527b3a6c
feat: add oauth ( #98 )
...
* feat: add oauth
* chore: url name
* chore: url name
* chore: coco://oauth_callback
2025-01-09 17:41:03 +08:00
BiggerRain
e2dfda9f1d
fix: Esc key failure issue & removing unused code related to the tauri-nspanel plugin & introduct the server variable name ( #85 )
...
* fix: Esc key failure issue
* feat: add env
* chore: modify the environment variable name
* chore: modify websocket id name
* chore: remove tauri-nspanel
2025-01-06 10:50:44 +08:00
BiggerRain
9215ae060e
feat: add new UI about no-data page ( #80 )
...
* feat: new UI redesign
* feat: add new ui no-data page
2025-01-02 14:41:54 +08:00
BiggerRain
91d75b3346
chore: organize the code about theme ( #57 )
2024-12-19 12:06:40 +08:00
tu6ge
00a9650a15
Adapt to Windows ( #51 )
...
* feat: remove tauri-nspanel plugin
* chore: auto formatter rust code
* feat(windows): shortcut support windows
* doc: note windows error
* feat(linux): shortcut support linux
* fix: remove open_devtools code
* wip: emit open_settings event on all os
* feat: support autostart with settings
* doc: close autostart
* wip: open settings distinguish window or other os
2024-12-14 15:38:32 +08:00
tu6ge
b9b08d7943
feat: add setting child window ( #43 )
2024-12-10 13:43:58 +08:00
tu6ge
5dab14dd53
fix: tray icon mofity ( #39 )
2024-12-06 12:03:39 +08:00
tu6ge
fdfc260920
feat: support system tray ( #35 )
2024-11-30 20:41:47 +08:00
tu6ge
fed928889b
feat: auto start with os start ( #33 )
...
* feat: auto start with os start
* feat: shortcut default value enable
2024-11-30 15:29:00 +08:00
BiggerRain
76d06dc3fe
chore: add websocket & http api about chat AI ( #7 )
...
* chore: add websocket & http api about chat AI
* feat: Chat AI API debug
* chore: modify the config
2024-11-09 11:30:36 +08:00
BiggerRain
c2935b6ecb
add macOSPrivateApi config & README ( #3 )
...
* chore: add Footer
* feat: add winfow webview
* chore: add macOSPrivateApi config
2024-11-01 10:24:35 +08:00
BiggerRain
fd86a5ef4a
feat: add window webview & add Footer & change style ( #2 )
...
* chore: add Footer
* feat: add winfow webview
2024-10-30 20:57:03 +08:00
rain
3052f54674
feat: add search-chat
2024-10-28 17:34:48 +08:00
medcl
88e9aeb11b
init commit
2024-10-13 17:41:16 +08:00