985 Commits

Author SHA1 Message Date
xmk23333
8f2e956fd0 perf: optimize connection and log components with memoization and state management 2025-12-08 19:58:57 +08:00
xmk23333
67aa17f6bb fix: add delay to WebSocket reconnection and improve event listener cleanup 2025-12-08 19:43:20 +08:00
xmk23333
51720296cc fix: optimize connections page performance and state management 2025-12-08 16:53:00 +08:00
Memory
7619b4d3e5
fix: handle non-array response when fetching Mihomo tags 2025-12-08 13:06:07 +08:00
Memory
392285058e
fix: ensure all default config fields are present in config.yaml 2025-12-07 13:53:06 +08:00
Tongyuxiu Zhou
508d7d63c9
fix: handle subscription with failed status code or invalid profile 2025-12-07 13:39:14 +08:00
Memory
9863c1a1de
fix: prevent null access error when finding profile items 2025-12-07 13:22:24 +08:00
Memory
b10075737f
i18n: add translations for sysproxy.pacEditor.title 2025-12-04 13:26:40 +08:00
Memory
f541b5ead1
feat: add authentication token support 2025-12-01 07:56:07 +08:00
e.
47fd7add5f
perf(manager): skip PowerShell profile loading (#1401)
* perf(manager): skip PowerShell profile loading

* perf(manager): skip PowerShell profile loading *2
2025-12-01 07:49:07 +08:00
Memory
b76757bc19
fix: conn detail & log can't select 2025-11-25 23:46:51 +08:00
Memory
0753e5d138
chore: prepare full geoip.dat 2025-11-25 22:30:04 +08:00
Memory
583ece0a64
feat: support disabling autoupdate 2025-11-25 22:21:14 +08:00
Memory
4b8ae4063d
feat: add swap tray click option in settings 2025-11-24 19:26:17 +08:00
Memory
3670f23a1c
fix: Improve app instance lock handling 2025-11-18 23:55:07 +08:00
Memory
485a936d83
fix: correct mixed-port configuration issues 2025-11-18 22:10:47 +08:00
Memory
fb33f37652
feat: Data Colletct File Size
* add @mihomo-party/sysproxy

* feat: Data Colletct File Size

* update changelog
v1.8.9
2025-11-17 22:54:17 +08:00
Memory2314
46088f5234
update changelog 2025-11-16 14:30:38 +08:00
Memory2314
70dcf5e598
update depends 2025-11-16 13:13:14 +08:00
ezequielnick
f953dca228 perf: rule edit page 2025-11-15 21:01:59 +08:00
Memory
e1b8c9960a
feat: show current proxy in tray 2025-11-14 21:58:24 +08:00
Memory
9a0eb26ef2
feat: add port enable/disable & random port
* Support random port

* feat: add port enable/disable
2025-11-13 20:22:18 +08:00
Memory
8ebe99a8ca
fix: handle missing 'providers' field 2025-11-10 09:07:47 +08:00
Memory
4af5cae356
Refactor rule (#1326)
* refactor: enhance prepend/append deletion in rule editor

* fix: Reject empty payload for non-MATCH rules

* More validator

* feat(backup): add rules directory support to local and WebDAV backups
2025-11-01 18:19:07 +08:00
ezequielnick
0e58f6f314 fix: remove unused index parameter 2025-10-29 19:48:31 +08:00
ezequielnick
80b59fc9de refactor: migrate external HTTP requests from Node.js to Chromium network stack
(cherry picked from commit ad96c558a3d46c79848e2c9e469673c7e7f68e25)
2025-10-29 19:37:45 +08:00
Memory
98be9d3065
Revert "opt: auto-scroll behavior to reactivate only on user scroll"
This reverts commit 848f6277cb56a0829e7f1da61f2f3ab21ae1064c.
2025-10-28 13:35:21 +08:00
Moon
0b2f64f42d
Revert "fix: prevent event propagation on button press in proxies page"
This reverts commit b272634c11e6ee93493b01e9b9a41941d5d433a1.
2025-10-22 18:27:45 +08:00
Memory
9f46ccf99a
feat(tray): reverse click behavior on macOS 2025-10-22 12:49:03 +08:00
Memory
96552778e6
chore: update depends & add missing translation
* update depends

* add missing translation
2025-10-22 12:38:09 +08:00
Memory
55860af9b3
feat: backup & restore 2025-10-22 12:19:16 +08:00
Moon
f67d4150f1
fix: smartcore initial state in template.ts 2025-10-22 11:51:11 +08:00
Moon
605351a498
style: remove divider of the last setting item 2025-10-22 11:50:35 +08:00
Justin
b272634c11
fix: prevent event propagation on button press in proxies page 2025-10-21 14:30:44 +08:00
Moon
b02d794092
fix: change deb/rpm install path from "mihomo-party" to "clash-party" (#1303)
* fix: incorrect linux install path

* fix: synchronously modify the Linux postinst/uninst script
2025-10-21 11:41:02 +08:00
moon
154e2787d5 fix: core-initial-state 2025-10-20 07:31:28 +08:00
Moon
236ad0ab43
fix: postuninst & postinst script in Linux (#1295)
* refactor: Postinstall script in linux

* fix: add postuninst script in linux
2025-10-20 07:29:35 +08:00
Memory
877a84dc32
feat: rule example & rule validation 2025-10-19 22:38:59 +08:00
Moon
f61072c309
fix: remove envs introduced in v1.7.0 to make Linux TUN work properly (#1283) 2025-10-18 20:46:43 +08:00
ezequielnick
67d378f3f3 chore: bump to v1.8.9 2025-10-17 21:46:27 +08:00
ezequielnick
51b8c879ea feat: add table view to connection page 2025-10-17 21:45:43 +08:00
ezequielnick
a5a583fdc5 feat: enhance core privilege escalation safety checks 2025-10-16 10:04:53 +08:00
Memory
2eb10df116
feat: support pausing on the connections page 2025-10-15 13:08:09 +08:00
Memory
2bf54446df
feat: add visual rule editor (#1251)
* feat: add visual rule editor

* Support MATCH

* Support Additional Parameters

* Use Trash Icon

* Support sorting

* Support adding prepend/append rules

* IoIosArrow -> IoMdArrow

* More checks

* Support delete with undo
2025-10-11 07:02:14 +08:00
Leon Wang
6429e93adf
fix: inconsistent applied profile when rapidly switching profiles (#1268) 2025-10-11 07:01:51 +08:00
Memory
d8fdbebc4b
fix: shortcut window display issue 2025-10-08 14:41:35 +08:00
Memory
96ef2d2bbc
i18n: add translations for mihomo.tproxyPort 2025-10-08 14:38:59 +08:00
ezequielnick
4f5af4ee30 1.8.8 Released v1.8.8 2025-10-06 12:53:33 +08:00
Memory
1ff165d61b
migrate: move WebUI from global settings to mihomo page 2025-10-06 12:40:01 +08:00
ezequielnick
b1d02c9f82 style: add indicator icons to expandable items in settings page 2025-10-05 11:43:24 +08:00