meta-json-schema 1.19.23 → 1.19.24
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,24 @@
|
|
|
1
|
+
## v1.19.24
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 调整: vless `xhttp` 配置项 `sc-max-each-post-bytes` 支持配置范围
|
|
6
|
+
- 调整: vless `xhttp` 复用配置新增配置项 `h-keep-alive-period`
|
|
7
|
+
- 新增: masque 新增配置项 `skip-cert-verify`、`network`
|
|
8
|
+
- 调整: hysteria2 配置项 `hop-interval` 支持配置范围
|
|
9
|
+
- 新增: hysteria2/tuic/trusttunnel/masque 新增配置项 `bbr-profile`
|
|
10
|
+
- 新增: listener hysteria2/tuic/trusttunnel 新增配置项 `bbr-profile`
|
|
11
|
+
- 新增: vless `xhttp` 新增配置项 `sc-min-posts-interval-ms`、`x-padding-obfs-mode`、`x-padding-key`、`x-padding-header`、`x-padding-placement`、`x-padding-method`、`uplink-http-method`、`session-placement`、`session-key`、`seq-placement`、`seq-key`、`uplink-data-placement`、`uplink-data-key`、`uplink-chunk-size`
|
|
12
|
+
- 新增: listener vless `xhttp` 新增配置项 `sc-max-buffered-posts`、`x-padding-bytes`、`x-padding-obfs-mode`、`x-padding-key`、`x-padding-header`、`x-padding-placement`、`x-padding-method`、`uplink-http-method`、`session-placement`、`session-key`、`seq-placement`、`seq-key`、`uplink-data-placement`、`uplink-data-key`、`uplink-chunk-size`
|
|
13
|
+
- 新增: listener mieru 新增配置项 `user-hint-is-mandatory`
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- 修复: outbound 的 `fingerprint` 配置项描述错误
|
|
18
|
+
- 修复: wireguard 的 `ip` 、`ipv6` 配置项应支持配置为 CIDR 格式
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
## v1.19.23
|
|
2
23
|
|
|
3
24
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meta-json-schema",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.24",
|
|
4
4
|
"description": "JSON Schema for Clash Meta",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clash",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@commitlint/cli": "^20.5.0",
|
|
34
34
|
"@commitlint/config-conventional": "^20.5.0",
|
|
35
|
-
"dprint": "^0.
|
|
35
|
+
"dprint": "^0.54.0",
|
|
36
36
|
"json-schema-artifact": "^2.0.3",
|
|
37
37
|
"lefthook": "^2.1.5"
|
|
38
38
|
},
|