Skip to content

Commit 99159b0

Browse files
committed
documentation: Bump version
1 parent 83bd9d0 commit 99159b0

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

docs/changelog.md

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

5+
#### 1.13.0-alpha.25
6+
7+
* Fixes and improvements
8+
59
#### 1.12.11
610

711
* Fixes and improvements
812

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+
946
#### 1.12.10
1047

1148
* Update uTLS to v1.8.1 **1**
@@ -16,18 +53,52 @@ icon: material/alert-decagram
1653
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
1754
see https://github.com/refraction-networking/utls/pull/375.
1855

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+
1963
#### 1.12.9
2064

2165
* Fixes and improvements
2266

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+
2381
#### 1.12.8
2482

2583
* Fixes and improvements
2684

85+
#### 1.13.0-alpha.11
86+
87+
* Fixes and improvements
88+
2789
#### 1.12.5
2890

2991
* Fixes and improvements
3092

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.
101+
31102
#### 1.12.4
32103

33104
* Fixes and improvements

0 commit comments

Comments
 (0)