meta-json-schema 1.19.22 → 1.19.23

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,15 +1,38 @@
1
+ ## v1.19.23
2
+
3
+ ### Changes
4
+
5
+ - 新增: 约束 masque 的 `ip` 、`ipv6` 至少填一项
6
+ - 新增: vless `xhttp` 新增配置项 `reuse-settings`、`sc-max-each-post-bytes`
7
+ - 新增: listener vless `xhttp` 新增配置项 `sc-stream-up-server-secs`、`no-sse-header`、`sc-max-each-post-bytes`
8
+ - 新增: vmess/vless/trojan `grpc-opts` 新增配置项 `max-connections`、`min-streams`、`max-streams`
9
+ - 新增: trusttunnel 新增配置项 `max-connections`、`min-streams`、`max-streams`
10
+ - 新增: sing-tun 新增配置项 `include-mac-address`、`exclude-mac-address`
11
+
12
+ ### Bug Fixes
13
+
14
+ - 修复: TUN 缺失 `auto-redirect-iproute2-fallback-rule-index` 配置项
15
+ - 修复: vmess 缺失 `skip-cert-verify` 配置项
16
+ - 修复: masque 的 `ip` 、`ipv6` 配置项应支持配置为 CIDR 格式
17
+ - 修复: 部分配置项的类型错误/过时、默认值错误/过时
18
+ - 修复: `rule-provider` 的 `inline` 类型规则的 `AND` 、`OR`、`NOT` 的 target 不应存在
19
+ - 修复: `fake-ip-filter` 的 `rule` 模式下的规则不应支持 `AND` 、`OR`、`NOT`
20
+ - 修复: 规则 `DOMAIN-REGEX`、`PROCESS-NAME-REGEX`、`PROCESS-PATH-REGEX` 的 `payload` 应支持含有逗号
21
+
22
+ ---
23
+
1
24
  ## v1.19.22
2
25
 
3
26
  ### Changes
4
27
 
5
- - 新增: vmess `grpc-opts` 新增配置项 `ping-interval`
28
+ - 新增: vmess/vless/trojan `grpc-opts` 新增配置项 `ping-interval`
6
29
  - 新增: vless 支持 `xhttp` 传输协议,并新增配置项 `xhttp-opts`
7
30
  - 新增: listener vless 支持 `xhttp` 传输协议,并新增配置项 `xhttp-config`
