wonfen
dbfcc80afe
perf: optimize system proxy settings update logic
2025-04-30 23:09:19 +08:00
Tunglies
f6023dc618
fix: macOS-specific TUN device name on macOS
2025-04-27 16:33:15 +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
bd3231bfa8
perf: avoid reloading active config when editing inactive subscription
2025-04-25 14:37:50 +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
4d37e6870c
feat: auto-refresh rule data when switching to rules page
2025-04-24 10:24:29 +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
15b117dc15
feat: remove cross-platform restriction on WebDAV backup restore
2025-04-23 00:48:40 +08:00
wonfen
dc46eb9d21
fix: add recovery lock to prevent concurrency issues during lightweight mode exit
2025-04-21 12:20:55 +08:00
Christine.
0646fa96a6
Fix:VLESS URL decoding with network type error, #3388 ( #3390 )
2025-04-21 00:50:32 +08:00
wonfen
d05952e945
fix: resolve lightweight mode recovery failure caused by white screen prevention
2025-04-21 00:15:02 +08:00
wonfen
4f15bdf74d
feat: add IP info request retry mechanism to reduce network errors
2025-04-20 10:34:43 +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
c718ef3058
chore: disable admin mode autolaunch limitation
2025-04-19 12:37:01 +08:00
Mozi
2b1d02f0cc
fix(logs): make button's tooltip correspond to log setting ( #3345 )
2025-04-19 00:07:55 +08:00
Mozi
272a0c916d
fix(layout): make app icon and name draggable ( #3346 )
...
The "the-newbtn" UpdateButton is still NOT draggable as expected.
2025-04-19 00:06:30 +08:00
StarHeart
16187858a3
fix: disable underline of startup script ( #3357 )
2025-04-19 00:00:39 +08:00
逐雁南飛
ae4067aee6
[feat]取消使用默认绕过且当绕过设置为空的时候使用默认绕过填充绕过配置以便用户基于默认配置修改。 ( #3365 )
2025-04-17 17:12:58 +08:00
逐雁南飛
b70cad537c
添加代理主机的设置,允许代理设置为其他IP(非127.0.0.1) ( #2963 )
...
允许下拉选择ip地址(支持IPv6)、localhost、以及当前系统的主机名,同时兼容手工输入
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
18d24d5952
chore: enable ipv6 by default
2025-04-12 23:16:31 +08:00
wonfen
5fcea4c684
fix: resolve freeze issue caused by rapid "Proxy Mode" switching on homepage
2025-04-10 11:34:41 +08:00
Tunglies
843f40d7d5
fix: unlock test error message to "Unsupported Country/Region"
2025-04-10 11:30:52 +08:00
TianHua Liu
49c81f6201
fix: the first function call creates multiple axios instances ( #3273 )
2025-04-07 16:50:53 +08:00
Langning Chen
6d1a8fb264
Fix traffic graph time mismatch ( #3201 )
2025-04-04 17:52:18 +08:00
wonfen
98be9621a6
feat: retry subscription fetch using Clash proxy on failure
2025-04-03 14:55:28 +08:00
wonfen
e4eb13ce22
chore: update default DNS override configuration
2025-04-03 14:55:28 +08:00
wonfen
7d7c8988d7
fix: resolve rendering issue caused by duplicate node names
2025-04-02 12:48:17 +08:00
wonfen
3039f39d40
fix : #3227 show traffic chart only when data is available
2025-04-01 13:51:35 +08:00
wonfen
30ea408019
feat: enhance system info card with combo mode display
2025-04-01 01:44:59 +08:00
wonfen
c53514e060
feat: unify runtime mode detection; support TUN and service installation in admin mode
2025-03-31 08:16:14 +08:00
wonfen
8e99672265
feat: show node count in proxy groups
2025-03-31 04:35:27 +08:00
wonfen
52a15bb281
feat: detect admin mode and warn about auto-start unavailability
2025-03-31 03:22:24 +08:00
Tunglies
492a5a6de7
feat(cmd): service return message i18 language support
2025-03-28 11:51:52 +08:00
wonfen
b7e01aefb4
perf: optimize homepage traffic chart code, refine UI, and complete i18n
2025-03-28 05:53:18 +08:00
wonfen
f800e2e3b6
refactor: simplify graph code and adjust text margins
2025-03-27 13:11:39 +08:00
wonfen
daad623855
fix: resolve toggle flicker for "Auto Start" and "DNS Override"
2025-03-27 12:30:15 +08:00
Tunglies
ff4101fa47
Revert "feat: front-end use RunningMode enum instead of string literals"
...
This reverts commit 72806357412d5ac5ce052be573713f26505b4f8f.
2025-03-26 22:17:29 +08:00
Tunglies
7280635741
feat: front-end use RunningMode enum instead of string literals
2025-03-26 22:10:42 +08:00
Tunglies
7ede91599c
fix: standardize RunningMode handling between frontend and backend
...
This commit improves the type consistency between the Rust backend and TypeScript frontend by:
1. Modifying the Rust `get_running_mode()` command to return a String instead of RunningMode enum directly
2. Removing the RunningMode enum and IRunningMode interface from TypeScript types
3. Using string literals for mode comparison in frontend components
4. Standardizing on capitalized mode names (e.g., "Sidecar" instead of "sidecar")
These changes ensure proper serialization/deserialization between backend and frontend,
making the code more maintainable and reducing potential inconsistencies.
2025-03-26 22:04:16 +08:00
Tunglies
ca0cf4552c
add: RunningMode Display implementation and TypeScript enum
2025-03-26 17:01:48 +08:00
Tunglies
1ace560531
feat: add front-end system service management functions
2025-03-26 16:22:13 +08:00
wonfen
5a0eb56f70
feat: add AppDataProvider for centralized app data management and optimized refresh logic
2025-03-26 13:26:32 +08:00
wonfen
804fad6083
fix: reduce CPU usage caused by repeated refresh of "Current Proxy" card
2025-03-26 11:59:20 +08:00
Tunglies
98d3a48710
refactor: replace println with logging in core validation and tray quit function
2025-03-26 04:31:38 +08:00
Tunglies
0ec4f46052
chore: better install service prompt translation
2025-03-26 03:44:30 +08:00
wonfen
12065330e1
Release 2.2.2
2025-03-25 14:11:40 +08:00
Skrepysh
4f0ce7458e
Update russian translation ( #3109 )
2025-03-24 18:34:50 +08:00
Tunglies
1a7c076e07
feat: add option to enable/disable tray icon display on MacOS
2025-03-23 16:37:27 +08:00