Skip to content
forked from SagerNet/SagerNet

Releases: dyhkwong/Exclave

0.13.5

26 Jan 05:30
Compare
Choose a tag to compare
  • No code difference compared to 0.13.4. Fix reproducible build only.

0.13.4

23 Jan 16:09
Compare
Choose a tag to compare
  • 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's geoip.dat. The hash is identical to the previous DB-IP based geoip.dat built 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

23 Jan 07:53
Compare
Choose a tag to compare

January 23, 2025

⚠️It seems that Brook has been adding some proprietary features. To use the "token" option on client side, you mostly need to purchase its Plus/Business version. "Token" is used by a server-side user management system which interacts with a Brook server via HTTP and not seems to be part of the Brook server. If you want to self-host, you can implement the user management system yourself, or use Brook Store (licensed under MIT but some source code seems obfuscated).

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

14 Jan 12:45
Compare
Choose a tag to compare
Update mieru plugin to v3.11.1

0.13.3

11 Jan 16:13
Compare
Choose a tag to compare
  • Merge v2ray-core v5.24.0 changes (add early data support to HTTPUpgrade transport).

mieru-plugin-3.11.0

11 Jan 15:55
Compare
Choose a tag to compare
Update mieru plugin to v3.11.0

0.13.2

06 Jan 06:17
Compare
Choose a tag to compare
  • 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

02 Jan 06:10
Compare
Choose a tag to compare

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

26 Dec 13:05
Compare
Choose a tag to compare
  • 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.
  1. Browser forwarder (index.html and index.js) is no longer bundled by default. Download it from V2Ray release and place index.html and index.js in Android/data/com.github.dyhkwong/sagernet/files, or import them as route assets if necessary.

  2. Because of compliance issues, the bundled geoip.dat from 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

18 Dec 08:04
Compare
Choose a tag to compare
  • Fix xPaddingBytes typo.
  • Update translations.