Skip to content

Commit 379065e

Browse files
committed
documentation: Bump version
1 parent 43df5dc commit 379065e

File tree

1 file changed

+95
-5
lines changed

1 file changed

+95
-5
lines changed

docs/changelog.md

Lines changed: 95 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,102 @@
22
icon: material/alert-decagram
33
---
44

5+
#### 1.8.0-alpha.10
6+
7+
* Add `idle_timeout` for URLTest outbound **1**
8+
* Fixes and improvements
9+
10+
**1**:
11+
12+
When URLTest is idle for a certain period of time, the scheduled delay test will be paused.
513

614
#### 1.7.2
715

816
* Fixes and improvements
917

18+
#### 1.8.0-alpha.8
19+
20+
* Add context to JSON decode error message **1**
21+
* Reject internal fake-ip queries **2**
22+
* Fixes and improvements
23+
24+
**1**:
25+
26+
JSON parse errors will now include the current key path.
27+
Only takes effect when compiled with Go 1.21+.
28+
29+
**2**:
30+
31+
All internal DNS queries now skip DNS rules with `server` type `fakeip`,
32+
and the default DNS server can no longer be `fakeip`.
33+
34+
This change is intended to break incorrect usage and essentially requires no action.
35+
36+
#### 1.8.0-alpha.7
37+
38+
* Fixes and improvements
39+
1040
#### 1.7.1
1141

1242
* Fixes and improvements
1343

44+
#### 1.8.0-alpha.6
45+
46+
* Fix rule-set matching logic **1**
47+
* Fixes and improvements
48+
49+
**1**:
50+
51+
Now the rules in the `rule_set` rule item can be logically considered to be merged into the rule using rule sets,
52+
rather than completely following the AND logic.
53+
54+
#### 1.8.0-alpha.5
55+
56+
* Parallel rule-set initialization
57+
* Independent `source_ip_is_private` and `ip_is_private` rules **1**
58+
59+
**1**:
60+
61+
The `private` GeoIP country never existed and was actually implemented inside V2Ray.
62+
Since GeoIP was deprecated, we made this rule independent, see [Migration](/migration/#migrate-geoip-to-rule-sets).
63+
64+
#### 1.8.0-alpha.1
65+
66+
* Migrate cache file from Clash API to independent options **1**
67+
* Introducing [Rule Set](/configuration/rule-set) **2**
68+
* Add `sing-box geoip`, `sing-box geosite` and `sing-box rule-set` commands **3**
69+
* Allow nested logical rules **4**
70+
71+
**1**:
72+
73+
See [Cache File](/configuration/experimental/cache-file) and
74+
[Migration](/migration/#migrate-cache-file-from-clash-api-to-independent-options).
75+
76+
**2**:
77+
78+
Rule set is independent collections of rules that can be compiled into binaries to improve performance.
79+
Compared to legacy GeoIP and Geosite resources,
80+
it can include more types of rules, load faster,
81+
use less memory, and update automatically.
82+
83+
See [Route#rule_set](/configuration/route/#rule_set),
84+
[Route Rule](/configuration/route/rule),
85+
[DNS Rule](/configuration/dns/rule),
86+
[Rule Set](/configuration/rule-set),
87+
[Source Format](/configuration/rule-set/source-format) and
88+
[Headless Rule](/configuration/rule-set/headless-rule).
89+
90+
For GEO resources migration, see [Migrate GeoIP to rule sets](/migration/#migrate-geoip-to-rule-sets) and
91+
[Migrate Geosite to rule sets](/migration/#migrate-geosite-to-rule-sets).
92+
93+
**3**:
94+
95+
New commands manage GeoIP, Geosite and rule set resources, and help you migrate GEO resources to rule sets.
96+
97+
**4**:
98+
99+
Logical rules in route rules, DNS rules, and the new headless rule now allow nesting of logical rules.
100+
14101
#### 1.7.0
15102

16103
* Fixes and improvements
@@ -149,11 +236,13 @@ Only supported in graphical clients on Android and iOS.
149236

150237
**1**:
151238

152-
Starting in 1.7.0, multiplexing support is no longer enabled by default and needs to be turned on explicitly in inbound options.
239+
Starting in 1.7.0, multiplexing support is no longer enabled by default and needs to be turned on explicitly in inbound
240+
options.
153241

154242
**2**
155243

156-
Hysteria Brutal Congestion Control Algorithm in TCP. A kernel module needs to be installed on the Linux server, see [TCP Brutal](/configuration/shared/tcp-brutal) for details.
244+
Hysteria Brutal Congestion Control Algorithm in TCP. A kernel module needs to be installed on the Linux server,
245+
see [TCP Brutal](/configuration/shared/tcp-brutal) for details.
157246

158247
#### 1.7.0-alpha.3
159248

@@ -220,8 +309,8 @@ When `auto_route` is enabled and `strict_route` is disabled, the device can now
220309

221310
**2**:
222311

223-
Built using Go 1.20, the last version that will run on Windows 7, 8, Server 2008, Server 2012 and macOS 10.13 High Sierra, 10.14 Mojave.
224-
312+
Built using Go 1.20, the last version that will run on Windows 7, 8, Server 2008, Server 2012 and macOS 10.13 High
313+
Sierra, 10.14 Mojave.
225314

226315
#### 1.6.0-rc.4
227316

@@ -234,7 +323,8 @@ Built using Go 1.20, the last version that will run on Windows 7, 8, Server 2008
234323

235324
**1**:
236325

237-
Built using Go 1.20, the last version that will run on Windows 7, 8, Server 2008, Server 2012 and macOS 10.13 High Sierra, 10.14 Mojave.
326+
Built using Go 1.20, the last version that will run on Windows 7, 8, Server 2008, Server 2012 and macOS 10.13 High
327+
Sierra, 10.14 Mojave.
238328

239329
#### 1.6.0-beta.4
240330

0 commit comments

Comments
 (0)