v2rayNG

Security & Privacy

A V2Ray client for Android, support Xray core and v2fly core

Latest 2.2.6 · by 2dustWebsite2dust/v2rayNG

Release activity

Release activity — 10 releases across 10 days since May 27, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before May 27, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on May 31, 2026No releases on Jun 7, 20261 release on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 20261 release on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 20261 release on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026
Monday1 release on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026
Tuesday1 release on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026No releases on Aug 18, 2026
Wednesday1 release on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026
ThursdayNo releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026
FridayNo releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 20261 release on Aug 7, 20261 release on Aug 14, 2026
SaturdayNo releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 20261 release on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 20261 release on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026

10 releases since May 27, 2026

Changelog

2.3.4

Pre-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

  • 订阅分组设置中,更新订阅时可以组合多个选项进行后台任务,如果只更新订阅,则会在当前页面进行 。

    1. 更新订阅
    2. 更新订阅后自动测试
    3. 测试后自动删除无效
    4. 测试后自动排序
  • 添加 TCP ping 测试,有最大并发控制

  • 支持导入v2rayN 内部分享 v2rayn://

  • 为订阅更新添加自定义 HTTP headers , JSON 格式内容随意,例子如下

{
  "X-hwid": "my_test_device",
  "Authorization": "Bearer test"
}
发布文件介绍,不知道下载哪个文件的请看
关于 跳过证书验证 allowInsecure 参数被移除的说明
View originalPermalink
How 2.3.4 went

2.3.3

Pre-release
Added 3
  • Add TCP ping test with maximum concurrency control
  • Support importing v2rayN internal shares via v2rayn:// protocol
  • Add custom HTTP headers support for subscription updates in JSON format
Changed 4
  • Migrate to Jetpack Compose UI
  • Update subscription in subscription group settings can combine multiple options for background tasks, or update only on current page
  • Update Xray-core to v26.7.28
  • Optimize and fix various interface and functionality issues
Fixed 1
  • Fix issues caused by UI migration

From v2rayNG

关于 跳过证书验证 allowInsecure 参数被移除的说明
本次更新
  • 迁移到 Jetpack Compose UI , 感谢 @fuilloi https://github.com/2dust/v2rayNG/pull/5866

  • 订阅分组设置中,更新订阅时可以组合多个选项进行后台任务,如果只更新订阅,则会在当前页面进行 。

    1. 更新订阅
    2. 更新订阅后自动测试
    3. 测试后自动删除无效
    4. 测试后自动排序
  • 添加 TCP ping 测试,有最大并发控制

  • 支持导入v2rayN 内部分享 v2rayn://

  • 为订阅更新添加自定义 HTTP headers , JSON 格式内容随意,例子如下

{
  "X-hwid": "my_test_device",
  "Authorization": "Bearer test"
}
  • 修复了一些迁移 UI 导致的问题

  • 一些界面和功能的优化和修复,感谢 @eliotcougar

  • Xray-core v26.7.28

发布文件介绍,不知道下载哪个文件的请看

Full Changelog: https://github.com/2dust/v2rayNG/compare/2.2.6...2.3.1

View originalPermalink
How 2.3.3 went

2.3.2

Pre-release
Added 3
  • 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 3
  • Migrate to Jetpack Compose UI
  • Update subscription settings to allow combining multiple options for background tasks during subscription updates
  • Update Xray-core to v26.7.28
Fixed 1
  • Fix issues caused by UI migration

From v2rayNG

关于 跳过证书验证 allowInsecure 参数被移除的说明
本次更新
  • 迁移到 Jetpack Compose UI , 感谢 @fuilloi https://github.com/2dust/v2rayNG/pull/5866

  • 订阅分组设置中,更新订阅时可以组合多个选项进行后台任务,如果只更新订阅,则会在当前页面进行 。

    1. 更新订阅
    2. 更新订阅后自动测试
    3. 测试后自动删除无效
    4. 测试后自动排序
  • 添加 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

View originalPermalink
How 2.3.2 went

2.3.1

Pre-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

  • 订阅分组设置中,更新订阅时可以组合多个选项进行后台任务,选项如下

    1. 更新订阅
    2. 更新订阅后自动测试
    3. 测试后自动删除无效
    4. 测试后自动排序
  • 添加 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

View originalPermalink
How 2.3.1 went

2.2.6

