Skip to content

Commit 19295f6

Browse files
committed
documentation: Bump version
1 parent f9af157 commit 19295f6

File tree

2 files changed

+255
-3
lines changed

2 files changed

+255
-3
lines changed

docs/changelog.md

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

5+
#### 1.10.0-beta.11
6+
7+
* Update uTLS to v1.6.7 **1**
8+
* Add ipk in release artifacts
9+
10+
**1**:
11+
12+
Some legacy chrome fingerprints have been removed and will fallback to chrome, see [utls](/configuration/shared/tls#utls).
13+
14+
#### 1.10.0-beta.10
15+
16+
* Add `process_path_regex` rule item
17+
* Fixes and improvements
18+
19+
_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._
20+
521
### 1.9.6
622

723
* Fixes and improvements
@@ -23,11 +39,40 @@ icon: material/alert-decagram
2339

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

26-
We are still working on getting all sing-box apps back on the App Store.
27-
28-
This work is expected to be completed within a week
42+
We are still working on getting all sing-box apps back on the App Store, which should be completed within a week
2943
(SFI on the App Store and others on TestFlight are already available).
3044

45+
#### 1.10.0-beta.8
46+
47+
* Fixes and improvements
48+
49+
_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)._
50+
51+
#### 1.10.0-beta.7
52+
53+
* Update quic-go to v0.47.0
54+
* Fixes and improvements
55+
56+
#### 1.10.0-beta.6
57+
58+
* Add RDP sniffer
59+
* Fixes and improvements
60+
61+
#### 1.10.0-beta.5
62+
63+
* Add PNA support for [Clash API](/configuration/experimental/clash-api/)
64+
* Fixes and improvements
65+
66+
#### 1.10.0-beta.3
67+
68+
* Add SSH sniffer
69+
* Fixes and improvements
70+
71+
#### 1.10.0-beta.2
72+
73+
* Build with go1.23
74+
* Fixes and improvements
75+
3176
### 1.9.4
3277

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

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

53227
* Fixes and improvements
54228

229+
#### 1.10.0-alpha.10
230+
231+
* Fixes and improvements
232+
55233
### 1.9.2
56234

57235
* Fixes and improvements
58236

237+
#### 1.10.0-alpha.8
238+
239+
* Drop support for go1.18 and go1.19 **1**
240+
* Update quic-go to v0.45.0
241+
* Update Hysteria2 BBR congestion control
242+
* Fixes and improvements
243+
244+
**1**:
245+
246+
Due to maintenance difficulties, sing-box 1.10.0 requires at least Go 1.20 to compile.
247+
59248
### 1.9.1
60249

61250
* Fixes and improvements
62251

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

65313
* Fixes and improvements

docs/clients/apple/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ or sending us your Apple ID [via email](mailto:[email protected]).
2424

2525
## :material-file-download: Download (macOS standalone version)
2626

27+
!!! warning ""
28+
29+
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.
30+
2731
* [Homebrew Cask](https://formulae.brew.sh/cask/sfm)
2832

2933
```bash

0 commit comments

Comments
 (0)