2.3.4Pre-release
Added 4
- Add TCP ping test with maximum concurrency control
- Support importing v2rayN internal sharing with v2rayn:// protocol
- Add custom HTTP headers for subscription updates in JSON format
- Support Monet dynamic color
Changed 4
- Migrate to Jetpack Compose UI
- Subscription group settings now allow combining multiple options for background tasks during subscription updates, with single updates running on the current page
- Optimize and fix various interface and functionality issues
- 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