You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+80Lines changed: 80 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
icon: material/alert-decagram
3
3
---
4
4
5
+
#### 1.13.0-alpha.28
6
+
7
+
* Fixes and improvements
8
+
9
+
_We are currently unable to notarize the standalone version of SFM for unknown reasons (TestFlight users are not affected).
10
+
Providing this update is not recommended for package managers that offer SFM standalone binaries._
11
+
5
12
#### 1.12.13
6
13
7
14
* Fixes and improvements
@@ -13,10 +20,49 @@ Providing this update is not recommended for package managers that offer SFM sta
13
20
14
21
* Fixes and improvements
15
22
23
+
#### 1.13.0-alpha.26
24
+
25
+
* Update quic-go to v0.55.0
26
+
* Fix memory leak in hysteria2
27
+
* Fixes and improvements
28
+
16
29
#### 1.12.11
17
30
18
31
* Fixes and improvements
19
32
33
+
#### 1.13.0-alpha.24
34
+
35
+
* Add Claude Code Multiplexer service **1**
36
+
* Fixes and improvements
37
+
38
+
**1**:
39
+
40
+
CCM (Claude Code Multiplexer) service allows you to access your local Claude Code subscription remotely through custom tokens, eliminating the need for OAuth authentication on remote clients.
41
+
42
+
See [CCM](/configuration/service/ccm).
43
+
44
+
#### 1.13.0-alpha.23
45
+
46
+
* Fix compatibility with MPTCP **1**
47
+
* Fixes and improvements
48
+
49
+
**1**:
50
+
51
+
`auto_redirect` now rejects MPTCP connections by default to fix compatibility issues,
52
+
but you can change it to bypass the sing-box via the new `exclude_mptcp` option.
53
+
54
+
See [TUN](/configuration/inbound/tun/#exclude_mptcp).
55
+
56
+
#### 1.13.0-alpha.22
57
+
58
+
* Update uTLS to v1.8.1 **1**
59
+
* Fixes and improvements
60
+
61
+
**1**:
62
+
63
+
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
64
+
see https://github.com/refraction-networking/utls/pull/375.
65
+
20
66
#### 1.12.10
21
67
22
68
* Update uTLS to v1.8.1 **1**
@@ -27,18 +73,52 @@ Providing this update is not recommended for package managers that offer SFM sta
27
73
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
28
74
see https://github.com/refraction-networking/utls/pull/375.
29
75
76
+
#### 1.13.0-alpha.21
77
+
78
+
* Fix missing mTLS support in client options **1**
79
+
* Fixes and improvements
80
+
81
+
See [TLS](/configuration/shared/tls/).
82
+
30
83
#### 1.12.9
31
84
32
85
* Fixes and improvements
33
86
87
+
#### 1.13.0-alpha.16
88
+
89
+
* Add curve preferences, pinned public key SHA256 and mTLS for TLS options **1**
90
+
* Fixes and improvements
91
+
92
+
See [TLS](/configuration/shared/tls/).
93
+
94
+
#### 1.13.0-alpha.15
95
+
96
+
* Update quic-go to v0.54.0
97
+
* Update gVisor to v20250811
98
+
* Update Tailscale to v1.86.5
99
+
* Fixes and improvements
100
+
34
101
#### 1.12.8
35
102
36
103
* Fixes and improvements
37
104
105
+
#### 1.13.0-alpha.11
106
+
107
+
* Fixes and improvements
108
+
38
109
#### 1.12.5
39
110
40
111
* Fixes and improvements
41
112
113
+
#### 1.13.0-alpha.10
114
+
115
+
* Improve kTLS support **1**
116
+
* Fixes and improvements
117
+
118
+
**1**:
119
+
120
+
kTLS is now compatible with custom TLS implementations other than uTLS.
0 commit comments