2.3.1Pre-release
Added 4
- Subscription group settings now support combining multiple options for background tasks during subscription updates: update subscription, auto-test after update, auto-delete invalid after test, and auto-sort after test
- Add TCP ping testing with maximum concurrent control
- Support importing v2rayN internal shares with v2rayn:// protocol
- Add custom HTTP headers support for subscription updates in JSON format
Changed 2
- Migrate to Jetpack Compose UI
- Update Xray-core to v26.7.28
From v2rayNG
关于 跳过证书验证 allowInsecure 参数被移除的说明
本次更新
-
迁移到 Jetpack Compose UI , 感谢 @fuilloi https://github.com/2dust/v2rayNG/pull/5866
-
订阅分组设置中,更新订阅时可以组合多个选项进行后台任务,选项如下
- 更新订阅
- 更新订阅后自动测试
- 测试后自动删除无效
- 测试后自动排序
-
添加 TCP ping 测试,有最大并发控制
-
支持导入v2rayN 内部分享
v2rayn:// -
为订阅更新添加自定义 HTTP headers , JSON 格式内容随意,例子如下
{
"X-hwid": "my_test_device",
"Authorization": "Bearer test"
}
发布文件介绍,不知道下载哪个文件的请看
Full Changelog: https://github.com/2dust/v2rayNG/compare/2.2.6...2.3.1