Skip to content

Commit e80f5ac

Browse files
committed
documentation: Bump version
1 parent 2773605 commit e80f5ac

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,6 +2,10 @@
22
icon: material/alert-decagram
33
---
44

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

711
* Fixes and improvements
@@ -10,6 +14,24 @@ icon: material/alert-decagram
1014

1115
* Fixes and improvements
1216

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

1537
* Fixes and improvements
@@ -18,14 +40,125 @@ icon: material/alert-decagram
1840

1941
* Fixes and improvements
2042

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

2360
* Fixes and improvements
2461

62+
#### 1.9.0-alpha.15
63+
64+
* Fixes and improvements
65+
66+
#### 1.9.0-alpha.14
67+
68+
* Improve DNS truncate behavior
69+
* Fixes and improvements
70+
71+
#### 1.9.0-alpha.13
72+
73+
* Fixes and improvements
74+
2575
#### 1.8.6
2676

2777
* Fixes and improvements
2878

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

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