Skip to content

Commit b5ef853

Browse files
committed
documentation: Bump version
1 parent f70b6b4 commit b5ef853

File tree

2 files changed

+134
-1
lines changed

2 files changed

+134
-1
lines changed

docs/changelog.md

+129
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
icon: material/alert-decagram
33
---
44

5+
#### 1.9.0-beta.17
6+
7+
* Update `quic-go` to v0.42.0
8+
* Fixes and improvements
9+
10+
#### 1.9.0-beta.16
11+
12+
* Fixes and improvements
13+
14+
_Our Testflight distribution has been temporarily blocked by Apple (possibly due to too many beta versions)
15+
and you cannot join the test, install or update the sing-box beta app right now.
16+
Please wait patiently for processing._
17+
18+
#### 1.9.0-beta.14
19+
20+
* Update gVisor to 20240212.0-65-g71212d503
21+
* Fixes and improvements
22+
523
#### 1.8.9
624

725
* Fixes and improvements
@@ -10,14 +28,125 @@ icon: material/alert-decagram
1028

1129
* Fixes and improvements
1230

31+
#### 1.9.0-beta.7
32+
33+
* Fixes and improvements
34+
35+
#### 1.9.0-beta.6
36+
37+
* Fix address filter DNS rule items **1**
38+
* Fix DNS outbound responding with wrong data
39+
* Fixes and improvements
40+
41+
**1**:
42+
43+
Fixed an issue where address filter DNS rule was incorrectly rejected under certain circumstances.
44+
If you have enabled `store_rdrc` to save results, consider clearing the cache file.
45+
1346
#### 1.8.7
1447

1548
* Fixes and improvements
1649

50+
#### 1.9.0-alpha.15
51+
52+
* Fixes and improvements
53+
54+
#### 1.9.0-alpha.14
55+
56+
* Improve DNS truncate behavior
57+
* Fixes and improvements
58+
59+
#### 1.9.0-alpha.13
60+
61+
* Fixes and improvements
62+
1763
#### 1.8.6
1864

1965
* Fixes and improvements
2066

67+
#### 1.9.0-alpha.12
68+
69+
* Handle Windows power events
70+
* Always disable cache for fake-ip DNS transport if `dns.independent_cache` disabled
71+
* Fixes and improvements
72+
73+
#### 1.9.0-alpha.11
74+
75+
* Fix missing `rule_set_ipcidr_match_source` item in DNS rules **1**
76+
* Fixes and improvements
77+
78+
**1**:
79+
80+
See [DNS Rule](/configuration/dns/rule/).
81+
82+
#### 1.9.0-alpha.10
83+
84+
* Add `bypass_domain` and `search_domain` platform HTTP proxy options **1**
85+
* Fixes and improvements
86+
87+
**1**:
88+
89+
See [TUN](/configuration/inbound/tun) inbound.
90+
91+
#### 1.9.0-alpha.8
92+
93+
* Add rejected DNS response cache support **1**
94+
* Fixes and improvements
95+
96+
**1**:
97+
98+
The new feature allows you to cache the check results of
99+
[Address filter DNS rule items](/configuration/dns/rule/#address-filter-fields) until expiration.
100+
101+
#### 1.9.0-alpha.7
102+
103+
* Update gVisor to 20240206.0
104+
* Fixes and improvements
105+
106+
#### 1.9.0-alpha.6
107+
108+
* Fixes and improvements
109+
110+
#### 1.9.0-alpha.3
111+
112+
* Update `quic-go` to v0.41.0
113+
* Fixes and improvements
114+
115+
#### 1.9.0-alpha.2
116+
117+
* Add support for `client-subnet` DNS options **1**
118+
* Fixes and improvements
119+
120+
**1**:
121+
122+
See [DNS](/configuration/dns), [DNS Server](/configuration/dns/server) and [DNS Rules](/configuration/dns/rule).
123+
124+
Since this feature makes the scenario mentioned in `alpha.1` no longer leak DNS requests,
125+
the [Client example](/manual/proxy/client#traffic-bypass-usage-for-chinese-users) has been updated.
126+
127+
#### 1.9.0-alpha.1
128+
129+
* `domain_suffix` behavior update **1**
130+
* `process_path` format update on Windows **2**
131+
* Add address filter DNS rule items **3**
132+
133+
**1**:
134+
135+
See [Migration](/migration/#domain_suffix-behavior-update).
136+
137+
**2**:
138+
139+
See [Migration](/migration/#process_path-format-update-on-windows).
140+
141+
**3**:
142+
143+
The new DNS feature allows you to more precisely bypass Chinese websites via **DNS leaks**. Do not use plain local DNS
144+
if using this method.
145+
146+
See [Address Filter Fields](/configuration/dns/rule#address-filter-fields).
147+
148+
[Client example](/manual/proxy/client#traffic-bypass-usage-for-chinese-users) updated.
149+
21150
#### 1.8.5
22151

23152
* Fixes and improvements

docs/clients/apple/index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ platform-specific function implementation, such as TUN transparent proxy impleme
1515
## :material-download: Download
1616

1717
* [App Store](https://apps.apple.com/us/app/sing-box/id6451272673)
18-
* [TestFlight (Beta)](https://testflight.apple.com/join/AcqO44FH)
18+
* ~~[TestFlight (Beta)](https://testflight.apple.com/join/AcqO44FH)~~
19+
20+
_Our Testflight distribution has been temporarily blocked by Apple (possibly due to too many beta versions)
21+
and you cannot join the test, install or update the sing-box beta app right now.
22+
Please wait patiently for processing._
1923

2024
## :material-file-download: Download (macOS standalone version)
2125

0 commit comments

Comments
 (0)