| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClashFX.app.dSYM.zip | 2026-05-28 | 50.2 MB | |
| ClashFX.dmg | 2026-05-28 | 94.4 MB | |
| 1.1.2.2 source code.tar.gz | 2026-05-28 | 8.2 MB | |
| 1.1.2.2 source code.zip | 2026-05-28 | 8.3 MB | |
| README.md | 2026-05-28 | 3.3 kB | |
| Totals: 5 Items | 161.1 MB | 14 | |
Bug Fixes
- Ignore List in Rule Mode Now Actually Bypasses —
More Settings → Ignore Listentries were previously ignored by mihomo in Rule mode, leaving the toggle a silent no-op for users not on Enhanced Mode. ClashFX now translates each entry into the appropriateDOMAIN/DOMAIN-SUFFIX/IP-CIDR/IP-CIDR6DIRECTrule and injects them ahead of your existingrules:into a runtime config consumed by mihomo, so bypass entries take effect immediately on reload. Your source config file is never modified. Enhanced Mode and iCloud configs are skipped intentionally and fall back to the original behavior. (#110, [#104]) - WebSocket Crash on Traffic/Log Stream Fixed — Sparse
EXC_BAD_ACCESScrashes inside_outputStreamCallbackFuncunder thecom.vluxe.starscream.websocketqueue have been eliminated by upgrading Starscream from 3.1.1 to 4.0.8. The stream lifecycle was rewritten around the new event-based delegate, with manual connection tracking,forceDisconnect()retire semantics, assign-before-connect ordering, main-thread retry timers, and.peerClosedhandling so the menu bar speed indicator and Connections panel recover cleanly across network changes, sleep/wake, and core restarts. (#109) - Disable Enhanced Mode Re-applies Ignore List Rules — When you toggle Enhanced Mode off, the subsequent config reload now routes through the same rule-patching path as a manual reload, so any configured Ignore List entries are immediately reflected in Rule mode instead of waiting for the next manual reload.
修复
- 规则模式下「忽略 list」终于真正生效 — 此前在规则模式下,
More Settings → Ignore List里的条目并不会被 mihomo 识别,对没开增强模式的用户来说就是个静默失效的开关。现在 ClashFX 会把每条记录翻译成对应的DOMAIN/DOMAIN-SUFFIX/IP-CIDR/IP-CIDR6DIRECT规则,并在加载配置时拼到你原有rules:的最前面,写入一个内部运行时配置喂给 mihomo,所以忽略条目下次加载即时生效。原始配置文件不会被改动。增强模式和 iCloud 配置会按原行为继续走,不参与注入。(#110, [#104]) - 流量 / 日志 WebSocket 偶发崩溃修复 — 队列
com.vluxe.starscream.websocket中_outputStreamCallbackFunc偶发的EXC_BAD_ACCESS已经通过把 Starscream 从 3.1.1 升级到 4.0.8 修掉。流监听逻辑围绕新的事件式 delegate 重写,加上手动连接状态跟踪、forceDisconnect()回收语义、先赋值后 connect、主线程重试 timer、.peerClosed处理,菜单栏速率指示器和连接面板在网络切换、睡眠/唤醒、内核重启之后都能干净恢复。(#109 - 关闭增强模式后忽略 list 立即生效 — 关掉增强模式后的那次自动重载现在会走同样的规则注入路径,规则模式下的忽略 list 不用再手动重载一次。