documentation: Bump version

This commit is contained in:
世界 2023-11-30 15:58:10 +08:00
parent d505895447
commit 0a749723e0
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -4,6 +4,16 @@ icon: material/alert-decagram
# ChangeLog
#### 1.8.0-alpha.3
* Parallel rule-set initialization
* Independent `source_ip_is_private` and `ip_is_private` rules **1**
**1**:
The `private` GeoIP country never existed and was actually implemented inside V2Ray.
Since GeoIP was deprecated, we made this rule independent, see [Migration](/migration/#migrate-geoip-to-rule-sets).
#### 1.8.0-alpha.1
* Migrate cache file from Clash API to independent options **1**