Skip to content

Commit e68a9e6

Browse files
committed
documentation: Bump version
1 parent a9bb07d commit e68a9e6

File tree

1 file changed

+255
-3
lines changed

1 file changed

+255
-3
lines changed

docs/changelog.md

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

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

711
* Fixes and improvements
812

13+
#### 1.10.0-beta.11
14+
15+
* Update uTLS to v1.6.7 **1**
16+
* Add ipk in release artifacts
17+
18+
**1**:
19+
20+
Some legacy chrome fingerprints have been removed and will fallback to chrome, see [utls](/configuration/shared/tls#utls).
21+
22+
#### 1.10.0-beta.10
23+
24+
* Add `process_path_regex` rule item
25+
* Fixes and improvements
26+
27+
_The macOS standalone versions of sing-box (>=1.9.5/<1.10.0-beta.11) now silently fail and require manual granting of the **Full Disk Access** permission to system extension to start, probably due to Apple's changed security policy. We will prompt users about this in feature versions._
28+
929
### 1.9.6
1030

1131
* Fixes and improvements
@@ -27,11 +47,40 @@ icon: material/alert-decagram
2747

2848
See [Migration](/migration/#bundle-identifier-updates-in-apple-platform-clients).
2949

30-
We are still working on getting all sing-box apps back on the App Store.
31-
32-
This work is expected to be completed within a week
50+
We are still working on getting all sing-box apps back on the App Store, which should be completed within a week
3351
(SFI on the App Store and others on TestFlight are already available).
3452

53+
#### 1.10.0-beta.8
54+
55+
* Fixes and improvements
56+
57+
_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)._
58+
59+
#### 1.10.0-beta.7
60+
61+
* Update quic-go to v0.47.0
62+
* Fixes and improvements
63+
64+
#### 1.10.0-beta.6
65+
66+
* Add RDP sniffer
67+
* Fixes and improvements
68+
69+
#### 1.10.0-beta.5
70+
71+
* Add PNA support for [Clash API](/configuration/experimental/clash-api/)
72+
* Fixes and improvements
73+
74+
#### 1.10.0-beta.3
75+
76+
* Add SSH sniffer
77+
* Fixes and improvements
78+
79+
#### 1.10.0-beta.2
80+
81+
* Build with go1.23
82+
* Fixes and improvements
83+
3584
### 1.9.4
3685

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

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

57235
* Fixes and improvements
58236

237+
#### 1.10.0-alpha.10
238+
239+
* Fixes and improvements
240+
59241
### 1.9.2
60242

61243
* Fixes and improvements
62244

245+
#### 1.10.0-alpha.8
246+
247+
* Drop support for go1.18 and go1.19 **1**
248+
* Update quic-go to v0.45.0
249+
* Update Hysteria2 BBR congestion control
250+
* Fixes and improvements
251+
252+
**1**:
253+
254+
Due to maintenance difficulties, sing-box 1.10.0 requires at least Go 1.20 to compile.
255+
63256
### 1.9.1
64257

65258
* Fixes and improvements
66259

260+
#### 1.10.0-alpha.7
261+
262+
* Fixes and improvements
263+
264+
#### 1.10.0-alpha.5
265+
266+
* Improve auto-redirect **1**
267+
268+
**1**:
269+
270+
nftables support and DNS hijacking has been added.
271+
272+
Tun inbounds with `auto_route` and `auto_redirect` now works as expected on routers **without intervention**.
273+
274+
#### 1.10.0-alpha.4
275+
276+
* Fix auto-redirect **1**
277+
* Improve auto-route on linux **2**
278+
279+
**1**:
280+
281+
Tun inbounds with `auto_route` and `auto_redirect` now works as expected on routers.
282+
283+
**2**:
284+
285+
Tun inbounds with `auto_route` and `strict_route` now works as expected on routers and servers,
286+
but the usages of [exclude_interface](/configuration/inbound/tun/#exclude_interface) need to be updated.
287+
288+
#### 1.10.0-alpha.2
289+
290+
* Move auto-redirect to Tun **1**
291+
* Fixes and improvements
292+
293+
**1**:
294+
295+
Linux support are added.
296+
297+
See [Tun](/configuration/inbound/tun/#auto_redirect).
298+
299+
#### 1.10.0-alpha.1
300+
301+
* Add tailing comma support in JSON configuration
302+
* Add simple auto-redirect for Android **1**
303+
* Add BitTorrent sniffer **2**
304+
305+
**1**:
306+
307+
It allows you to use redirect inbound in the sing-box Android client
308+
and automatically configures IPv4 TCP redirection via su.
309+
310+
This may alleviate the symptoms of some OCD patients who think that
311+
redirect can effectively save power compared to the system HTTP Proxy.
312+
313+
See [Redirect](/configuration/inbound/redirect/).
314+
315+
**2**:
316+
317+
See [Protocol Sniff](/configuration/route/sniff/).
318+
67319
### 1.9.0
68320

69321
* Fixes and improvements

0 commit comments

Comments
 (0)