- 升级 Clash Core 到 1.10, 支持snell v3, PROCESS-PATH规则,查看Clash Release Note 获取详细信息。
- 支持使用 AppleScript 切换代理模式 (#827) @vince-hz
- 修复开机启动选项在某些状态不生效的问题
- 修复10.13系统支持
# Apple Script 使用方法
tell application "ClashX" to toggleProxy // 切换代理开关
tell application "ClashX" to proxyMode "direct" // 切换代理模式
tell application "ClashX" to proxyMode "global"
tell application "ClashX" to proxyMode "rule"
ClashX Pro 集成premium core,提供增强模式(tun),rule set等特性支持,下载地址: Appcenter
-
更新到最新的Clash core.
-
修复增强模式在网线、wifi环境切换造成的网络连接失败问题
-
Clash Core更新日志 Github
-
注意vmess下的 ws-headers 和 ws-path 选项已更新,请更新完配置文件Github wiki 后再更新ClashX
- name: "vmess"
type: vmess
server: server
port: 443
uuid: uuid
alterId: 32
cipher: auto
# udp: true
# tls: true
# skip-cert-verify: true
# servername: example.com # priority over wss host
# network: ws
# ws-opts:
# path: /path
# headers:
# Host: v2ray.com
# max-early-data: 2048
# early-data-header-name: Sec-WebSocket-Protocol
- 更新 Clash Core 到 1.8.0 查看 Core Release Note 获取详细信息
- support trojan over websocket
- all proxies support dial different NIC
- ...
- 无通知权限时不显示代理被其他软件覆写时的弹窗
- 设置代理时增加不包括简单主机名选项。需要更新ProxyHelper
- 支持自定义托管文件更新间隔
- 修复ClashX 未启动时 url scheme 无效的bug
- 配置文件错误提示将使用 alert 提示
- 更新Clash Core 到 1.7.1
- Update Clash core to 1.7.0. See Clash Core Release Note for details.
- Try fixing the proxy setting issue after reboot.
- only health check auto group used provider after network work changed.
- Bugfixes
- Update Clash Core
- Fix health check bug
- Open config file will directly open iCloud folder if using the iCloud config file
- Upgrade clash core:
- fix vmess+wss connection issue.
- fix vmess http should use Host header on request
- Upgrade Clash core, check https://github.com/Dreamacro/clash/releases/tag/v1.6.0 for details
- Remove Crashlytics which causing crashes.