From 26064a9fdc53b90612bfb4f0b86aa339a2f3ac6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 11 Nov 2024 19:33:54 +0800 Subject: [PATCH] documentation: Bump version --- docs/changelog.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 55892e87..e4f4523f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,10 +2,28 @@ icon: material/alert-decagram --- -#### 1.11.0-alpha.11 +#### 1.11.0-alpha.12 +* Merge route options to route actions **1** +* Add `network_type`, `network_is_expensive` and `network_is_constrainted` rule items **2** * Fixes and improvements +**1**: + +Route options in DNS route actions will no longer be considered deprecated, +see [DNS Route Action](/configuration/dns/rule_action/). + +Also, now `udp_disable_domain_unmapping` and `udp_connect` can also be configured in route action, +see [Route Action](/configuration/route/rule_action/). + +**2**: + +When using in graphical clients, new routing rule items allow you to match on +network type (WIFI, cellular, etc.), whether the network is expensive, and whether Low Data Mode is enabled. + +See [Route Rule](/configuration/route/rule/), [DNS Route Rule](/configuration/dns/rule/) +and [Headless Rule](/configuration/rule-set/headless-rule/). + #### 1.11.0-alpha.9 * Improve tun compatibility **1** @@ -32,7 +50,7 @@ See [Rule](/configuration/route/rule/), [DNS Rule Action](/configuration/dns/rule_action/). For migration, see -[Migrate legacy special outbounds to rule actions](/migration/#migrate-legacy-special-outbounds-to-rule-actions), +[Migrate legacy special outbounds to rule actions](/migration/#migrate-legacy-special-outbounds-to-rule-actions), [Migrate legacy inbound fields to rule actions](/migration/#migrate-legacy-inbound-fields-to-rule-actions) and [Migrate legacy DNS route options to rule actions](/migration/#migrate-legacy-dns-route-options-to-rule-actions).