8
31
  - 新增: 兼容安卓端 `clash-for-android` 配置项 [#11](https://github.com/dongchengjie/meta-json-schema/issues/11)
9
32
  - 新增: 兼容 [Smart](https://github.com/vernesong/mihomo/blob/Alpha/adapter/outboundgroup/smart.go) 代理组相关配置项
10
33
  - 新增: sudoku `table-type` 支持 `up_ascii_down_entropy`、`up_entropy_down_ascii`
11
34
 
12
- ### Bugs Fixes
35
+ ### Bug Fixes
13
36
 
14
37
  - 修复: 补充 vless 缺失 `udp` 配置项
15
38
 
@@ -27,7 +50,7 @@
27
50
  - 调整: sudoku HTTP掩码相关配置 迁移至 `httpmask` 配置项
28
51
  - 新增: sudoku `listeners` 新增配置项 `fallback`
29
52
 
30
- ### Bugs Fixes
53
+ ### Bug Fixes
31
54
 
32
55
  - 修复: `proxy-server-nameserver` 在未显式配置 `respect-rules` 或 `proxy-server-nameserver-policy` 时变为必填项
33
56
 
@@ -42,9 +65,9 @@
42
65
  - 调整: 调整 sudoku 配置项描述
43
66
  - 新增: DNS 新增配置项 `proxy-server-nameserver-policy`
44
67
 
45
- ### Bugs Fixes
68
+ ### Bug Fixes
46
69
 
47
- - 修复: `reality-opts` 的 `short-id` 配置项为可选项
70
+ - 修复: `reality-opts` 的 `short-id` 配置项应为可选项
48
71
  - 修复: `fake-ip-filter-mode` 未配置时,错误地使用了 `rule` 规则进行校验
49
72
 
50
73
  ---
@@ -64,7 +87,7 @@
64
87
  - 移除: 即将弃用 `global-client-fingerprint`
65
88
  - 新增: trojan/vmess/vless grpc-opts 新增 `grpc-user-agent` 配置项
66
89
 
67
- ### Bugs Fixes
90
+ ### Bug Fixes
68
91
 
69
92
  - 修复: `proxy-provider` 和 `rule-provider` 配置的 `size-limit` 单位描述错误
70
93
  - 修复: `SRC-IP-ASN` 错误地拼写成 `SCR-IP-ASN`
@@ -154,7 +177,7 @@
154
177
 
155
178
  - 新增: TUN 新增 `loopback-address` 配置项
156
179
 
157
- ### Bugs Fixes
180
+ ### Bug Fixes
158
181
 
159
182
  - 修复: `sniffer` 配置的 `force-domain` 配置项不支持 `geosite:` 和 `rule-set:`
160
183
 
@@ -167,10 +190,10 @@
167
190
  - 调整: 路由规则的参数部分(no-resolve、src),其前后支持任意个数的空格
168
191
  - 调整: IPv6 支持 `IPv4-mapped IPv6` 格式
169
192
 
170
- ### Bugs Fixes
193
+ ### Bug Fixes
171
194
 
172
195
  - 修复: `external-controller-cors` 配置的 `allow-origins` 配置项误写成 `allow-origin`
173
- - 修复: TUN 配置项 `inet4-address`、`inet6-address` 类型错误(应为 CIDR 数组)
196
+ - 修复: TUN 配置项 `inet4-address`、`inet6-address` 类型应为 CIDR 数组
174
197
 
175
198
  ---
176
199
 
@@ -193,9 +216,9 @@
193
216
  - 新增: listener `shadowsocks` 新增 `shadow-tls` 配置项
194
217
  - 移除: 代理组移除 `routing-mark` 、`interface-name` 配置项
195
218
 
196
- ### Bugs Fixes
219
+ ### Bug Fixes
197
220
 
198
- - 修复: 域名正则松散,支持单段/自定义域名,如:localhost、internal 等
221
+ - 修复: 域名正则宽松,支持单段/自定义域名,如:localhost、internal 等
199
222
 
200
223
  ---
201
224
 
@@ -214,7 +237,7 @@
214
237
  - 新增: ss 协议 新增 `gost-plugin` 插件支持
215
238
  - 新增: mieru 协议 新增 `udp` 支持
216
239
 
217
- ### Bugs Fixes
240
+ ### Bug Fixes
218
241
 
219
242
  - 修复: 代理组类型配置项 `type` 枚举重复显示
220
243
 
@@ -231,7 +254,7 @@
231
254
  - 调整: inbound 端口支持使用 ports 格式
232
255
  - 调整: inbound (socks5、http、mixed)支持 tls 配置
233
256
 
234
- ### Bugs Fixes
257
+ ### Bug Fixes
235
258
 
236
259
  - 修复: inbound (socks5、http、mixed)缺失 `reality-config` 配置项
237
260
 
@@ -244,7 +267,7 @@
244
267
  - 新增: hy2 新增 `initial-stream-receive-window`、`max-stream-receive-window`、`initial-connection-receive-window`、`max-connection-receive-window` quic-go 配置项
245
268
  - 新增: inbound 新增 vless `listeners` 配置项
246
269
 
247
- ### Bugs Fixes
270
+ ### Bug Fixes
248
271
 
249
272
  - 修复: 枚举 `cipher` 缺失加密方法 `2022-blake3-aes-128-ccm`、`2022-blake3-aes-256-ccm`、`2022-blake3-chacha8-poly1305`、`chacha20-poly1305`、`chacha8-ietf-poly1305`、`xchacha8-ietf-poly1305`、`zero`
250
273
 
@@ -258,7 +281,7 @@
258
281
  - 新增: proxy-providers 新增 `inline` 内联 proxies 配置
259
282
  - 调整: outbound 的 `header` 配置项宽松,不再限制 value 的类型为 string
260
283
 
261
- ### Bugs Fixes
284
+ ### Bug Fixes
262
285
 
263
286
  - 修复: `tuic` V4 的 `token` 配置项类型错误
264
287
 
@@ -279,7 +302,7 @@
279
302
 
280
303
  - 新增: DNS 新增 `direct-nameserver`、`direct-nameserver-follow-policy` 配置项
281
304
 
282
- ### Bugs Fixes
305
+ ### Bug Fixes
283
306
 
284
307
  - 修复: `skip-auth-prefixes`、`lan-allowed-ips`、`lan-disallowed-ips` 类型错误
285
308
 
@@ -335,7 +358,7 @@
335
358
  - 调整: `tun` 配置项 `table-index` 重命名为 `iproute2-table-index`
336
359
  - 新增: `tun` 新增配置项 `iproute2-rule-index`、`auto-redirect`、`auto-redirect-input-mark`、`auto-redirect-output-mark`、`route-address-set`、`route-exclude-address-set`
337
360
 
338
- ### Bugs Fixes
361
+ ### Bug Fixes
339
362
 
340
363
  - 修复: `bind-address` 类型错误
341
364
  - 修复: 字符串数组提示错误
@@ -354,7 +377,7 @@
354
377
  - 新增: `vless` 使用旧版 `XTLS` 协议警告
355
378
  - 新增: `rules` 新增规则 `PROCESS-NAME-REGEX` 、 `PROCESS-PATH-REGEX`
356
379
 
357
- ### Bugs Fixes
380
+ ### Bug Fixes
358
381
 
359
382
  - 修复: cipher 缺少 `none`
360
383
  - 修复: `default-nameserver`类型错误
@@ -371,7 +394,7 @@
371
394
  - 调整: `proxy-providers`,`proxy-group` 配置项 `health-check`的`interval` 和 `timeout` 属性类型变更(`integer` --> `string`), 支持配置时间单位
372
395
  - 新增: 新增配置项`external-controller-unix`,允许使用 Unix Socket 访问 API
373
396
 
374
- ### Bugs Fixes
397
+ ### Bug Fixes
375
398
 
376
399
  - 字符串数组类型错误
377
400
  - 监听地址支持`:port`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-json-schema",
3
- "version": "1.19.22",
3
+ "version": "1.19.23",
4
4
  "description": "JSON Schema for Clash Meta",
5
5
  "keywords": [
6
6
  "clash",
@@ -32,9 +32,9 @@
32
32
  "devDependencies": {
33
33
  "@commitlint/cli": "^20.5.0",
34
34
  "@commitlint/config-conventional": "^20.5.0",
35
- "dprint": "^0.53.1",
35
+ "dprint": "^0.53.2",
36
36
  "json-schema-artifact": "^2.0.3",
37
- "lefthook": "^2.1.4"
37
+ "lefthook": "^2.1.5"
38
38
  },
39
39
  "commitlint": {
40
40
  "extends": [