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
+107Lines changed: 107 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
icon: material/alert-decagram
3
3
---
4
4
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
+
5
39
#### 1.12.13
6
40
7
41
* Fix naive inbound
@@ -17,10 +51,49 @@ only clients on TestFlight will be available (unless you have an Apple Developer
17
51
18
52
* Fixes and improvements
19
53
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
+
20
60
#### 1.12.11
21
61
22
62
* Fixes and improvements
23
63
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
+
24
97
#### 1.12.10
25
98
26
99
* Update uTLS to v1.8.1 **1**
@@ -31,18 +104,52 @@ only clients on TestFlight will be available (unless you have an Apple Developer
31
104
This update fixes an critical issue that could cause simulated Chrome fingerprints to be detected,
32
105
see https://github.com/refraction-networking/utls/pull/375.
33
106
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
+
34
114
#### 1.12.9
35
115
36
116
* Fixes and improvements
37
117
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
+
38
132
#### 1.12.8
39
133
40
134
* Fixes and improvements
41
135
136
+
#### 1.13.0-alpha.11
137
+
138
+
* Fixes and improvements
139
+
42
140
#### 1.12.5
43
141
44
142
* Fixes and improvements
45
143
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.
0 commit comments