Releases: dyhkwong/Exclave
0.13.5
- No code difference compared to 0.13.4. Fix reproducible build only.
0.13.4
- Bug fixes.
- Add an option to read user-installed CA certificates and system CA certificates from the correct paths. Context: golang/go#71258.
- Merge v2ray-core v5.21.0 and v5.21.1 changes (no notable changes for us).
- V2Fly has switched to DB-IP as the data source of
geoip.dat, so we switch back to V2Fly'sgeoip.dat. The hash is identical to the previous DB-IP basedgeoip.datbuilt by us, so there is actually no change at all. - Update Brook support.
- Add subscription node name regular expression filter.
- Remove REALITY SpiderX. This does not affect normal connection.
- Add support for the upcoming XHTTP header padding breaking change. Both header padding (upcoming Xray version) and path padding (current Xray version) are sent for compatibility. However, this will stop working in the future if Xray explicitly bans path padding on server side in the future.
brook-plugin-20250202
January 23, 2025
If more proprietary features are added in the future, we may not be able to update this plugin anymore. You should not rely on the functions provided by this plugin.
mieru-plugin-3.11.1
Update mieru plugin to v3.11.1
0.13.3
- Merge v2ray-core v5.24.0 changes (add early data support to HTTPUpgrade transport).
mieru-plugin-3.11.0
Update mieru plugin to v3.11.0
0.13.2
- Fix some DNS bugs introduced in the previous version.
- Fix TUN system stack IPv6 listen address.
- Change the meaning of "Hijack DNS": If "Hijack DNS" is enabled, DNS queries not sent to TUN will be hijacked by DNS sniffer. TUN will not hijack DNS queries not sent to TUN DNS address anymore.
- Other bug fixes.
mieru-plugin-3.10.0
FYI: mierus:// share link has been supported in 0.13.1. For links with multiple ports, only one port will be parsed.
0.13.1
- Reproducible build. 12
- Some fixes for protocols and plugins.
- Non-A/AAAA DNS queries will be handled by internal DNS module.
- New feature: import and manage custom route assets from URLs.
-
Browser forwarder (
index.htmlandindex.js) is no longer bundled by default. Download it from V2Ray release and placeindex.htmlandindex.jsinAndroid/data/com.github.dyhkwong/sagernet/files, or import them as route assets if necessary. ↩ -
Because of compliance issues, the bundled
geoip.datfrom v2fly, which uses data source from MaxMind, is replaced by a DB-IP based one. Update it in app if you still want the v2fly one. ↩
0.12.13
- Fix
xPaddingBytestypo. - Update translations.