Skip to content

Commit 00bde8c

Browse files
committed
documentation: Bump version
1 parent d5d0f79 commit 00bde8c

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

docs/changelog.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22
icon: material/alert-decagram
33
---
44

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+
538
#### 1.12.10
639

740
* Update uTLS to v1.8.1 **1**
@@ -12,18 +45,52 @@ icon: material/alert-decagram
1245
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
1346
see https://github.com/refraction-networking/utls/pull/375.
1447

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+
1555
#### 1.12.9
1656

1757
* Fixes and improvements
1858

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+
1973
#### 1.12.8
2074

2175
* Fixes and improvements
2276

77+
#### 1.13.0-alpha.11
78+
79+
* Fixes and improvements
80+
2381
#### 1.12.5
2482

2583
* Fixes and improvements
2684

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.
93+
2794
#### 1.12.4
2895

2996
* Fixes and improvements

0 commit comments

Comments
 (0)