xmk23333
3d9507b10c
fix: handle file copy errors gracefully in init
2026-01-15 18:11:15 +08:00
xmk23333
5947394338
fix: avoid ENOENT/EPERM errors when copying init files
2026-01-15 18:00:04 +08:00
xmk23333
a5d2114363
fix: resolve all eslint errors and warnings
2026-01-08 12:56:08 +08:00
xmk23333
e70ca694b9
fix: resolve eslint errors and enhance code review rules
2026-01-08 12:29:10 +08:00
xmk23333
0b65eb490f
refactor: optimize init.ts with parallel execution and split migration
2026-01-06 02:37:32 +08:00
xmk23333
bff3aedf86
fix: kill old mihomo processes before copying files to avoid EBUSY
2026-01-06 02:34:42 +08:00
xmk23333
3097019e9e
fix: resolve async/null-safety issues in lifecycle, config and ipc modules
2026-01-01 10:33:01 +08:00
xmk23333
676743d1b0
refactor: replace console.log with logger in github.ts and fix tray comments
2026-01-01 10:07:23 +08:00
xmk23333
c1f7a862aa
refactor: split main process into modules and extract tour logic
2026-01-01 09:35:45 +08:00
Memory
34d2b31579
fix: add force option to file copy to prevent first launch failures
2025-12-31 20:26:04 +08:00
xmk23333
573be5501e
refactor: simplify main process IPC handler registration
2025-12-28 12:22:28 +08:00
xmk23333
98c8280d48
refactor: simplify IPC layer with generic invoke wrapper
2025-12-27 23:41:04 +08:00
xishang0128
54bb819e28
fix format and lint
2025-12-25 15:32:32 +08:00
Memory
b7d6ea8e7a
feat: add tray proxy group style option with submenu mode
2025-12-20 00:33:51 +08:00
Memory
6542be8490
chore: ensure ESLint passes and format code & update changelog.md
...
* chore: ensure ESLint passes and format code
* chore: update changelog.md
2025-12-13 15:22:32 +08:00
Tongyuxiu Zhou
8f5486064b
refactor: remove no-longer-used ipc
2025-12-11 20:13:16 +08:00
Memory
94f52cf636
feat: add mrs ruleset preview suppor
2025-12-09 23:33:38 +08:00
xmk23333
972d2fe946
fix: add missing await keywords and refactor duplicate code
2025-12-08 22:32:14 +08:00
xmk23333
51720296cc
fix: optimize connections page performance and state management
2025-12-08 16:53:00 +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
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
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
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
f61072c309
fix: remove envs introduced in v1.7.0 to make Linux TUN work properly ( #1283 )
2025-10-18 20:46:43 +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
苹果派派
eb69bd51a6
feat: add webdav backup cron scheduler and resore filename sort ( #1192 )
2025-09-19 19:27:17 +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
ezequielnick
199ecd26dd
fix: ENOENT: no such file or directory on MacOS
2025-09-08 17:27:43 +08:00
Memory
c8d83f45ac
fix: short-id parsing error
2025-09-06 19:27:00 +08:00
Memory
bcecca7ab7
feat: add fetch timeout configuration
2025-09-05 11:57:51 +08:00
Memory
29584d3ba9
Revert "fix: 修复DNS配置和性能优化,解决运行时配置显示问题 ( #1094 )" ( #1097 )
...
This reverts commit 68bbde0d163ca08fe8b709c60b02b726598fb221.
2025-09-03 09:11:33 +08:00
zengql
68bbde0d16
fix: 修复DNS配置和性能优化,解决运行时配置显示问题 ( #1094 )
...
- 修复DNS配置相关问题
- 性能优化改进
- 添加mihomoConfigs() API用于获取实时配置
- 修复config-viewer显示log-level总是info的问题
- 优化核心启动流程,使用API轮询替代日志解析
- 重构配置管理,提升启动稳定性
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-02 23:20:51 +08:00
zengql
b61d0e68ed
feat: 添加DNS fallback配置并修复页面加载慢问题 ( #1062 )
...
- 新增DNS回退服务器配置界面和多语言支持
- 修复DNS配置合并逻辑,确保fallback始终为空数组
- 解决订阅fallback配置导致的双重DNS查询性能问题
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-01 09:42:38 +08:00
Memory
195306f251
fix: deleted subscriptions reappearing
...
* chore: udpate download link
* fix: deleted subscriptions reappearing
---------
Co-authored-by: ezequielnick <107352853+ezequielnick@users.noreply.github.com>
2025-08-31 12:54:43 +08:00
Memory
17c1c8c56d
feat: add tray icon color disable setting
2025-08-30 09:19:35 +08:00
Memory
0c38d3eb26
mihomo-party -> clash-party
2025-08-30 08:52:35 +08:00
Memory
1da82c1b3b
feat: add IPv6 loopback addresses to skip-auth-prefixes
2025-08-29 13:15:23 +08:00
ezequielnick
f7716ae448
feat: add option to disable HardwareAcceleration
2025-08-29 11:09:46 +08:00
Memory
add4196dc5
fix: clean up outdated sub-store.bundle.js
2025-08-27 12:59:39 +08:00
Memory
78ec7f9822
opt: tray icon updating
2025-08-27 12:59:28 +08:00
Memory
941831728c
fix: rename sub-store.bundle.js to .cjs for ES module compatibility
...
* fix: rename sub-store.bundle.js to .cjs for ES module compatibility
* Update changelog.md
2025-08-23 20:32:35 +08:00
Memory
a57ea34f1b
feat: real-time tray icon color updates based on proxy status ( #984 )
...
* feat: real-time tray icon color updates based on proxy status
* Update changelog.md
2025-08-22 12:46:57 +08:00
ezequielnick
4325c77b4c
fix: default tun device name doesn't work
2025-08-20 20:06:24 +08:00
ezequielnick
0ea9528b70
feat: set default tun device name on macos (configurable)
2025-08-13 10:34:35 +08:00
ezequielnick
db605f24fc
feat: enhance core checks with TUN startup detection and unified popup design
2025-08-12 20:58:01 +08:00
ezequielnick
f005a4f4cd
feat: add startup prompt for core permission check
2025-08-12 18:10:54 +08:00