|
2 | 2 | icon: material/alert-decagram
|
3 | 3 | ---
|
4 | 4 |
|
| 5 | +#### 1.11.0-alpha.19 |
| 6 | + |
| 7 | +* Fixes and improvements |
| 8 | + |
5 | 9 | ### 1.10.2
|
6 | 10 |
|
7 | 11 | * Add deprecated warnings
|
8 | 12 | * Fix proxying websocket connections in HTTP/mixed inbounds
|
9 | 13 | * Fixes and improvements
|
10 | 14 |
|
| 15 | +#### 1.11.0-alpha.18 |
| 16 | + |
| 17 | +* Fixes and improvements |
| 18 | + |
| 19 | +#### 1.11.0-alpha.16 |
| 20 | + |
| 21 | +* Add `cache_capacity` DNS option **1** |
| 22 | +* Add `override_address` and `override_port` route options **2** |
| 23 | +* Fixes and improvements |
| 24 | + |
| 25 | +**1**: |
| 26 | + |
| 27 | +See [DNS](/configuration/dns/#cache_capacity). |
| 28 | + |
| 29 | +**2**: |
| 30 | + |
| 31 | +See [Rule Action](/configuration/route/#override_address) and |
| 32 | +[Migrate destination override fields to route options](/migration/#migrate-destination-override-fields-to-route-options). |
| 33 | + |
| 34 | +#### 1.11.0-alpha.15 |
| 35 | + |
| 36 | +* Improve multi network dialing **1** |
| 37 | +* Fixes and improvements |
| 38 | + |
| 39 | +**1**: |
| 40 | + |
| 41 | +New options allow you to configure the network strategy flexibly. |
| 42 | + |
| 43 | +See [Dial Fields](/configuration/shared/dial/#network_strategy), |
| 44 | +[Rule Action](/configuration/route/rule_action/#network_strategy) |
| 45 | +and [Route](/configuration/route/#default_network_strategy). |
| 46 | + |
| 47 | +#### 1.11.0-alpha.14 |
| 48 | + |
| 49 | +* Add multi network dialing **1** |
| 50 | +* Fixes and improvements |
| 51 | + |
| 52 | +**1**: |
| 53 | + |
| 54 | +Similar to Surge's strategy. |
| 55 | + |
| 56 | +New options allow you to connect using multiple network interfaces, |
| 57 | +prefer or only use one type of interface, |
| 58 | +and configure a timeout to fallback to other interfaces. |
| 59 | + |
| 60 | +See [Dial Fields](/configuration/shared/dial/#network_strategy), |
| 61 | +[Rule Action](/configuration/route/rule_action/#network_strategy) |
| 62 | +and [Route](/configuration/route/#default_network_strategy). |
| 63 | + |
| 64 | +#### 1.11.0-alpha.13 |
| 65 | + |
| 66 | +* Fixes and improvements |
| 67 | + |
| 68 | +#### 1.11.0-alpha.12 |
| 69 | + |
| 70 | +* Merge route options to route actions **1** |
| 71 | +* Add `network_type`, `network_is_expensive` and `network_is_constrainted` rule items **2** |
| 72 | +* Fixes and improvements |
| 73 | + |
| 74 | +**1**: |
| 75 | + |
| 76 | +Route options in DNS route actions will no longer be considered deprecated, |
| 77 | +see [DNS Route Action](/configuration/dns/rule_action/). |
| 78 | + |
| 79 | +Also, now `udp_disable_domain_unmapping` and `udp_connect` can also be configured in route action, |
| 80 | +see [Route Action](/configuration/route/rule_action/). |
| 81 | + |
| 82 | +**2**: |
| 83 | + |
| 84 | +When using in graphical clients, new routing rule items allow you to match on |
| 85 | +network type (WIFI, cellular, etc.), whether the network is expensive, and whether Low Data Mode is enabled. |
| 86 | + |
| 87 | +See [Route Rule](/configuration/route/rule/), [DNS Route Rule](/configuration/dns/rule/) |
| 88 | +and [Headless Rule](/configuration/rule-set/headless-rule/). |
| 89 | + |
| 90 | +#### 1.11.0-alpha.9 |
| 91 | + |
| 92 | +* Improve tun compatibility **1** |
| 93 | +* Fixes and improvements |
| 94 | + |
| 95 | +**1**: |
| 96 | + |
| 97 | +When `gvisor` tun stack is enabled, even if the request passes routing, |
| 98 | +if the outbound connection establishment fails, |
| 99 | +the connection still does not need to be established and a TCP RST is replied. |
| 100 | + |
| 101 | +#### 1.11.0-alpha.7 |
| 102 | + |
| 103 | +* Introducing rule actions **1** |
| 104 | + |
| 105 | +**1**: |
| 106 | + |
| 107 | +New rule actions replace legacy inbound fields and special outbound fields, |
| 108 | +and can be used for pre-matching **2**. |
| 109 | + |
| 110 | +See [Rule](/configuration/route/rule/), |
| 111 | +[Rule Action](/configuration/route/rule_action/), |
| 112 | +[DNS Rule](/configuration/dns/rule/) and |
| 113 | +[DNS Rule Action](/configuration/dns/rule_action/). |
| 114 | + |
| 115 | +For migration, see |
| 116 | +[Migrate legacy special outbounds to rule actions](/migration/#migrate-legacy-special-outbounds-to-rule-actions), |
| 117 | +[Migrate legacy inbound fields to rule actions](/migration/#migrate-legacy-inbound-fields-to-rule-actions) |
| 118 | +and [Migrate legacy DNS route options to rule actions](/migration/#migrate-legacy-dns-route-options-to-rule-actions). |
| 119 | + |
| 120 | +**2**: |
| 121 | + |
| 122 | +Similar to Surge's pre-matching. |
| 123 | + |
| 124 | +Specifically, new rule actions allow you to reject connections with |
| 125 | +TCP RST (for TCP connections) and ICMP port unreachable (for UDP packets) |
| 126 | +before connection established to improve tun's compatibility. |
| 127 | + |
| 128 | +See [Rule Action](/configuration/route/rule_action/). |
| 129 | + |
| 130 | +#### 1.11.0-alpha.6 |
| 131 | + |
| 132 | +* Update quic-go to v0.48.1 |
| 133 | +* Set gateway for tun correctly |
| 134 | +* Fixes and improvements |
| 135 | + |
| 136 | +#### 1.11.0-alpha.2 |
| 137 | + |
| 138 | +* Add warnings for usage of deprecated features |
| 139 | +* Fixes and improvements |
| 140 | + |
| 141 | +#### 1.11.0-alpha.1 |
| 142 | + |
| 143 | +* Update quic-go to v0.48.0 |
| 144 | +* Fixes and improvements |
| 145 | + |
11 | 146 | ### 1.10.1
|
12 | 147 |
|
13 | 148 | * Fixes and improvements
|
@@ -83,7 +218,7 @@ allows you to write headless rules directly without creating a rule-set file.
|
83 | 218 |
|
84 | 219 | **8**:
|
85 | 220 |
|
86 |
| -With the new access control options, not only can you allow Clash dashboards |
| 221 | +With new access control options, not only can you allow Clash dashboards |
87 | 222 | to access the Clash API on your local network,
|
88 | 223 | you can also manually limit the websites that can access the API instead of allowing everyone.
|
89 | 224 |
|
|
0 commit comments