Latest
Added 8
  • Routing outbounds support policy groups
  • Share logs functionality
  • Add verifyPeerCertByName
  • Display configuration count after group names
  • Manual certificate SHA256 retrieval
  • Root permission system-level running mode without VPN service requirement
  • Hotspot network sharing feature with root access
  • Add GPG key file
Changed 3
  • Target SDK version upgraded to 37 (Android 17)
  • Real connection testing adds Tcping precheck to accelerate test speed and removes Tcping menu
  • Update Xray-core to v26.6.27
Fixed 1
  • Fixed some issues
Removed 1
  • Remove allowInsecure preference, use certificate fingerprint pinnedPeerCertSha256 instead

From v2rayNG

警告:将在 2026.8.1 移除跳过证书验证 "allowInsecure" ,请尽快改用证书指纹或修改服务端。否则到期后会无法使用。
关于 跳过证书验证 allowInsecure 参数被移除的说明
本次更新
View originalPermalink
How 2.2.6 went

2.2.5

Added 5
  • Support for outbound policies in routing rules
  • Add share log functionality
  • Add verifyPeerCertByName parameter
  • Display configuration count after group name
  • Add manual certificate SHA256 retrieval functionality
Changed 3
  • Increase target SDK version to 37 (Android 17)
  • Update Xray-core to v26.6.1
  • Add Tcping pre-check to real connection test for faster testing speed and remove Tcping menu
Removed 1
  • Remove allowInsecure preference option, use pinnedPeerCertSha256 instead

From v2rayNG

警告:将在 2026.8.1 移除跳过证书验证 "allowInsecure" ,请尽快改用证书指纹或修改服务端。否则到期后会无法使用。
关于 跳过证书验证 allowInsecure 参数被移除的说明
本次更新
View originalPermalink
How 2.2.5 went

2.2.4

Added 4
  • Support policy groups for outbound in routing
  • Add share log functionality
  • Add verifyPeerCertByName option
  • Add manual certificate SHA256 retrieval
Changed 3
  • Upgrade target SDK version to 37 (Android 17)
  • Update Xray-core to v26.6.1
  • Display configuration count after group names
Removed 1
  • Remove allowInsecure preference option, use pinnedPeerCertSha256 instead

From v2rayNG

警告:将在 2026.8.1 移除跳过证书验证 "allowInsecure" ,请尽快改用证书指纹或修改服务端。否则到期后会无法使用。
关于 跳过证书验证 allowInsecure 参数被移除的说明
本次更新
View originalPermalink
How 2.2.4 went

2.2.3

Added 1
  • Add share log functionality
Changed 3
  • Upgrade target SDK version to 37 (Android 17)
  • Outbounds in routing now support policy groups
  • Update Xray-core to v26.6.1
Removed 1
  • Remove allowInsecure preference; use certificate fingerprint pinnedPeerCertSha256 instead
Deprecated 1
  • Certificate validation skip allowInsecure will be disabled on 2026.8.1

From v2rayNG

警告:将在 2026.8.1 禁用跳过证书验证 "allowInsecure" ,请尽快改用证书指纹。到期后无法使用。
关于 跳过证书验证 allowInsecure 参数被移除的说明
本次更新
  • 将 target SDK 版本提升至 37 (Android 17)
  • 路由中的出站支持策略组
  • 添加分享日志 https://github.com/2dust/v2rayNG/pull/5682
  • 移除 allowInsecure 首选项,该选项已被弃用,请使用证书指纹 pinnedPeerCertSha256
  • Xray-core v26.6.1
  • 警告:将在 2026.8.1 禁用跳过证书验证 "allowInsecure" ,请尽快改用证书指纹。到期后无法使用。
View originalPermalink
How 2.2.3 went

2.2.2

Added 2
  • Support policy groups for outbound in routing
  • Add share log feature
Changed 2
  • Upgrade target SDK version to 37 (Android 17)
  • Update Xray-core to v26.6.1
Removed 1
  • Remove allowInsecure preference, use pinnedPeerCertSha256 certificate fingerprint instead

From v2rayNG

本次更新
View originalPermalink
How 2.2.2 went

2.2.1

Added 2
  • Add support for outbound policy groups in routing
  • Add share log feature
Changed 1
  • Update target SDK version to 37 (Android 17)

From v2rayNG

本次更新
View originalPermalink
How 2.2.1 went
View all

Discussion

If you publish v2rayNG, you can claim this product by proving you administer its repository.