Skip to content

Commit f13327f

Browse files
committed
documentation: Bump version
1 parent e1f54d4 commit f13327f

File tree

1 file changed

+85
-17
lines changed

1 file changed

+85
-17
lines changed

docs/changelog.md

Lines changed: 85 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,91 @@
22
icon: material/alert-decagram
33
---
44

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

711
* Fixes and improvements
812

13+
#### 1.13.0-alpha.7
14+
15+
* Add reject support for ICMP echo supports **1**
16+
* Fixes and improvements
17+
18+
**1**:
19+
20+
You can now reject, drop, or directly reply to ICMP echo (ping) requests using `reject` Route Action.
21+
22+
See [Route Action](/configuration/route/rule_action/#reject).
23+
24+
#### 1.13.0-alpha.6
25+
26+
* Add proxy support for ICMP echo requests **1**
27+
* Fixes and improvements
28+
29+
**1**:
30+
31+
You can now match ICMP echo (ping) requests using the new `icmp` network in routing rules.
32+
33+
Such traffic originates from `TUN`, `WireGuard`, and `Tailscale` inbounds and can be routed to `Direct`, `WireGuard`, and `Tailscale` outbounds.
34+
35+
See [Route Rule](/configuration/route/rule/#network).
36+
937
#### 1.12.3
1038

1139
* Fixes and improvements
1240

41+
#### 1.13.0-alpha.4
42+
43+
* Fixes and improvements
44+
1345
#### 1.12.2
1446

1547
* Fixes and improvements
1648

49+
#### 1.13.0-alpha.3
50+
51+
* Improve `local` DNS server **1**
52+
* Fixes and improvements
53+
54+
**1**:
55+
56+
On Apple platforms, Windows, and Linux (when using systemd-resolved),
57+
`local` DNS server now works with Tun inbound which overrides system DNS servers.
58+
59+
See [Local DNS Server](/configuration/dns/server/local/).
60+
61+
#### 1.13.0-alpha.2
62+
63+
* Add `preferred_by` rule item **1**
64+
* Fixes and improvements
65+
66+
**1**:
67+
68+
The new `preferred_by` routing rule item allows you to
69+
match preferred domains and addresses for specific outbounds.
70+
71+
See [Route Rule](/configuration/route/rule/#preferred_by).
72+
73+
#### 1.13.0-alpha.1
74+
75+
* Add interface address rule items **1**
76+
* Fixes and improvements
77+
78+
**1**:
79+
80+
New interface address rules allow you to dynamically adjust rules based on your network environment.
81+
82+
See [Route Rule](/configuration/route/rule/), [DNS Route Rule](/configuration/dns/rule/)
83+
and [Headless Rule](/configuration/rule-set/headless-rule/).
84+
1785
#### 1.12.1
1886

1987
* Fixes and improvements
2088

21-
#### 1.12.0
89+
### 1.12.0
2290

2391
* Refactor DNS servers **1**
2492
* Add domain resolver options**2**
@@ -169,7 +237,7 @@ We continue to experience issues updating our sing-box apps on the App Store and
169237
Until we rewrite and resubmit the apps, they are considered irrecoverable.
170238
Therefore, after this release, we will not be repeating this notice unless there is new information.
171239

172-
### 1.11.15
240+
#### 1.11.15
173241

174242
* Fixes and improvements
175243

@@ -185,7 +253,7 @@ violated the rules (TestFlight users are not affected)._
185253

186254
We have significantly improved the performance of tun inbound on Apple platforms, especially in the gVisor stack.
187255

188-
### 1.11.14
256+
#### 1.11.14
189257

190258
* Fixes and improvements
191259

@@ -235,7 +303,7 @@ You can now choose what the DERP home page shows, just like with derper's `-home
235303

236304
See [DERP](/configuration/service/derp/#home).
237305

238-
### 1.11.13
306+
#### 1.11.13
239307

240308
* Fixes and improvements
241309

@@ -273,7 +341,7 @@ SSM API service is a RESTful API server for managing Shadowsocks servers.
273341

274342
See [SSM API Service](/configuration/service/ssm-api/).
275343

276-
### 1.11.11
344+
#### 1.11.11
277345

278346
* Fixes and improvements
279347

@@ -305,7 +373,7 @@ You can now set `bind_interface`, `routing_mark` and `reuse_addr` in Listen Fiel
305373

306374
See [Listen Fields](/configuration/shared/listen/).
307375

308-
### 1.11.10
376+
#### 1.11.10
309377

310378
* Undeprecate the `block` outbound **1**
311379
* Fixes and improvements
@@ -323,7 +391,7 @@ violated the rules (TestFlight users are not affected)._
323391
* Update quic-go to v0.51.0
324392
* Fixes and improvements
325393

326-
### 1.11.9
394+
#### 1.11.9
327395

328396
* Fixes and improvements
329397

@@ -334,7 +402,7 @@ violated the rules (TestFlight users are not affected)._
334402

335403
* Fixes and improvements
336404

337-
### 1.11.8
405+
#### 1.11.8
338406

339407
* Improve `auto_redirect` **1**
340408
* Fixes and improvements
@@ -351,7 +419,7 @@ violated the rules (TestFlight users are not affected)._
351419

352420
* Fixes and improvements
353421

354-
### 1.11.7
422+
#### 1.11.7
355423

356424
* Fixes and improvements
357425

@@ -367,7 +435,7 @@ violated the rules (TestFlight users are not affected)._
367435
Now `auto_redirect` fixes compatibility issues between tun and Docker bridge networks,
368436
see [Tun](/configuration/inbound/tun/#auto_redirect).
369437

370-
### 1.11.6
438+
#### 1.11.6
371439

372440
* Fixes and improvements
373441

@@ -408,7 +476,7 @@ See [Protocol Sniff](/configuration/route/sniff/).
408476

409477
See [Dial Fields](/configuration/shared/dial/#domain_resolver).
410478

411-
### 1.11.5
479+
#### 1.11.5
412480

413481
* Fixes and improvements
414482

@@ -424,7 +492,7 @@ violated the rules (TestFlight users are not affected)._
424492

425493
See [DNS Rule Action](/configuration/dns/rule_action/#predefined).
426494

427-
### 1.11.4
495+
#### 1.11.4
428496

429497
* Fixes and improvements
430498

@@ -480,7 +548,7 @@ Due to maintenance difficulties, sing-box 1.12.0 requires at least Go 1.23 to co
480548

481549
For Windows 7 users, legacy binaries now continue to compile with Go 1.23 and patches from [MetaCubeX/go](https://github.com/MetaCubeX/go).
482550

483-
### 1.11.3
551+
#### 1.11.3
484552

485553
* Fixes and improvements
486554

@@ -491,7 +559,7 @@ process._
491559

492560
* Fixes and improvements
493561

494-
### 1.11.1
562+
#### 1.11.1
495563

496564
* Fixes and improvements
497565

@@ -670,7 +738,7 @@ See [Hysteria2](/configuration/outbound/hysteria2/).
670738

671739
When `up_mbps` and `down_mbps` are set, `ignore_client_bandwidth` instead denies clients from using BBR CC.
672740

673-
### 1.10.7
741+
#### 1.10.7
674742

675743
* Fixes and improvements
676744

@@ -765,7 +833,7 @@ and the old outbound will be removed in sing-box 1.13.0.
765833
See [Endpoint](/configuration/endpoint/), [WireGuard Endpoint](/configuration/endpoint/wireguard/)
766834
and [Migrate WireGuard outbound fields to route options](/migration/#migrate-wireguard-outbound-to-endpoint).
767835

768-
### 1.10.2
836+
#### 1.10.2
769837

770838
* Add deprecated warnings
771839
* Fix proxying websocket connections in HTTP/mixed inbounds
@@ -902,7 +970,7 @@ See [Rule Action](/configuration/route/rule_action/).
902970
* Update quic-go to v0.48.0
903971
* Fixes and improvements
904972

905-
### 1.10.1
973+
#### 1.10.1
906974

907975
* Fixes and improvements
908976

0 commit comments

Comments
 (0)