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
+71Lines changed: 71 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,47 @@
2
2
icon: material/alert-decagram
3
3
---
4
4
5
+
#### 1.13.0-alpha.25
6
+
7
+
* Fixes and improvements
8
+
5
9
#### 1.12.11
6
10
7
11
* Fixes and improvements
8
12
13
+
#### 1.13.0-alpha.24
14
+
15
+
* Add Claude Code Multiplexer service **1**
16
+
* Fixes and improvements
17
+
18
+
**1**:
19
+
20
+
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.
21
+
22
+
See [CCM](/configuration/service/ccm).
23
+
24
+
#### 1.13.0-alpha.23
25
+
26
+
* Fix compatibility with MPTCP **1**
27
+
* Fixes and improvements
28
+
29
+
**1**:
30
+
31
+
`auto_redirect` now rejects MPTCP connections by default to fix compatibility issues,
32
+
but you can change it to bypass the sing-box via the new `exclude_mptcp` option.
33
+
34
+
See [TUN](/configuration/inbound/tun/#exclude_mptcp).
35
+
36
+
#### 1.13.0-alpha.22
37
+
38
+
* Update uTLS to v1.8.1 **1**
39
+
* Fixes and improvements
40
+
41
+
**1**:
42
+
43
+
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
44
+
see https://github.com/refraction-networking/utls/pull/375.
45
+
9
46
#### 1.12.10
10
47
11
48
* Update uTLS to v1.8.1 **1**
@@ -16,18 +53,52 @@ icon: material/alert-decagram
16
53
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
17
54
see https://github.com/refraction-networking/utls/pull/375.
18
55
56
+
#### 1.13.0-alpha.21
57
+
58
+
* Fix missing mTLS support in client options **1**
59
+
* Fixes and improvements
60
+
61
+
See [TLS](/configuration/shared/tls/).
62
+
19
63
#### 1.12.9
20
64
21
65
* Fixes and improvements
22
66
67
+
#### 1.13.0-alpha.16
68
+
69
+
* Add curve preferences, pinned public key SHA256 and mTLS for TLS options **1**
70
+
* Fixes and improvements
71
+
72
+
See [TLS](/configuration/shared/tls/).
73
+
74
+
#### 1.13.0-alpha.15
75
+
76
+
* Update quic-go to v0.54.0
77
+
* Update gVisor to v20250811
78
+
* Update Tailscale to v1.86.5
79
+
* Fixes and improvements
80
+
23
81
#### 1.12.8
24
82
25
83
* Fixes and improvements
26
84
85
+
#### 1.13.0-alpha.11
86
+
87
+
* Fixes and improvements
88
+
27
89
#### 1.12.5
28
90
29
91
* Fixes and improvements
30
92
93
+
#### 1.13.0-alpha.10
94
+
95
+
* Improve kTLS support **1**
96
+
* Fixes and improvements
97
+
98
+
**1**:
99
+
100
+
kTLS is now compatible with custom TLS implementations other than uTLS.
0 commit comments