Skip to content

Commit 1bf321e

Browse files
committed
documentation: Bump version
1 parent eb01cb9 commit 1bf321e

File tree

1 file changed

+238
-0
lines changed

1 file changed

+238
-0
lines changed

docs/changelog.md

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

5+
#### 1.10.0-beta.9
6+
7+
* Fixes and improvements
8+
59
### 1.9.5
610

711
* Update quic-go to v0.47.0
@@ -24,6 +28,37 @@ We are still working on getting all sing-box apps back on the App Store.
2428
This work is expected to be completed within a week
2529
(SFI on the App Store and others on TestFlight are already available).
2630

31+
#### 1.10.0-beta.8
32+
33+
* Fixes and improvements
34+
35+
_With the help of a netizen, we are in the process of getting sing-box apps back on the App Store, which should be completed within a month (TestFlight is already available)._
36+
37+
#### 1.10.0-beta.7
38+
39+
* Update quic-go to v0.47.0
40+
* Fixes and improvements
41+
42+
#### 1.10.0-beta.6
43+
44+
* Add RDP sniffer
45+
* Fixes and improvements
46+
47+
#### 1.10.0-beta.5
48+
49+
* Add PNA support for [Clash API](/configuration/experimental/clash-api/)
50+
* Fixes and improvements
51+
52+
#### 1.10.0-beta.3
53+
54+
* Add SSH sniffer
55+
* Fixes and improvements
56+
57+
#### 1.10.0-beta.2
58+
59+
* Build with go1.23
60+
* Fixes and improvements
61+
2762
### 1.9.4
2863

2964
* Update quic-go to v0.46.0
@@ -44,18 +79,221 @@ sing-box apps on Apple platforms are temporarily unavailable for download or upd
4479
If your company or organization is willing to help us return to the App Store,
4580
please [contact us](mailto:[email protected])._
4681

