Skip to content

Commit 87eb193

Browse files
committed
documentation: Bump version
1 parent f5c6125 commit 87eb193

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

docs/changelog.md

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

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

711
* Fixes and improvements
812

13+
#### 1.13.0-alpha.26
14+
15+
* Update quic-go to v0.55.0
16+
* Fix memory leak in hysteria2
17+
* Fixes and improvements
18+
919
#### 1.12.11
1020

1121
* Fixes and improvements
1222

23+
#### 1.13.0-alpha.24
24+
25+
* Add Claude Code Multiplexer service **1**
26+
* Fixes and improvements
27+
28+
**1**:
29+
30+
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.
31+
32+
See [CCM](/configuration/service/ccm).
33+
34+
#### 1.13.0-alpha.23
35+
36+
* Fix compatibility with MPTCP **1**
37+
* Fixes and improvements
38+
39+
**1**:
40+
41+
`auto_redirect` now rejects MPTCP connections by default to fix compatibility issues,
42+
but you can change it to bypass the sing-box via the new `exclude_mptcp` option.
43+
44+
See [TUN](/configuration/inbound/tun/#exclude_mptcp).
45+
46+
#### 1.13.0-alpha.22
47+
48+
* Update uTLS to v1.8.1 **1**
49+
* Fixes and improvements
50+
51+
**1**:
52+
53+
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
54+
see https://github.com/refraction-networking/utls/pull/375.
55+
1356
#### 1.12.10
1457

1558
* Update uTLS to v1.8.1 **1**
@@ -20,18 +63,52 @@ icon: material/alert-decagram
2063
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
2164
see https://github.com/refraction-networking/utls/pull/375.
2265

66+
#### 1.13.0-alpha.21
67+
68+
* Fix missing mTLS support in client options **1**
69+
* Fixes and improvements
70+
71+
See [TLS](/configuration/shared/tls/).
72+
2373
#### 1.12.9
2474

2575
* Fixes and improvements
2676

77+
#### 1.13.0-alpha.16
78+
79+
* Add curve preferences, pinned public key SHA256 and mTLS for TLS options **1**
80+
* Fixes and improvements
81+
82+
See [TLS](/configuration/shared/tls/).
83+
84+
#### 1.13.0-alpha.15
85+
86+
* Update quic-go to v0.54.0
87+
* Update gVisor to v20250811
88+
* Update Tailscale to v1.86.5
89+
* Fixes and improvements
90+
2791
#### 1.12.8
2892

2993
* Fixes and improvements
3094

95+
#### 1.13.0-alpha.11
96+
97+
* Fixes and improvements
98+
3199
#### 1.12.5
32100

33101
* Fixes and improvements
34102

103+
#### 1.13.0-alpha.10
104+
105+
* Improve kTLS support **1**
106+
* Fixes and improvements
107+
108+
**1**:
109+
110+
kTLS is now compatible with custom TLS implementations other than uTLS.
111+
35112
#### 1.12.4
36113

37114
* Fixes and improvements

0 commit comments

Comments
 (0)