meta-json-schema 1.19.2 → 1.19.3
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.3
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 调整: `external-ui-url` 补充说明支持的压缩包格式
|
|
6
|
+
- 新增: proxy 新增 `anytls` 协议
|
|
7
|
+
- 新增: inbound 新增 anytls、trojan `listeners` 配置项
|
|
8
|
+
- 新增: inbound(trojan、vless、vmess) 部分新增 `grpc-service-name` 配置项
|
|
9
|
+
- 调整: inbound 端口支持使用ports格式
|
|
10
|
+
- 调整: inbound (socks5、http、mixed)支持 tls 配置
|
|
11
|
+
|
|
12
|
+
### Bugs Fixes
|
|
13
|
+
|
|
14
|
+
- 修复: inbound (socks5、http、mixed)缺失 `reality-config` 配置项
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
## v1.19.2
|
|
2
19
|
|
|
3
20
|
### 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.3",
|
|
4
4
|
"description": "JSON Schema for Clash Meta",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clash",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@commitlint/config-conventional": "^19.7.1",
|
|
35
35
|
"dprint": "^0.49.0",
|
|
36
36
|
"json-schema-artifact": "^1.1.3",
|
|
37
|
-
"lefthook": "^1.
|
|
37
|
+
"lefthook": "^1.11.2"
|
|
38
38
|
},
|
|
39
39
|
"commitlint": {
|
|
40
40
|
"extends": [
|