82+
#### 1.10.0-alpha.29
83+
84+
* Update quic-go to v0.46.0
85+
* Fixes and improvements
86+
87+
#### 1.10.0-alpha.25
88+
89+
* Add AdGuard DNS Filter support **1**
90+
91+
**1**:
92+
93+
The new feature allows you to use AdGuard DNS Filter lists in a sing-box without AdGuard Home.
94+
95+
See [AdGuard DNS Filter](/configuration/rule-set/adguard/).
96+
97+
#### 1.10.0-alpha.23
98+
99+
* Add Chromium support for QUIC sniffer
100+
* Add client type detect support for QUIC sniffer **1**
101+
* Fixes and improvements
102+
103+
**1**:
104+
105+
Now the QUIC sniffer can correctly extract the server name from Chromium requests and
106+
can identify common QUIC clients, including
107+
Chromium, Safari, Firefox, quic-go (including uquic disguised as Chrome).
108+
109+
See [Protocol Sniff](/configuration/route/sniff/) and [Route Rule](/configuration/route/rule/#client).
110+
111+
#### 1.10.0-alpha.22
112+
113+
* Optimize memory usages of rule-sets **1**
114+
* Fixes and improvements
115+
116+
**1**:
117+
118+
See [Source Format](/configuration/rule-set/source-format/#version).
119+
120+
#### 1.10.0-alpha.20
121+
122+
* Add DTLS sniffer
123+
* Fixes and improvements
124+
125+
#### 1.10.0-alpha.19
126+
127+
* Add `rule-set decompile` command
128+
* Add IP address support for `rule-set match` command
129+
* Fixes and improvements
130+
131+
#### 1.10.0-alpha.18
132+
133+
* Add new `inline` rule-set type **1**
134+
* Add auto reload support for local rule-set
135+
* Update fsnotify usages **2**
136+
* Fixes and improvements
137+
138+
**1**:
139+
140+
The new [rule-set] type inline (which also becomes the default type)
141+
allows you to write headless rules directly without creating a rule-set file.
142+
143+
[rule-set]: /configuration/rule-set/
144+
145+
**2**:
146+
147+
sing-box now uses fsnotify correctly and will not cancel watching
148+
if the target file is deleted or recreated via rename (e.g. `mv`).
149+
150+
This affects all path options that support reload, including
151+
`tls.certificate_path`, `tls.key_path`, `tls.ech.key_path` and `rule_set.path`.
152+
153+
#### 1.10.0-alpha.17
154+
155+
* Some chaotic changes **1**
156+
* `rule_set_ipcidr_match_source` rule items are renamed **2**
157+
* Add `rule_set_ip_cidr_accept_empty` DNS address filter rule item **3**
158+
* Update quic-go to v0.45.1
159+
* Fixes and improvements
160+
161+
**1**:
162+
163+
Something may be broken, please actively report problems with this version.
164+
165+
**2**:
166+
167+
`rule_set_ipcidr_match_source` route and DNS rule items are renamed to
168+
`rule_set_ip_cidr_match_source` and will be remove in sing-box 1.11.0.
169+
170+
**3**:
171+
172+
See [DNS Rule](/configuration/dns/rule/#rule_set_ip_cidr_accept_empty).
173+
174+
#### 1.10.0-alpha.16
175+
176+
* Add custom options for `auto-route` and `auto-redirect` **1**
177+
* Fixes and improvements
178+
179+
**1**:
180+
181+
See [iproute2_table_index](/configuration/inbound/tun/#iproute2_table_index),
182+
[iproute2_rule_index](/configuration/inbound/tun/#iproute2_rule_index),
183+
[auto_redirect_input_mark](/configuration/inbound/tun/#auto_redirect_input_mark) and
184+
[auto_redirect_output_mark](/configuration/inbound/tun/#auto_redirect_output_mark).
185+
186+
#### 1.10.0-alpha.13
187+
188+
* TUN address fields are merged **1**
189+
* Add route address set support for auto-redirect **2**
190+
191+
**1**:
192+
193+
See [Migration](/migration/#tun-address-fields-are-merged).
194+
195+
**2**:
196+
197+
The new feature will allow you to configure the destination IP CIDR rules
198+
in the specified rule-sets to the firewall automatically.
199+
200+
Specified or unspecified destinations will bypass the sing-box routes to get better performance
201+
(for example, keep hardware offloading of direct traffics on the router).
202+
203+
See [route_address_set](/configuration/inbound/tun/#route_address_set)
204+
and [route_exclude_address_set](/configuration/inbound/tun/#route_exclude_address_set).
205+
206+
#### 1.10.0-alpha.12
207+
208+
* Fix auto-redirect not configuring nftables forward chain correctly
209+
* Fixes and improvements
210+
47211
### 1.9.3
48212

49213
* Fixes and improvements
50214

215+
#### 1.10.0-alpha.10
216+
217+
* Fixes and improvements
218+
51219
### 1.9.2
52220

53221
* Fixes and improvements
54222

223+
#### 1.10.0-alpha.8
224+
225+
* Drop support for go1.18 and go1.19 **1**
226+
* Update quic-go to v0.45.0
227+
* Update Hysteria2 BBR congestion control
228+
* Fixes and improvements
229+
230+
**1**:
231+
232+
Due to maintenance difficulties, sing-box 1.10.0 requires at least Go 1.20 to compile.
233+
55234
### 1.9.1
56235

57236
* Fixes and improvements
58237

238+
#### 1.10.0-alpha.7
239+
240+
* Fixes and improvements
241+
242+
#### 1.10.0-alpha.5
243+
244+
* Improve auto-redirect **1**
245+
246+
**1**:
247+
248+
nftables support and DNS hijacking has been added.
249+
250+
Tun inbounds with `auto_route` and `auto_redirect` now works as expected on routers **without intervention**.
251+
252+
#### 1.10.0-alpha.4
253+
254+
* Fix auto-redirect **1**
255+
* Improve auto-route on linux **2**
256+
257+
**1**:
258+
259+
Tun inbounds with `auto_route` and `auto_redirect` now works as expected on routers.
260+
261+
**2**:
262+
263+
Tun inbounds with `auto_route` and `strict_route` now works as expected on routers and servers,
264+
but the usages of [exclude_interface](/configuration/inbound/tun/#exclude_interface) need to be updated.
265+
266+
#### 1.10.0-alpha.2
267+
268+
* Move auto-redirect to Tun **1**
269+
* Fixes and improvements
270+
271+
**1**:
272+
273+
Linux support are added.
274+
275+
See [Tun](/configuration/inbound/tun/#auto_redirect).
276+
277+
#### 1.10.0-alpha.1
278+
279+
* Add tailing comma support in JSON configuration
280+
* Add simple auto-redirect for Android **1**
281+
* Add BitTorrent sniffer **2**
282+
283+
**1**:
284+
285+
It allows you to use redirect inbound in the sing-box Android client
286+
and automatically configures IPv4 TCP redirection via su.
287+
288+
This may alleviate the symptoms of some OCD patients who think that
289+
redirect can effectively save power compared to the system HTTP Proxy.
290+
291+
See [Redirect](/configuration/inbound/redirect/).
292+
293+
**2**:
294+
295+
See [Protocol Sniff](/configuration/route/sniff/).
296+
59297
### 1.9.0
60298

61299
* Fixes and improvements

0 commit comments

Comments
 (0)