2.3.6Pre-release
Added 7
- Subscription group settings now allow combining multiple options for background tasks during subscription updates, including update subscription, auto-test after update, auto-delete invalid after test, and auto-sort after test
- Added TCP ping test with maximum concurrency control
- Support importing v2rayN internal sharing with v2rayn:// protocol
- Added custom HTTP headers support for subscription updates in JSON format
- Support Monet dynamic color
- Added manual configuration file storage fix
- Added translation contributors page
Changed 2
- Migrated to Jetpack Compose UI
- Various interface and functionality optimizations and fixes
Fixed 1
- Fixed 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
-
添加翻译贡献者页面 #6114