Skip to content

1.130.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 08:05

ClashX v1.130.0

Bug Fixes / 问题修复

  • add GEOIP CN/private direct rules to generated share-link config
    When buildConfigFromShareLinks generates a Clash config from ss:// share links, the rules section only had MATCH,Proxy which routes ALL traffic through the proxy — including Chinese domestic sites like Baidu.

    修复: add GEOIP CN/private direct rules to generated share-link config

  • speed text blank after layout and settings tab gray block on macOS 15
    SpeedTextView: override layout() to re-trigger needsDisplay after Auto Layout resolves bounds. The initial draw() call may occur when bounds are still zero (before the first layout pass), causing text to be invisible. Subsequent traffic callbacks only fire if speed values change, so without this override the text never redraws after layout completes.

    修复: speed text blank after layout and settings tab gray block on macOS 15


Minimum system requirement: macOS 10.14.
最低系统要求:macOS 10.14。