wonfen
d6b85f1a01
fix: remove node related group info when deleting a node
2025-02-24 11:40:28 +08:00
wonfen
16af7b53cb
fix: menu switching issue
2025-02-24 11:37:23 +08:00
wonfen
befc856207
feat: Improve core change configuration validation and error handling
2025-02-24 07:34:03 +08:00
wonfen
5ab8e7a7c7
feat: Enhance configuration validation and error handling during app startup
2025-02-24 06:21:32 +08:00
zhaoyuan
443bfa5928
feat: 通过添加CLASH_VERGE_REV_IP环境变量的方式,修改复制环境变量按钮的IP ( #2734 )
...
Co-authored-by: zymouse <zymouse@pixmoving.net>
2025-02-24 03:42:40 +08:00
wonfen
52627575ff
feat: Enhance configuration validation and error handling
...
- Improve config validation process with detailed logging and error tracking
- Add more robust error handling in profile updates and config patches
- Implement comprehensive config validation using clash core subprocess
2025-02-23 10:53:09 +08:00
Christine.
39973f2d24
feat: auto rename alpha version ( #2740 )
2025-02-23 02:30:15 +08:00
wonfen
2b01857d15
chore: Disable automatic alpha tag update in workflow
2025-02-20 14:25:58 +08:00
wonfen
2650aa845f
refactor: Optimize proxy rendering and layout calculation
2025-02-20 14:21:55 +08:00
wonfen
8400a61bf0
refactor: Simplify tray icon event handling across platforms
2025-02-20 07:03:28 +08:00
wonfen
763b6b9003
chore: Update Node.js version and remove updater file generation
2025-02-20 02:55:47 +08:00
wonfen
053f414f3c
feat: Add system proxy status indicators
2025-02-19 13:56:22 +08:00
wonfen
2defa2cc56
refactor: Simplify log data management and improve search functionality
2025-02-19 13:06:15 +08:00
wonfen
bb1dbfcfc3
fix: connections page traffic calculation
2025-02-19 02:24:21 +08:00
Tunglies
1378068a30
rm dead code ( #2718 )
...
* rm: verge service takes full control of mihomo process. no more required.
* rm: dead code
2025-02-19 01:13:52 +08:00
wonfen
5d9dce7d10
style: tweak
2025-02-18 11:40:41 +08:00
wonfen
acb66a3012
feat: Add persistent column width settings for connection table & process filtering
2025-02-18 11:04:22 +08:00
wonfen
054f902cc6
refactor: Remove unused routing select component from settings page
2025-02-18 09:04:23 +08:00
wonfen
4333153a59
feat: Improve letter item hover interaction with debounce mechanism
2025-02-18 09:00:03 +08:00
wonfen
19e623d7c2
feat: Add pause/resume functionality for connection tracking
2025-02-18 08:14:09 +08:00
wonfen
2dd646537e
fix: resolve deprecated warnings in console
2025-02-18 07:10:28 +08:00
wonfen
1ece079978
perf: Improve proxy list interaction and UI responsiveness
2025-02-18 05:54:16 +08:00
wonfen
0d8f779634
feat: Enhance alphabet selector with dynamic tooltip and scrolling
2025-02-18 01:55:44 +08:00
wonfen
a7ffc9fc38
refactor: Improve proxy data update mechanism with optimistic UI and error handling
2025-02-18 00:37:55 +08:00
wonfen
932b29e66f
fix: Refine TypeScript types for proxy groups component
2025-02-17 16:27:06 +08:00
wonfen
6be7a3b94c
feat: Enhance proxy groups with Initials navigation and performance optimizations
2025-02-17 16:07:46 +08:00
wonfen
8e8dd1ec03
feat: Optimize tray speed rate rendering and update logic
2025-02-17 15:08:19 +08:00
wonfen
772f3268ce
feat: Improve Virtuoso list rendering for proxy groups
2025-02-17 14:30:21 +08:00
wonfen
a179591ac2
feat: Add persistent scroll position for proxy groups
2025-02-17 14:24:33 +08:00
wonfen
d071e5971f
fix: alpha build win webview pack rename issue
2025-02-17 12:06:57 +08:00
wonfen
a9032f5f20
chore: Update updater artifacts configuration
2025-02-17 11:22:14 +08:00
Akioe Yu
0190702616
fix: check script error ( #2453 )
...
(cherry picked from commit 97bde64fd6516019a190d52f05af54ade623d57c)
2025-02-17 03:10:19 +08:00
wonfen
c35bf38420
chore: Add macOS-specific test for format_bytes_speed function
2025-02-17 03:10:03 +08:00
wonfen
89d20e564a
Revert "perf: Improve kernel management logic & add more dev mode logs"
...
This reverts commit 18c7ed1ccc15b98e4873a276ac75e27276ab9d65.
2025-02-15 05:51:46 +08:00
Christine.
3c24ff3afc
add: i18n text for lightweight mode ( #2692 )
2025-02-13 14:27:12 +08:00
Tunglies
daf0398750
fix: build front cannot find IvergeConfig.enable_lite_mode and macos port switching causes crash ( #2691 )
...
* fix: macos switch protocol port or enable protocol port causes crash
* fix: build time front cannot find IVergeConfig attribute enable_lite_mode
2025-02-12 18:14:13 -08:00
wonfen
6b14c2b763
feat: add lightweight mode
2025-02-13 02:18:17 +08:00
wonfen
5bf2f9b8ed
fix(macos): add missing required dependencies
2025-02-12 15:06:42 +08:00
wonfen
10a2655288
fix: remove unused imports to resolve compile warnings
2025-02-12 14:35:49 +08:00
wonfen
ac07397818
refactor: improve hotkey management, logging, and error handling; fix tray freeze and hotkey failure on silent startup
2025-02-12 14:23:42 +08:00
wonfen
30d061d00f
fix(tray): resolve blank icon issue on Windows and optimize creation logic
2025-02-12 13:56:33 +08:00
Christine.
360d8a5143
fix: use remoteDestination replace DestinationIP in connection page, #2668 ( #2679 )
...
* fix: use remoteDestination replace DestinationIP in connection page, #2668
* add: missing i18n text
* fix: display the target address details in connection page
2025-02-11 14:52:27 +08:00
wonfen
70e0a5adc8
refactor: Improve tray icon and event handling across platforms & unify click behavior
2025-02-11 14:48:31 +08:00
wonfen
ef52f81494
fix: app crash without a default global_hotkey vaule
2025-02-11 01:50:48 +08:00
wonfen
e5c1de3ad3
fix: deprecated CLI warnings
2025-02-11 01:05:51 +08:00
wonfen
576fd700ae
feat: Add independent alpha update channel
2025-02-11 00:53:44 +08:00
wonfen
476df65a1b
fix: try to fix linux CI updater problem
2025-02-11 00:53:44 +08:00
Christine.
bd0a4863a8
add: i18n text ( #2675 )
2025-02-10 00:29:43 -08:00
wonfen
d25fbc05e2
perf: Optimize kernel shutdown speed & logic
2025-02-10 13:18:00 +08:00
wonfen
b8a0b6f1f4
fix: crash caused by global_hotkey
2025-02-10 12:39:07 +08:00