963 Commits

Author SHA1 Message Date
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
ezequielnick
3aff005f81 fix: resolve all type errors & update changelog 2025-10-04 13:07:38 +08:00
ezequielnick
7bdebcf298 feat: reimplement scroll position memory for proxy page 2025-10-04 12:47:27 +08:00
ezequielnick
a7e769f402 refactor: improve proxy page performance 2025-10-04 12:44:09 +08:00
Memory
a7de9b2588
refactor: Redesign and migrate WebUI to global settings 2025-10-03 22:49:41 +08:00
ezequielnick
f34cc976b4 style: update macos dock icon 2025-10-03 22:43:05 +08:00
ezequielnick
814112f541 style: update logo & changelog 2025-10-03 21:01:41 +08:00
Jiawen Geng
717239f56b
feat: add placeholder for subscription URL in profile management across multiple languages (#1244) 2025-10-03 18:48:32 +08:00
Memory
9681f77e20
feat: connection card pure number display 2025-09-30 00:05:32 +08:00
Memory
f488cc3643
perf: reload config without kernel restart 2025-09-29 23:42:40 +08:00
Memory
6832db788a
feat: switch triggerMainWindow behavior 2025-09-29 23:16:06 +08:00
Memory
99a5505d16
feat: launch WebUI directly from subscription manager 2025-09-27 10:00:21 +08:00
Memory
76a849e376
i18n: refine Russian (ru-RU) translations 2025-09-27 09:37:35 +08:00
Memory
74b65430be
opt: card size 2025-09-27 09:37:22 +08:00
Memory
848f6277cb
opt: auto-scroll behavior to reactivate only on user scroll 2025-09-23 12:18:25 +08:00
Memory
bd49f1884a
fix: Electron uninstall 2025-09-20 22:21:51 +08:00
苹果派派
eb69bd51a6
feat: add webdav backup cron scheduler and resore filename sort (#1192) 2025-09-19 19:27:17 +08:00
Memory
b30f49c9f4
fix: no mihomo.yaml 2025-09-17 11:58:12 +08:00
Memory
29a8904e03
update depends 2025-09-12 12:59:23 +08:00
Memory
1674bd97ba
opt: faster restartAsAdmin with reduced wait time 2025-09-12 12:32:47 +08:00
Memory
ae8582bf94
feat: remember logs page filter keywords 2025-09-11 11:25:14 +08:00
ezequielnick
b21381062f fix: ENOENT: no such file or directory(config.yaml) 2025-09-10 19:21:47 +08:00
Memory
ecd92417e4
feat: add kernel version selection
* feat: add kernel version selection

* full

* update translations
2025-09-10 19:19:06 +08:00