meta-json-schema 1.18.8 → 1.18.10
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,26 @@
|
|
|
1
|
+
## v1.18.10
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
### Bugs Fixes
|
|
6
|
+
|
|
7
|
+
- 修复: `skip-auth-prefixes`、`lan-allowed-ips`、`lan-disallowed-ips` 类型错误
|
|
8
|
+
- 新增: DNS 新增 `direct-nameserver`、`direct-nameserver-follow-policy` 配置项
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## v1.18.9
|
|
13
|
+
|
|
14
|
+
### Changes
|
|
15
|
+
|
|
16
|
+
- 新增: 全局配置新增 `etag-support` 开关
|
|
17
|
+
- 新增: 外部控制器 新增 `external-controller-pipe` 配置项,支持从Windows namedpipe访问API
|
|
18
|
+
- 新增: 外部控制器 新增 `external-controller-cors` 配置跨域响应头
|
|
19
|
+
- 新增: proxy-provider 的 `override` 配置项新增 `proxy-name` 配置项,支持正则替换代理名称
|
|
20
|
+
- 新增: `wireguard` 新增 `amnezia-wg-option` 配置项
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
1
24
|
## v1.18.8
|
|
2
25
|
|
|
3
26
|
### Changes
|
package/README.md
CHANGED
|
@@ -118,7 +118,8 @@ npm run dev
|
|
|
118
118
|
```json
|
|
119
119
|
"yaml.schemas": {
|
|
120
120
|
"schemas/meta-json-schema.json": "test/clash-meta/**/*.yaml",
|
|
121
|
-
"schemas/clash-verge-merge-json-schema.json": "test/clash-verge/**/*.yaml"
|
|
121
|
+
"schemas/clash-verge-merge-json-schema.json": "test/clash-verge/**/*.yaml",
|
|
122
|
+
"schemas/clash-verge-nyanpasu-json-schema.json": "test/clash-nyanpasu/**/*.yaml"
|
|
122
123
|
},
|
|
123
124
|
```
|
|
124
125
|
|