Skip to content

Commit 5bf5fc3

Browse files
committed
documentation: Bump version
1 parent 37c9f85 commit 5bf5fc3

File tree

1 file changed

+186
-1
lines changed

1 file changed

+186
-1
lines changed

docs/changelog.md

+186-1
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,201 @@
22
icon: material/alert-decagram
33
---
44

5+
#### 1.11.0-beta.12
6+
7+
* Add `rule-set merge` command
8+
* Fixes and improvements
9+
510
### 1.10.4
611

712
* Fixes and improvements
813

14+
#### 1.11.0-beta.3
15+
16+
* Add more masquerade options for hysteria2 **1**
17+
* Fixes and improvements
18+
19+
**1**:
20+
21+
See [Hysteria2](/configuration/inbound/hysteria2/#masquerade).
22+
23+
#### 1.11.0-alpha.25
24+
25+
* Update quic-go to v0.48.2
26+
* Fixes and improvements
27+
28+
#### 1.11.0-alpha.22
29+
30+
* Add UDP timeout route option **1**
31+
* Fixes and improvements
32+
33+
**1**:
34+
35+
See [Rule Action](/configuration/route/rule_action/#udp_timeout).
36+
37+
#### 1.11.0-alpha.20
38+
39+
* Add UDP GSO support for WireGuard
40+
* Make GSO adaptive **1**
41+
42+
**1**:
43+
44+
For WireGuard outbound and endpoint, GSO will be automatically enabled when available,
45+
see [WireGuard Outbound](/configuration/outbound/wireguard/#gso).
46+
47+
For TUN, GSO has been removed,
48+
see [Deprecated](/deprecated/#gso-option-in-tun).
49+
50+
#### 1.11.0-alpha.19
51+
52+
* Upgrade WireGuard outbound to endpoint **1**
53+
* Fixes and improvements
54+
55+
**1**:
56+
57+
The new WireGuard endpoint combines inbound and outbound capabilities,
58+
and the old outbound will be removed in sing-box 1.13.0.
59+
60+
See [Endpoint](/configuration/endpoint/), [WireGuard Endpoint](/configuration/endpoint/wireguard/)
61+
and [Migrate WireGuard outbound fields to route options](/migration/#migrate-wireguard-outbound-to-endpoint).
62+
963
### 1.10.2
1064

1165
* Add deprecated warnings
1266
* Fix proxying websocket connections in HTTP/mixed inbounds
1367
* Fixes and improvements
1468

69+
#### 1.11.0-alpha.18
70+
71+
* Fixes and improvements
72+
73+
#### 1.11.0-alpha.16
74+
75+
* Add `cache_capacity` DNS option **1**
76+
* Add `override_address` and `override_port` route options **2**
77+
* Fixes and improvements
78+
79+
**1**:
80+
81+
See [DNS](/configuration/dns/#cache_capacity).
82+
83+
**2**:
84+
85+
See [Rule Action](/configuration/route/#override_address) and
86+
[Migrate destination override fields to route options](/migration/#migrate-destination-override-fields-to-route-options).
87+
88+
#### 1.11.0-alpha.15
89+
90+
* Improve multi network dialing **1**
91+
* Fixes and improvements
92+
93+
**1**:
94+
95+
New options allow you to configure the network strategy flexibly.
96+
97+
See [Dial Fields](/configuration/shared/dial/#network_strategy),
98+
[Rule Action](/configuration/route/rule_action/#network_strategy)
99+
and [Route](/configuration/route/#default_network_strategy).
100+
101+
#### 1.11.0-alpha.14
102+
103+
* Add multi network dialing **1**
104+
* Fixes and improvements
105+
106+
**1**:
107+
108+
Similar to Surge's strategy.
109+
110+
New options allow you to connect using multiple network interfaces,
111+
prefer or only use one type of interface,
112+
and configure a timeout to fallback to other interfaces.
113+
114+
See [Dial Fields](/configuration/shared/dial/#network_strategy),
115+
[Rule Action](/configuration/route/rule_action/#network_strategy)
116+
and [Route](/configuration/route/#default_network_strategy).
117+
118+
#### 1.11.0-alpha.13
119+
120+
* Fixes and improvements
121+
122+
#### 1.11.0-alpha.12
123+
124+
* Merge route options to route actions **1**
125+
* Add `network_type`, `network_is_expensive` and `network_is_constrainted` rule items **2**
126+
* Fixes and improvements
127+
128+
**1**:
129+
130+
Route options in DNS route actions will no longer be considered deprecated,
131+
see [DNS Route Action](/configuration/dns/rule_action/).
132+
133+
Also, now `udp_disable_domain_unmapping` and `udp_connect` can also be configured in route action,
134+
see [Route Action](/configuration/route/rule_action/).
135+
136+
**2**:
137+
138+
When using in graphical clients, new routing rule items allow you to match on
139+
network type (WIFI, cellular, etc.), whether the network is expensive, and whether Low Data Mode is enabled.
140+
141+
See [Route Rule](/configuration/route/rule/), [DNS Route Rule](/configuration/dns/rule/)
142+
and [Headless Rule](/configuration/rule-set/headless-rule/).
143+
144+
#### 1.11.0-alpha.9
145+
146+
* Improve tun compatibility **1**
147+
* Fixes and improvements
148+
149+
**1**:
150+
151+
When `gvisor` tun stack is enabled, even if the request passes routing,
152+
if the outbound connection establishment fails,
153+
the connection still does not need to be established and a TCP RST is replied.
154+
155+
#### 1.11.0-alpha.7
156+
157+
* Introducing rule actions **1**
158+
159+
**1**:
160+
161+
New rule actions replace legacy inbound fields and special outbound fields,
162+
and can be used for pre-matching **2**.
163+
164+
See [Rule](/configuration/route/rule/),
165+
[Rule Action](/configuration/route/rule_action/),
166+
[DNS Rule](/configuration/dns/rule/) and
167+
[DNS Rule Action](/configuration/dns/rule_action/).
168+
169+
For migration, see
170+
[Migrate legacy special outbounds to rule actions](/migration/#migrate-legacy-special-outbounds-to-rule-actions),
171+
[Migrate legacy inbound fields to rule actions](/migration/#migrate-legacy-inbound-fields-to-rule-actions)
172+
and [Migrate legacy DNS route options to rule actions](/migration/#migrate-legacy-dns-route-options-to-rule-actions).
173+
174+
**2**:
175+
176+
Similar to Surge's pre-matching.
177+
178+
Specifically, new rule actions allow you to reject connections with
179+
TCP RST (for TCP connections) and ICMP port unreachable (for UDP packets)
180+
before connection established to improve tun's compatibility.
181+
182+
See [Rule Action](/configuration/route/rule_action/).
183+
184+
#### 1.11.0-alpha.6
185+
186+
* Update quic-go to v0.48.1
187+
* Set gateway for tun correctly
188+
* Fixes and improvements
189+
190+
#### 1.11.0-alpha.2
191+
192+
* Add warnings for usage of deprecated features
193+
* Fixes and improvements
194+
195+
#### 1.11.0-alpha.1
196+
197+
* Update quic-go to v0.48.0
198+
* Fixes and improvements
199+
15200
### 1.10.1
16201

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

88273
**8**:
89274

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

0 commit comments

Comments
 (0)