Skip to content

Commit b2111b8

Browse files
committed
documentation: Bump version
1 parent e282300 commit b2111b8

File tree

1 file changed

+144
-0
lines changed

1 file changed

+144
-0
lines changed

docs/changelog.md

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

5+
#### 1.9.0-rc.14
6+
7+
* Fixes and improvements
8+
9+
#### 1.9.0-rc.13
10+
11+
* Update Hysteria protocol
12+
* Update quic-go to v0.43.0
13+
* Update gVisor to 20240422.0
14+
* Fixes and improvements
15+
516
#### 1.8.12
617

718
* Now we have official APT and DNF repositories **1**
@@ -12,6 +23,10 @@ icon: material/alert-decagram
1223

1324
Including stable and beta versions, see https://sing-box.sagernet.org/installation/package-manager/
1425

26+
#### 1.9.0-rc.11
27+
28+
* Fixes and improvements
29+
1530
#### 1.8.11
1631

1732
* Fixes and improvements
@@ -20,6 +35,24 @@ Including stable and beta versions, see https://sing-box.sagernet.org/installati
2035

2136
* Fixes and improvements
2237

38+
#### 1.9.0-beta.17
39+
40+
* Update `quic-go` to v0.42.0
41+
* Fixes and improvements
42+
43+
#### 1.9.0-beta.16
44+
45+
* Fixes and improvements
46+
47+
_Our Testflight distribution has been temporarily blocked by Apple (possibly due to too many beta versions)
48+
and you cannot join the test, install or update the sing-box beta app right now.
49+
Please wait patiently for processing._
50+
51+
#### 1.9.0-beta.14
52+
53+
* Update gVisor to 20240212.0-65-g71212d503
54+
* Fixes and improvements
55+
2356
#### 1.8.9
2457

2558
* Fixes and improvements
@@ -28,14 +61,125 @@ Including stable and beta versions, see https://sing-box.sagernet.org/installati
2861

2962
* Fixes and improvements
3063

64+
#### 1.9.0-beta.7
65+
66+
* Fixes and improvements
67+
68+
#### 1.9.0-beta.6
69+
70+
* Fix address filter DNS rule items **1**
71+
* Fix DNS outbound responding with wrong data
72+
* Fixes and improvements
73+
74+
**1**:
75+
76+
Fixed an issue where address filter DNS rule was incorrectly rejected under certain circumstances.
77+
If you have enabled `store_rdrc` to save results, consider clearing the cache file.
78+
3179
#### 1.8.7
3280

3381
* Fixes and improvements
3482

83+
#### 1.9.0-alpha.15
84+
85+
* Fixes and improvements
86+
87+
#### 1.9.0-alpha.14
88+
89+
* Improve DNS truncate behavior
90+
* Fixes and improvements
91+
92+
#### 1.9.0-alpha.13
93+
94+
* Fixes and improvements
95+
3596
#### 1.8.6
3697

3798
* Fixes and improvements
3899

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

41185
* Fixes and improvements

0 commit comments

Comments
 (0)