Releases: SagerNet/sing-box
1.13.0-alpha.34
π Release Notes
- Add Chrome Root Store certificate option 1
- Add new options for ACME DNS-01 challenge providers 2
- Add Wi-Fi state support for Linux and Windows 3
- Update naiveproxy to 143.0.7499.109
- Update quic-go to v0.58.0
- Update tailscale to v1.92.4
- Drop support for go1.23 4
- Drop support for Android 5.0 5
1:
Adds chrome as a new certificate store option alongside mozilla.
Both stores filter out China-based CA certificates.
See Certificate.
2:
See DNS-01 Challenge.
3:
sing-box can now monitor Wi-Fi state on Linux and Windows to enable routing rules based on wifi_ssid and wifi_bssid.
See Wi-Fi State.
4:
Due to maintenance difficulties, sing-box 1.13.0 requires at least Go 1.24 to compile.
5:
Due to maintenance difficulties, sing-box 1.13.0 will be the last version to support Android 5.0,
and only through a separate legacy build (with -legacy-android-5 suffix).
For standalone binaries, the minimum Android version has been raised to Android 6.0,
since Termux requires Android 7.0 or later.
1.12.14
1.13.0-alpha.33
π Release Notes
- Fixes and improvements
1.13.0-alpha.32
π Release Notes
- Remove
certificate_public_key_sha256option for NaiveProxy outbound 1 - Fixes and improvements
1:
Self-signed certificates change traffic behavior significantly, which defeats the purpose of NaiveProxy's design to resist traffic analysis.
For this reason, and due to maintenance costs, there is no reason to continue supporting certificate_public_key_sha256, which was designed to simplify the use of self-signed certificates.
1.13.0-alpha.31
π Release Notes
- Add QUIC support for NaiveProxy outbound 1
- Add QUIC congestion control option for NaiveProxy 2
- Fixes and improvements
1:
NaiveProxy outbound now supports QUIC.
See NaiveProxy outbound.
2:
NaiveProxy inbound and outbound now supports configurable QUIC congestion control algorithms, including BBR and BBRv2.
See NaiveProxy inbound and NaiveProxy outbound.
1.13.0-alpha.30
π Release Notes
- Add ECH support for NaiveProxy outbound 1
- Add
tls.ech.query_server_nameoption 2 - Fix NaiveProxy outbound on Windows 3
- Add OpenAI Codex Multiplexer service 4
- Fixes and improvements
1:
See NaiveProxy outbound.
2:
See TLS.
3:
Each Windows release now includes libcronet.dll.
Ensure this file is in the same directory as sing-box.exe or in a directory listed in PATH.
4:
See OCM.
1.13.0-alpha.29
π Release Notes
- Add UDP over TCP support for naiveproxy outbound 1
- Fixes and improvements
1:
See NaiveProxy outbound.
1.13.0-alpha.28
π Release Notes
- Add naiveproxy outbound 1
- Add
disable_tcp_keep_alive,tcp_keep_aliveandtcp_keep_alive_intervaloptions for dial fields 2 - Update default TCP keep-alive initial period from 10 minutes to 5 minutes
- Update quic-go to v0.57.1
- Fixes and improvements
1:
Only available on Apple platforms, Android, Windows and some Linux architectures.
See NaiveProxy outbound.
2:
See Dial Fields.
- Unfortunately, for non-technical reasons, we are currently unable to notarize the standalone version of the macOS client: because system extensions require signatures to function, we have had to temporarily halt its release.
We plan to fix the App Store release issue and launch a new standalone desktop client, but until then, only clients on TestFlight will be available (unless you have an Apple Developer Program and compile from source code).
1.12.13
π Release Notes
- Fix naive inbound
- Fixes and improvements
- Unfortunately, for non-technical reasons, we are currently unable to notarize the standalone version of the macOS client: because system extensions require signatures to function, we have had to temporarily halt its release.
We plan to fix the App Store release issue and launch a new standalone desktop client, but until then, only clients on TestFlight will be available (unless you have an Apple Developer Program and compile from source code).
1.13.0-alpha.27
π Release Notes
- Fixes and improvements