ezequielnick
|
199ecd26dd
|
fix: ENOENT: no such file or directory on MacOS
|
2025-09-08 17:27:43 +08:00 |
|
ezequielnick
|
305210cb96
|
Merge branch 'socket-man' into smart_core
* socket-man:
chore: update mac logo
fix: unexpected lightmode core exit
Revert "fix: selection loss in light mode"
refactor: simplify UID handling logic on unix
fix: missing admin check logs
style: update macos logo
style: update app logo
feat: add socket management
|
2025-09-07 08:23:26 +08:00 |
|
Memory
|
c8d83f45ac
|
fix: short-id parsing error
|
2025-09-06 19:27:00 +08:00 |
|
ezequielnick
|
66a41306d6
|
fix: unexpected lightmode core exit
|
2025-09-05 22:37:46 +08:00 |
|
ezequielnick
|
75db218888
|
Revert "fix: selection loss in light mode"
This reverts commit e176f6db14941c686fdb40f359b1dd039e8b28c2.
|
2025-09-05 21:54:28 +08:00 |
|
Memory
|
bcecca7ab7
|
feat: add fetch timeout configuration
|
2025-09-05 11:57:51 +08:00 |
|
ezequielnick
|
dfbe11deb4
|
refactor: simplify UID handling logic on unix
|
2025-09-05 10:47:14 +08:00 |
|
ezequielnick
|
895b74ca3f
|
fix: missing admin check logs
|
2025-09-04 10:43:46 +08:00 |
|
ezequielnick
|
b53961201f
|
feat: add socket management
|
2025-09-03 20:39:56 +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
|
7743097b51
|
fix: UWPTool no privileges
|
2025-08-29 20:06:43 +08:00 |
|
Memory
|
6d21f904b3
|
fix: tray icon refresh on shortcut usage
|
2025-08-29 13:16:19 +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 |
|
ezequielnick
|
e35fa316fc
|
fix: autoupdater admin privileges issue
|
2025-08-27 19:53:21 +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 |
|
ezequielnick
|
4dbf054334
|
feat: more flexible smart override script
|
2025-08-27 10:50:10 +08:00 |
|
Memory
|
b2aab804a2
|
fix: tray icon show on macos
|
2025-08-25 22:50:42 +08:00 |
|
Memory
|
e75fb996c2
|
fix: tray icon not updating on mode change
|
2025-08-25 11:39:27 +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 |
|
Memory
|
e357700d60
|
fix: correct version comparison logic
|
2025-08-21 19:02:01 +08:00 |
|
ezequielnick
|
4325c77b4c
|
fix: default tun device name doesn't work
|
2025-08-20 20:06:24 +08:00 |
|
zengql
|
d6b88d407c
|
feat: 修复权限检查并优化TUN与自启联动 (#977)
1. 修复管理员权限检查不准导致TUN无法开启的问题
- 增加 'fltmc' 命令作为主要判断,'net session' 作为备用,提高在特定环境下的准确性。
2. 优化自启动以自动保持TUN模式开启
- 设置自启动时,根据当前运行身份决定任务权限。
- 为TUN模式提权而重启后,若自启已开启,则自动将计划任务更新为管理员权限。
- 普通权限启动但TUN开启时,主动提示用户需以管理员身份重启。
|
2025-08-20 20:01:09 +08:00 |
|
Memory
|
e176f6db14
|
fix: selection loss in light mode
|
2025-08-17 13:38:49 +08:00 |
|
Memory
|
c506d60e66
|
feat: support cron in profile update interval (#964)
|
2025-08-16 19:56:39 +08:00 |
|
Memory
|
e20e46aebe
|
fix: correct split logic in parseSubinfo (#960)
|
2025-08-15 20:21:18 +08:00 |
|
Memory
|
a23e23a697
|
fx: only detect mihomo (#958)
|
2025-08-15 13:56:59 +08:00 |
|
Memory
|
73068f6544
|
fix: prevent scientific notation parsing in YAML (#957)
|
2025-08-15 13:24:44 +08:00 |
|
Memory
|
fd708ec8bd
|
fix: privilege check and elevation autorun logic (#953)
|
2025-08-14 21:10:09 +08:00 |
|
Memory
|
35f51e1e39
|
fix: migrate from WMIC to modern APIs and improve privilege checks (#945)
* fix: WMIC is deprecated on windows-latest
* opt: remove WMIC
* fix: correctly detect high-privilege processes
|
2025-08-14 09:54:54 +08:00 |
|
ezequielnick
|
0ea9528b70
|
feat: set default tun device name on macos (configurable)
|
2025-08-13 10:34:35 +08:00 |
|
ezequielnick
|
4997e098ba
|
fix: remove core privilege check on non-windows
|
2025-08-13 09:44:11 +08:00 |
|
Memory
|
6bdb133cea
|
fix: no admin rights on Windows (#933)
|
2025-08-12 21:56:58 +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 |
|
ezequielnick
|
cb3eedfcb8
|
chore: delete debug log
|
2025-08-12 09:20:36 +08:00 |
|
ezequielnick
|
d030a8722d
|
feat: separate app logs from core logs
|
2025-08-12 09:07:20 +08:00 |
|
ezequielnick
|
dbfd25f481
|
feat: add floating window Compatibility Mode
|
2025-08-10 09:04:29 +08:00 |
|
ezequielnick
|
eb41bae23b
|
debug floating window
|
2025-08-09 21:44:51 +08:00 |
|
ezequielnick
|
b5ee701530
|
feat: validate TUN configuration and permission compatibility
|
2025-08-09 15:43:40 +08:00 |
|
ezequielnick
|
58732ce653
|
feat: add fallback mechanism for floating window startup failure
|
2025-08-09 13:48:55 +08:00 |
|
ezequielnick
|
f56c585818
|
refactor: copy geodata only if source files are newer
|
2025-08-09 10:05:09 +08:00 |
|
ezequielnick
|
8cfee2f5e5
|
fix: resolve Windows admin mode restart issue
|
2025-08-06 22:49:39 +08:00 |
|