Skip to content

Commit b392d56

Browse files
committed
documentation: Bump version
1 parent a0da6cb commit b392d56

File tree

2 files changed

+138
-1
lines changed

2 files changed

+138
-1
lines changed

docs/changelog.md

+133
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,32 @@
22
icon: material/alert-decagram
33
---
44

5+
#### 1.9.0-rc.1
6+
7+
* Fixes and improvements
8+
59
#### 1.8.10
610

711
* Fixes and improvements
812

13+
#### 1.9.0-beta.17
14+
15+
* Update `quic-go` to v0.42.0
16+
* Fixes and improvements
17+
18+
#### 1.9.0-beta.16
19+
20+
* Fixes and improvements
21+
22+
_Our Testflight distribution has been temporarily blocked by Apple (possibly due to too many beta versions)
23+
and you cannot join the test, install or update the sing-box beta app right now.
24+
Please wait patiently for processing._
25+
26+
#### 1.9.0-beta.14
27+
28+
* Update gVisor to 20240212.0-65-g71212d503
29+
* Fixes and improvements
30+
931
#### 1.8.9
1032

1133
* Fixes and improvements
@@ -14,14 +36,125 @@ icon: material/alert-decagram
1436

1537
* Fixes and improvements
1638

39+
#### 1.9.0-beta.7
40+
41+
* Fixes and improvements
42+
43+
#### 1.9.0-beta.6
44+
45+
* Fix address filter DNS rule items **1**
46+
* Fix DNS outbound responding with wrong data
47+
* Fixes and improvements
48+
49+
**1**:
50+
51+
Fixed an issue where address filter DNS rule was incorrectly rejected under certain circumstances.
52+
If you have enabled `store_rdrc` to save results, consider clearing the cache file.
53+
1754
#### 1.8.7
1855

1956
* Fixes and improvements
2057

58+
#### 1.9.0-alpha.15
59+
60+
* Fixes and improvements
61+
62+
#### 1.9.0-alpha.14
63+
64+
* Improve DNS truncate behavior
65+
* Fixes and improvements
66+
67+
#### 1.9.0-alpha.13
68+
69+
* Fixes and improvements
70+
2171
#### 1.8.6
2272

2373
* Fixes and improvements
2474

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

27160
* 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)