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
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
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
wonfen
18d24d5952
chore: enable ipv6 by default
2025-04-12 23:16:31 +08:00
Tunglies
6e6462742c
fix: resolve unexpected behavior during silent startup #3320 , #3187
2025-04-12 18:09:27 +08:00
Tunglies
1970155c51
fix: macos use hotkey closing window can not entry auto-lightweight-mode #3326
2025-04-12 03:29:57 +08:00
Tunglies
51ef1329be
Refactor async runtime usage with AsyncHandler wrapper
2025-04-11 18:00:35 +08:00
Tunglies
b6a6f5f434
Add AsyncHandler for wrapping task spawning
2025-04-11 17:30:30 +08:00
Tunglies
644fdc071f
rm: unused tauri-plugin-window-state
2025-04-10 15:52:37 +08:00
Tunglies
25d66a4eee
Update autostart capability permissions
...
Enable more precise control over autostart functionality and clean up
logging code by removing unnecessary boolean parameters.
2025-04-10 15:43:45 +08:00
Tunglies
843f40d7d5
fix: unlock test error message to "Unsupported Country/Region"
2025-04-10 11:30:52 +08:00
Tunglies
196b887381
Adjust text and shadow colors in tray speed rate display with colorful
...
icon
2025-04-06 02:00:40 +08:00
Tunglies
2ad20ed239
Merge branch 'tunglies' into dev
2025-04-05 20:00:55 +08:00
Tunglies
98de91771e
Simplify tray icon template logic and adjust text colors
2025-04-05 19:54:32 +08:00
Tunglies
9dfd9bad20
Remove color detection for tray icons
...
Always use white text with black shadow regardless of icon type
2025-04-05 16:07:16 +08:00
Tunglies
0b8d08d13b
Update logging macros usage in timer module
...
Replace log macros with custom logging macros in timer module
2025-04-05 11:36:38 +08:00
Tunglies
0de304d4e3
Fix and Optimize
...
fix : #3187 and #3096 , silent startup can not trigger lightweight mode
fix: optimize startup initializing processing
2025-04-05 10:28:27 +08:00
Tunglies
55f1766ebc
Change logging level from info to debug for hotkeys
2025-04-05 09:19:44 +08:00
wonfen
d3958594d9
fix : #2609 , avoid URL encoding issues by directly parsing query parameters
2025-04-04 13:50:21 +08:00
wonfen
b5952f320b
fix : #3244 , remove test directory, simplify resource initialization
2025-04-04 13:18:17 +08:00
wonfen
e4eb13ce22
chore: update default DNS override configuration
2025-04-03 14:55:28 +08:00
wonfen
7b5fd104de
fix : #3227 , use async operations to avoid blocking on
2025-04-01 12:52:59 +08:00
Tunglies
3fa130695c
rm: setup_window_state_monitor for temporary due to unkown window control behavior
2025-03-31 21:52:50 +08:00
Tunglies
ad1f2bea3b
fix: unused Result
2025-03-31 21:44:12 +08:00
Tunglies
cd4bfdd743
feat: change proxy mode to close connections if enable auto close connections
2025-03-31 21:43:29 +08:00
wonfen
cde8c4004f
feat: add is_admin field to export_diagnostic_info
2025-03-31 10:34:11 +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
52a15bb281
feat: detect admin mode and warn about auto-start unavailability
2025-03-31 03:22:24 +08:00
Tunglies
b092f74c88
fix(dir): wrong logs dir path
2025-03-30 13:12:42 +08:00
Tunglies
937f43c270
fix: unable to switch subscribtion profile
2025-03-30 12:53:16 +08:00
wonfen
1bd503a654
feat: add error prompt for initial config loading to prevent switching to invalid subscription
2025-03-30 10:56:30 +08:00