2.3.5Pre-release
Added 6
- Allow combining multiple options in subscription group settings for background tasks during subscription updates
- Add TCP ping testing with maximum concurrency control
- Support importing v2rayN internal sharing format v2rayn://
- Add custom HTTP headers support for subscription updates in JSON format
- Support Monet dynamic color
- Add manual configuration file storage fix
Changed 3
- Migrate to Jetpack Compose UI
- Optimize and fix various interfaces and functionality
- Update Xray-core to v26.7.28
Fixed 1
- Fix issues caused by UI migration
From v2rayNG
本次更新
-
迁移到 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"
}
-
修复了一些迁移 UI 导致的问题
-
一些界面和功能的优化和修复,感谢 @eliotcougar
-
添加手动配置文件存储修复 https://github.com/2dust/v2rayNG/pull/6094