meta-json-schema 1.19.21 → 1.19.22
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
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## v1.19.22
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 新增: vmess `grpc-opts` 新增配置项 `ping-interval`
|
|
6
|
+
- 新增: vless 支持 `xhttp` 传输协议,并新增配置项 `xhttp-opts`
|
|
7
|
+
- 新增: listener vless 支持 `xhttp` 传输协议,并新增配置项 `xhttp-config`
|
|
8
|
+
- 新增: 兼容安卓端 `clash-for-android` 配置项 [#11](https://github.com/dongchengjie/meta-json-schema/issues/11)
|
|
9
|
+
- 新增: 兼容 [Smart](https://github.com/vernesong/mihomo/blob/Alpha/adapter/outboundgroup/smart.go) 代理组相关配置项
|
|
10
|
+
- 新增: sudoku `table-type` 支持 `up_ascii_down_entropy`、`up_entropy_down_ascii`
|
|
11
|
+
|
|
12
|
+
### Bugs Fixes
|
|
13
|
+
|
|
14
|
+
- 修复: 补充 vless 缺失 `udp` 配置项
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
## v1.19.21
|
|
2
19
|
|
|
3
20
|
### Changes
|
|
@@ -106,6 +123,7 @@
|
|
|
106
123
|
- 新增: listener anytls/http/hy2/mixed/socks/trojan/tuic/vless/vmess 新增 `client-auth-type`、`client-auth-cert` 配置项
|
|
107
124
|
- 新增: ss 新增 `kcptun` 插件相关配置项支持
|
|
108
125
|
- 调整: mieru 弃用 `port-range` 字段(功能合并到 `port`)
|
|
126
|
+
- 移除: vless 移除配置项 `ws-path`
|
|
109
127
|
|
|
110
128
|
---
|
|
111
129
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meta-json-schema",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.22",
|
|
4
4
|
"description": "JSON Schema for Clash Meta",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clash",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"preview": "npm publish --dry-run"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@commitlint/cli": "^20.
|
|
34
|
-
"@commitlint/config-conventional": "^20.
|
|
35
|
-
"dprint": "^0.
|
|
33
|
+
"@commitlint/cli": "^20.5.0",
|
|
34
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
35
|
+
"dprint": "^0.53.1",
|
|
36
36
|
"json-schema-artifact": "^2.0.3",
|
|
37
37
|
"lefthook": "^2.1.4"
|
|
38
38
|
},
|