Skip to content

Commit e553174

Browse files
committed
documentation: Bump version
1 parent 96749f2 commit e553174

File tree

1 file changed

+224
-2
lines changed

1 file changed

+224
-2
lines changed

docs/changelog.md

Lines changed: 224 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,238 @@
22
icon: material/alert-decagram
33
---
44

5-
### 1.10.6
5+
#### 1.11.0-beta.21
66

77
* Fixes and improvements
88

9+
#### 1.11.0-beta.20
10+
11+
* Hysteria2 `ignore_client_bandwidth` behavior update **1**
12+
* Fixes and improvements
13+
14+
**1**:
15+
16+
When `up_mbps` and `down_mbps` are set, `ignore_client_bandwidth` instead denies clients from using BBR CC.
17+
18+
See [Hysteria2](/configuration/inbound/hysteria2/#ignore_client_bandwidth).
19+
20+
#### 1.11.0-beta.17
21+
22+
* Add port hopping support for Hysteria2 **1**
23+
* Fixes and improvements
24+
25+
**1**:
26+
27+
See [Hysteria2](/configuration/outbound/hysteria2/).
28+
29+
#### 1.11.0-beta.14
30+
31+
* Allow adding route (exclude) address sets to routes **1**
32+
* Fixes and improvements
33+
34+
**1**:
35+
36+
When `auto_redirect` is not enabled, directly add `route[_exclude]_address_set`
37+
to tun routes (equivalent to `route[_exclude]_address`).
38+
39+
Note that it **doesn't work on the Android graphical client** due to
40+
the Android VpnService not being able to handle a large number of routes (DeadSystemException),
41+
but otherwise it works fine on all command line clients and Apple platforms.
42+
43+
See [route_address_set](/configuration/inbound/tun/#route_address_set) and
44+
[route_exclude_address_set](/configuration/inbound/tun/#route_exclude_address_set).
45+
46+
#### 1.11.0-beta.12
47+
48+
* Add `rule-set merge` command
49+
* Fixes and improvements
50+
51+
#### 1.11.0-beta.3
52+
53+
* Add more masquerade options for hysteria2 **1**
54+
* Fixes and improvements
55+
56+
**1**:
57+
58+
See [Hysteria2](/configuration/inbound/hysteria2/#masquerade).
59+
60+
#### 1.11.0-alpha.25
61+
62+
* Update quic-go to v0.48.2
63+
* Fixes and improvements
64+
65+
#### 1.11.0-alpha.22
66+
67+
* Add UDP timeout route option **1**
68+
* Fixes and improvements
69+
70+
**1**:
71+
72+
See [Rule Action](/configuration/route/rule_action/#udp_timeout).
73+
74+
#### 1.11.0-alpha.20
75+
76+
* Add UDP GSO support for WireGuard
77+
* Make GSO adaptive **1**
78+
79+
**1**:
80+
81+
For WireGuard outbound and endpoint, GSO will be automatically enabled when available,
82+
see [WireGuard Outbound](/configuration/outbound/wireguard/#gso).
83+
84+
For TUN, GSO has been removed,
85+
see [Deprecated](/deprecated/#gso-option-in-tun).
86+
87+
#### 1.11.0-alpha.19
88+
89+
* Upgrade WireGuard outbound to endpoint **1**
90+
* Fixes and improvements
91+
92+
**1**:
93+
94+
The new WireGuard endpoint combines inbound and outbound capabilities,
95+
and the old outbound will be removed in sing-box 1.13.0.
96+
97+
See [Endpoint](/configuration/endpoint/), [WireGuard Endpoint](/configuration/endpoint/wireguard/)
98+
and [Migrate WireGuard outbound fields to route options](/migration/#migrate-wireguard-outbound-to-endpoint).
99+
9100
### 1.10.2
10101

11102
* Add deprecated warnings
12103
* Fix proxying websocket connections in HTTP/mixed inbounds
13104
* Fixes and improvements
14105

106+
#### 1.11.0-alpha.18
107+
108+
* Fixes and improvements
109+
110+
#### 1.11.0-alpha.16
111+
112+
* Add `cache_capacity` DNS option **1**
113+
* Add `override_address` and `override_port` route options **2**
114+
* Fixes and improvements
115+
116+
**1**:
117+
118+
See [DNS](/configuration/dns/#cache_capacity).
119+
120+
**2**:
121+
122+
See [Rule Action](/configuration/route/#override_address) and
123+
[Migrate destination override fields to route options](/migration/#migrate-destination-override-fields-to-route-options).
124+
125+
#### 1.11.0-alpha.15
126+
127+
* Improve multi network dialing **1**
128+
* Fixes and improvements
129+
130+
**1**:
131+
132+
New options allow you to configure the network strategy flexibly.
133+
134+
See [Dial Fields](/configuration/shared/dial/#network_strategy),
135+
[Rule Action](/configuration/route/rule_action/#network_strategy)
136+
and [Route](/configuration/route/#default_network_strategy).
137+
138+
#### 1.11.0-alpha.14
139+
140+
* Add multi network dialing **1**
141+
* Fixes and improvements
142+
143+
**1**:
144+
145+
Similar to Surge's strategy.
146+
147+
New options allow you to connect using multiple network interfaces,
148+
prefer or only use one type of interface,
149+
and configure a timeout to fallback to other interfaces.
150+
151+
See [Dial Fields](/configuration/shared/dial/#network_strategy),
152+
[Rule Action](/configuration/route/rule_action/#network_strategy)
153+
and [Route](/configuration/route/#default_network_strategy).
154+
155+
#### 1.11.0-alpha.13
156+
157+
* Fixes and improvements
158+
159+
#### 1.11.0-alpha.12
160+
161+
* Merge route options to route actions **1**
162+
* Add `network_type`, `network_is_expensive` and `network_is_constrainted` rule items **2**
163+
* Fixes and improvements
164+
165+
**1**:
166+
167+
Route options in DNS route actions will no longer be considered deprecated,
168+
see [DNS Route Action](/configuration/dns/rule_action/).
169+
170+
Also, now `udp_disable_domain_unmapping` and `udp_connect` can also be configured in route action,
171+
see [Route Action](/configuration/route/rule_action/).
172+
173+
**2**:
174+
175+
When using in graphical clients, new routing rule items allow you to match on
176+
network type (WIFI, cellular, etc.), whether the network is expensive, and whether Low Data Mode is enabled.
177+
178+
See [Route Rule](/configuration/route/rule/), [DNS Route Rule](/configuration/dns/rule/)
179+
and [Headless Rule](/configuration/rule-set/headless-rule/).
180+
181+
#### 1.11.0-alpha.9
182+
183+
* Improve tun compatibility **1**
184+
* Fixes and improvements
185+
186+
**1**:
187+
188+
When `gvisor` tun stack is enabled, even if the request passes routing,
189+
if the outbound connection establishment fails,
190+
the connection still does not need to be established and a TCP RST is replied.
191+
192+
#### 1.11.0-alpha.7
193+
194+
* Introducing rule actions **1**
195+
196+
**1**:
197+
198+
New rule actions replace legacy inbound fields and special outbound fields,
199+
and can be used for pre-matching **2**.
200+
201+
See [Rule](/configuration/route/rule/),
202+
[Rule Action](/configuration/route/rule_action/),
203+
[DNS Rule](/configuration/dns/rule/) and
204+
[DNS Rule Action](/configuration/dns/rule_action/).
205+
206+
For migration, see
207+
[Migrate legacy special outbounds to rule actions](/migration/#migrate-legacy-special-outbounds-to-rule-actions),
208+
[Migrate legacy inbound fields to rule actions](/migration/#migrate-legacy-inbound-fields-to-rule-actions)
209+
and [Migrate legacy DNS route options to rule actions](/migration/#migrate-legacy-dns-route-options-to-rule-actions).
210+
211+
**2**:
212+
213+
Similar to Surge's pre-matching.
214+
215+
Specifically, new rule actions allow you to reject connections with
216+
TCP RST (for TCP connections) and ICMP port unreachable (for UDP packets)
217+
before connection established to improve tun's compatibility.
218+
219+
See [Rule Action](/configuration/route/rule_action/).
220+
221+
#### 1.11.0-alpha.6
222+
223+
* Update quic-go to v0.48.1
224+
* Set gateway for tun correctly
225+
* Fixes and improvements
226+
227+
#### 1.11.0-alpha.2
228+
229+
* Add warnings for usage of deprecated features
230+
* Fixes and improvements
231+
232+
#### 1.11.0-alpha.1
233+
234+
* Update quic-go to v0.48.0
235+
* Fixes and improvements
236+
15237
### 1.10.1
16238

17239
* Fixes and improvements
@@ -87,7 +309,7 @@ allows you to write headless rules directly without creating a rule-set file.
87309

88310
**8**:
89311

90-
With the new access control options, not only can you allow Clash dashboards
312+
With new access control options, not only can you allow Clash dashboards
91313
to access the Clash API on your local network,
92314
you can also manually limit the websites that can access the API instead of allowing everyone.
93315

0 commit comments

Comments
 (0)