meta-json-schema 1.18.5-alpha4 → 1.18.5-alpha6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,10 +3,18 @@
|
|
|
3
3
|
### Changes
|
|
4
4
|
|
|
5
5
|
- 新增: `trojan`出站配置 新增配置项 `ss-opts` 以支持 Shadowsocks AEAD加密
|
|
6
|
+
- 新增: `dns` 新增配置项 `respect-rules`
|
|
7
|
+
- 新增: `wireguard` 配置项 `refresh-server-ip-interval`
|
|
8
|
+
- 调整: `rules` 正则表达式
|
|
9
|
+
- 新增: `proxy-provider` 新增覆写配置项 `tfo`、`mptcp`、`udp-over-tcp`
|
|
10
|
+
- 调整: `tun` 弃用配置项 `inet4-route-address`、`inet6-route-address`、`inet4-route-exclude-address`、`inet6-route-exclude-address`,使用 `route-address`、`route-exclude-address` 代替
|
|
11
|
+
- 调整: `tun` 配置项 `table-index` 重命名为 `iproute2-table-index`
|
|
12
|
+
- 新增: `tun` 新增配置项 `iproute2-rule-index`、`auto-redirect`、`auto-redirect-input-mark`、`auto-redirect-output-mark`、`route-address-set`、`route-exclude-address-set`
|
|
6
13
|
|
|
7
14
|
### Bugs Fixes
|
|
8
15
|
|
|
9
16
|
- 修复: `bind-address` 类型错误
|
|
17
|
+
- 修复: 字符串数组提示错误
|
|
10
18
|
|
|
11
19
|
---
|
|
12
20
|
|