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