wonfen
95231e7cd3
fix: http request error
2025-05-12 22:10:46 +08:00
Tunglies
5b6c9be99f
feat: better service status and TUN mode usable checks in Setting Page
2025-05-12 19:04:21 +08:00
wonfen
10576780ed
feat: add hosts settings to DNS settings and enhance DNS config validation
2025-05-11 22:55:31 +08:00
wonfen
b37b121afb
chore: disable tray speed by default
2025-05-11 19:25:32 +08:00
wonfen
2b69ed4915
fix: window tiitle bar
2025-05-11 13:27:42 +08:00
wonfen
9a666d807c
fix: restore window on tray click after close on Windows
2025-05-10 17:25:42 +08:00
wonfen
050b363066
fix: resolve Windows build error
2025-05-10 01:45:39 +08:00
wonfen
8cae9d4e0a
refactor: use async approach to restructure UI startup logic and resolve various freeze issues during launch
2025-05-10 01:26:03 +08:00
wonfen
b5b65ac8c5
fix: windows ipc errors
2025-05-09 01:29:10 +08:00
wonfen
7370f00857
feat: add authenticated service IPC communication
2025-05-08 00:14:58 +08:00
wonfen
dc798fe2dd
chore: update deps & replace deprecated elements
2025-05-05 00:26:04 +08:00
wonfen
d8df283e93
feat: make get system and auto proxy functions async, use spawn_blocking for blocking tasks
2025-05-04 20:35:04 +08:00
wonfen
ce42ca77a9
fix: timeout mechanism for sending notice messages
2025-05-04 16:47:10 +08:00
wonfen
ff5a2c6ca4
feat: add backend config change listener to update frontend state
2025-05-04 13:28:08 +08:00
wonfen
23b0493d0b
perf: optimize network requests and update logic to support aborting
2025-05-04 11:25:48 +08:00
wonfen
779291151e
fix: network request failure termination logic and add connection pool optimization
2025-05-04 10:14:52 +08:00
wonfen
ba0f4cdde0
refactor: separate notification thread in frontend to prevent UI freeze
2025-05-04 09:21:32 +08:00
wonfen
3983762202
feat: add more network control methods
2025-05-03 23:17:51 +08:00
wonfen
c72413cbe6
feat: enhance traffic monitoring, optimize data handling logic, and add error retry mechanism and timeout control
2025-05-03 09:53:44 +08:00
wonfen
73b9a71c84
feat: add retry mechanism to optimize network requests, improve async message handling and timeout for scheduled tasks
2025-05-03 09:38:25 +08:00
wonfen
e7bf997f8c
chore: update deps
2025-05-01 10:00:05 +08:00
wonfen
32b6821b8a
feat: add network manager to optimize network request handling
2025-04-30 21:30:28 +08:00
Tunglies
3ce5d3bf2d
fix: update required service version to 1.0.6
2025-04-28 06:16:14 +08:00
Tunglies
9d9dd73790
chore: remove fast-dev profile and enhance dev profile settings
2025-04-27 15:13:34 +08:00
tiegen
7383459b9a
feat: clean proxy settings before exit ( #3404 )
2025-04-26 18:09:53 +08:00
wonfen
55cde38562
feat: improve core functionality to prevent main process blocking, enhance MihomoManager, and optimize window creation process
2025-04-25 18:24:16 +08:00
wonfen
d6a79316a6
feat: toggle next auto-update time on subscription card click and show update result feedback
2025-04-25 17:17:34 +08:00
wonfen
8d62c0d521
feat: auto-fallback to Clash proxy on scheduled subscription updates; refactor fallback logic and add request timeout
2025-04-24 22:51:45 +08:00
wonfen
0bb042e085
feat: sysproxy guard can detect and recover from unexpected changes
2025-04-24 09:09:23 +08:00
逐雁南飛
ffc0693afc
[修复]修改代理设置后,如果修改之前代理是开启状态,自动重新应用代理设置。 ( #3391 )
...
* [修复]修改代理设置后,如果修改之前代理是开启状态,自动重新应用代理设置。
* chore: update sysproxy version
---------
Co-authored-by: Tunglies <tunglies.dev@outlook.com >
2025-04-24 01:10:01 +08:00
wonfen
2622cc06eb
feat: enhance Webdav backup directory check and file upload retry mechanism
2025-04-23 01:10:01 +08:00
wonfen
16846aefd3
feat: allow webdav directory redirect
2025-04-23 00:42:57 +08:00
wonfen
babc2c8f9b
feat: add UA to webdav
2025-04-23 00:29:29 +08:00
Tunglies
a0b70f9c34
2.2.4-alpha.2
2025-04-22 08:04:24 +08:00
wonfen
dc46eb9d21
fix: add recovery lock to prevent concurrency issues during lightweight mode exit
2025-04-21 12:20:55 +08:00
Tunglies
824ad9fa29
feat: add tray menu indicator for lightweight mode #3386
2025-04-21 04:34:25 +08:00
wonfen
d05952e945
fix: resolve lightweight mode recovery failure caused by white screen prevention
2025-04-21 00:15:02 +08:00
Tunglies
07b424cb09
fix: cargo clippy errors
2025-04-21 00:06:37 +08:00
Tunglies
c7494de0a7
chore: update UPDATELOG
2025-04-20 23:51:05 +08:00
Tunglies
1a9a2ff9e0
fix: unexpected global hotkey regestion for windows 'Ctrl+Q' #3389
2025-04-20 23:49:06 +08:00
wonfen
541b78ba6f
fix: restart clash core after change it
2025-04-19 22:23:58 +08:00
wonfen
05b910dc17
feat: close all connections when disable sysporxy
2025-04-19 15:10:49 +08:00
wonfen
41629df189
feat: autolaunch via Startup folder on windows
2025-04-19 13:51:11 +08:00
wonfen
d401a83c75
feat: check window render size and wait for completion to prevent white screen
2025-04-17 16:52:38 +08:00
Tunglies
41a662f784
chore: fix ci for alpha-for-linux-arm
2025-04-17 16:47:21 +08:00
Tunglies
1df9fff0a7
2.2.4-alpha.0
2025-04-17 16:47:21 +08:00
逐雁南飛
b70cad537c
添加代理主机的设置,允许代理设置为其他IP(非127.0.0.1) ( #2963 )
...
允许下拉选择ip地址(支持IPv6)、localhost、以及当前系统的主机名,同时兼容手工输入
2025-04-17 16:47:21 +08:00
希亚的西红柿
1282cc56bf
fix: auto enable light mode config does not take effect when silent s… ( #3344 )
...
* fix: auto enable light mode config does not take effect when silent start is enabled
* refactor: extract run_once_lightweight logic into lightweight.rs as a fn
2025-04-17 16:47:21 +08:00
wonfen
85d08fadd9
feat: check window render size and wait for completion to prevent white screen
2025-04-17 16:47:21 +08:00
wonfen
fad73a281a
feat: manage windows with tauri window-state to address various window issues
2025-04-17 16:47:21 +08:00