Skip to content

Commit 311e09e

Browse files
committed
documentation: Bump version
1 parent dc018d4 commit 311e09e

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

docs/changelog.md

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

5+
#### 1.13.0-alpha.29
6+
7+
* Add UDP over TCP support for naiveproxy outbound **1**
8+
* Fixes and improvements
9+
10+
**1**:
11+
12+
See [NaiveProxy outbound](/configuration/outbound/naive/#udp_over_tcp).
13+
14+
#### 1.13.0-alpha.28
15+
16+
* Add naiveproxy outbound **1**
17+
* Add `disable_tcp_keep_alive`, `tcp_keep_alive` and `tcp_keep_alive_interval` options for dial fields **2**
18+
* Update default TCP keep-alive initial period from 10 minutes to 5 minutes
19+
* Update quic-go to v0.57.1
20+
* Fixes and improvements
21+
22+
**1**:
23+
24+
Only available on Apple platforms, Android, Windows and some Linux architectures.
25+
26+
See [NaiveProxy outbound](/configuration/outbound/naive/).
27+
28+
**2**:
29+
30+
See [Dial Fields](/configuration/shared/dial/#tcp_keep_alive).
31+
32+
* __Unfortunately, for non-technical reasons, we are currently unable to notarize the standalone version of the macOS client:
33+
because system extensions require signatures to function, we have had to temporarily halt its release.__
34+
35+
__We plan to fix the App Store release issue and launch a new standalone desktop client, but until then,
36+
only clients on TestFlight will be available (unless you have an Apple Developer Program and compile from source code).__
37+
38+
539
#### 1.12.13
640

741
* Fix naive inbound
@@ -17,10 +51,49 @@ only clients on TestFlight will be available (unless you have an Apple Developer
1751

1852
* Fixes and improvements
1953

54+
#### 1.13.0-alpha.26
55+
56+
* Update quic-go to v0.55.0
57+
* Fix memory leak in hysteria2
58+
* Fixes and improvements
59+
2060
#### 1.12.11
2161

2262
* Fixes and improvements
2363

64+
#### 1.13.0-alpha.24
65+
66+
* Add Claude Code Multiplexer service **1**
67+
* Fixes and improvements
68+
69+
**1**:
70+
71+
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.
72+
73+
See [CCM](/configuration/service/ccm).
74+
75+
#### 1.13.0-alpha.23
76+
77+
* Fix compatibility with MPTCP **1**
78+
* Fixes and improvements
79+
80+
**1**:
81+
82+
`auto_redirect` now rejects MPTCP connections by default to fix compatibility issues,
83+
but you can change it to bypass the sing-box via the new `exclude_mptcp` option.
84+
85+
See [TUN](/configuration/inbound/tun/#exclude_mptcp).
86+
87+
#### 1.13.0-alpha.22
88+
89+
* Update uTLS to v1.8.1 **1**
90+
* Fixes and improvements
91+
92+
**1**:
93+
94+
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
95+
see https://github.com/refraction-networking/utls/pull/375.
96+
2497
#### 1.12.10
2598

2699
* Update uTLS to v1.8.1 **1**
@@ -31,18 +104,52 @@ only clients on TestFlight will be available (unless you have an Apple Developer
31104
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
32105
see https://github.com/refraction-networking/utls/pull/375.
33106

107+
#### 1.13.0-alpha.21
108+
109+
* Fix missing mTLS support in client options **1**
110+
* Fixes and improvements
111+
112+
See [TLS](/configuration/shared/tls/).
113+
34114
#### 1.12.9
35115

36116
* Fixes and improvements
37117

118+
#### 1.13.0-alpha.16
119+
120+
* Add curve preferences, pinned public key SHA256 and mTLS for TLS options **1**
121+
* Fixes and improvements
122+
123+
See [TLS](/configuration/shared/tls/).
124+
125+
#### 1.13.0-alpha.15
126+
127+
* Update quic-go to v0.54.0
128+
* Update gVisor to v20250811
129+
* Update Tailscale to v1.86.5
130+
* Fixes and improvements
131+
38132
#### 1.12.8
39133

40134
* Fixes and improvements
41135

136+
#### 1.13.0-alpha.11
137+
138+
* Fixes and improvements
139+
42140
#### 1.12.5
43141

44142
* Fixes and improvements
45143

144+
#### 1.13.0-alpha.10
145+
146+
* Improve kTLS support **1**
147+
* Fixes and improvements
148+
149+
**1**:
150+
151+
kTLS is now compatible with custom TLS implementations other than uTLS.
152+
46153
#### 1.12.4
47154

48155
* Fixes and improvements

0 commit comments

Comments
 (0)