2dust
8090799ccc
Refactor models into sub-namespaces
...
Move many model classes into new sub-namespaces (ServiceLib.Models.CoreConfigs, ServiceLib.Models.Configs, ServiceLib.Models.Dto, ServiceLib.Models.Entities). Update GlobalUsings in ServiceLib, v2rayN.Desktop, v2rayN and add a tests GlobalUsings file to reference the new namespaces. Adjust static using directives in ClashApiManager and ClashProxiesViewModel to use ServiceLib.Models.Dto. This is a reorganization/rename of files and namespaces with no functional changes.
2026-05-11 11:00:19 +08:00
DHR60
75ea81dd69
Inner uri ( #9245 )
...
* Inner uri import and export
* Add tests
* Fix
* Compress export length
2026-05-06 20:33:35 +08:00
DHR60
1a44af33d0
Wireguard ( #9241 )
...
* Adjust mtu
* Add Wireguard PresharedKey
* WireGuard config import
* AI opt
* Opt
2026-05-06 15:35:10 +08:00
DHR60
8450f2e420
Add bind interface ( #9222 )
2026-05-04 14:38:32 +08:00
DHR60
0af29f50c0
UDP Test ( #8999 )
...
* UDP Test
Increases UDP test timeout
Pref exception
Fix
Add Minecraft Bedrock Edition Test
* Optimization
* Refactor
* Rename
2026-04-25 10:45:45 +08:00
DHR60
ee6ae3d91d
Add kcp mtu ( #9178 )
...
* Add kcp mtu
* Typo
2026-04-25 10:39:39 +08:00
2dust
39ef5d8174
Default to first sub; update SubIndexId on delete
...
https://github.com/2dust/v2rayN/issues/9151
2026-04-20 19:23:45 +08:00
DHR60
90b055e364
Remove legacy sing-box dns compatibility ( #9163 )
2026-04-20 18:58:56 +08:00
DHR60
25d7f393b6
Fetch cert allow insecure ( #8998 )
2026-04-19 17:16:06 +08:00
Mangoo
b604a5b787
fix: remove Save/Cancel from routing settings, save edits immediately ( #9133 )
2026-04-19 14:25:53 +08:00
DHR60
eeecef4db9
Fix ( #9143 )
...
* Adjust XHTTP style
* Add xray tun custom support
2026-04-18 19:18:17 +08:00
DHR60
021e64e20b
Fix ( #9141 )
2026-04-18 15:23:42 +08:00
DHR60 and 2dust
9f0ef36cc0
Refactor Transport ( #9004 )
...
* Refactor transport
* Rename tcp to raw
* Fix
* Fix
Fix raw http ui
Fill xhttp default mode
Fix share uri
Remove RawHost
Fix singbox tcp http path
Fix vmess share uri
* Tidy Resx
* Fix
* Rename TransportExtra to TransportExtraItem
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-04-16 20:21:10 +08:00
DHR60
494b35c1f7
Add xray tun support ( #9063 )
...
* Add xray tun support
* Revert mtu list
2026-04-16 19:17:44 +08:00
renwofei423
6c8f22ab86
feat(send-through): 支持配置本地出站地址 ( #8946 )
...
* feat(send-through): 支持配置本地出站地址
为 Xray 增加 SendThrough 配置项,允许指定本机 IPv4 作为出站源地址。
- 在核心设置页新增 SendThrough 输入框及中英文提示文案
- 保存配置时校验并持久化本机 IPv4 地址
- 生成 Xray 配置时为所有 outbound 写入 sendThrough 字段
影响说明:
- 仅对 Xray 生效,留空时不设置该字段
* fix(send-through): limit sendThrough to remote egress outbounds
2026-04-11 21:02:43 +08:00
nirvanalinlei
b3102b34b3
修复 sing-box TUN 模式下 relay 出站的 mux 问题 ( #9018 )
...
* Fix sing-box selector generation for dynamic group tags
* 修复 TUN 模式下 DNS 失败及 Windows 提权重启后 TUN 状态丢失
* 按上游意见回滚 TUN 提权时保留启用状态的改动
2026-04-02 20:47:34 +08:00
2dust
2caf8ea14f
Bug fix
...
https://github.com/2dust/v2rayN/issues/9016
2026-03-30 19:49:37 +08:00
DHR60
c61b023ab3
Allow enable legacy process name tun protect ( #9005 )
2026-03-29 14:44:04 +08:00
DHR60
194c240243
Add ICMP routing ( #8894 )
2026-03-21 19:55:34 +08:00
DHR60
db9fe9c5ea
Fix ( #8972 )
2026-03-21 19:47:04 +08:00
DHR60
04783ecf44
Add NaiveProxy support ( #8819 )
...
* Add UoT support
* Add NaiveProxy support
* Fix
2026-03-21 16:54:36 +08:00
2dust
eb0ef90ed2
Bug fix
...
https://github.com/2dust/v2rayN/issues/8906
2026-03-15 20:11:45 +08:00
2dust
e6af9ab342
Fix
...
https://github.com/2dust/v2rayN/issues/8916
2026-03-13 10:36:58 +08:00
DHR60
0f4031f445
Update dep ( #8926 )
2026-03-12 20:45:28 +08:00
2dust
17ed26cd06
Improve profile matching for Subscription, remove old option
2026-03-12 14:56:01 +08:00
DHR60
0c13488410
Fix ( #8914 )
...
* Fix
* Fix
2026-03-10 09:14:57 +08:00
DHR60
a71ebbd01c
Optimize ( #8862 )
...
* Relax group type restrictions
* Optimize db read
2026-03-01 17:41:59 +08:00
DHR60
6b4ae5a386
Fix ( #8864 )
...
* Fix
* Build all contexts
* Notify validator result
* Fix
2026-03-01 13:47:48 +08:00
DHR60 and 2dust
a3ff31088e
Perf Policy Group generate ( #8855 )
...
* Perf Policy Group generate
* Scroll to new group node
* Add region group
* I18n
* Fix
* Fix
* Move default filter to Global
* Default Filter List
* Increase UI column widths for AddGroupServerWindow
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-03-01 10:05:03 +08:00
DHR60 and Copilot
584e538623
Refactor node pre check ( #8848 )
...
* Refactor node pre check
* Rename method
* I18n
* Add remark not found warnings
* Fix
* Fix
* Fix
* Update v2rayN/ServiceLib/Handler/CoreConfigHandler.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-28 16:31:02 +08:00
DHR60 and 2dust
3c1ecf085b
Tun protect ( #8779 )
...
* Tun protect
* Remove EnableExInbound
* Fix
* Fix balancer tag
* Fix
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-02-26 15:06:17 +08:00
DHR60
3a5293bf87
Fix cert separator ( #8837 )
2026-02-25 19:30:29 +08:00
DHR60
aea7078e95
Add IP cert support ( #8833 )
2026-02-24 19:58:23 +08:00
DHR60
9c82df5b49
Refactor core config gen ( #8768 )
...
* Refactor core config gen
* Update tag naming
* Support sing-box 1.11 DNS
* Fix
* Optimize ProfileItem acquisition speed
* Fix
* Fix
2026-02-24 19:48:59 +08:00
DHR60
0f3a3eac02
Group preview ( #8760 )
...
* Group Preview
* Fix
2026-02-06 14:33:58 +08:00
2dust
6167624443
Rename ProfileItems to ProfileModels and refactor
2026-02-06 13:50:47 +08:00
DHR60 and 2dust
677e81f9a7
Refactor profile item config ( #8659 )
...
* Refactor
* Add hysteria2 bandwidth and hop interval support
* Upgrade config version and rename
* Refactor id and security
* Refactor flow
* Fix hy2 bbr
* Fix warning CS0618
* Remove unused code
* Fix hy2 migrate
* Fix
* Refactor
* Refactor ProfileItem protocol extra handling
* Refactor, use record instead of class
* Hy2 SalamanderPass
* Fix Tuic
* Fix group
* Fix Tuic
* Fix hy2 Brutal Bandwidth
* Clean Code
* Fix
* Support interval range
* Add Username
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-02-05 19:48:33 +08:00
2dust
bceebc1661
Add process to routing domains
...
https://github.com/2dust/v2rayN/issues/8757
2026-02-05 16:52:48 +08:00
DHR60
7e2e66bb0e
Add DNS features ( #8729 )
...
* Simplify DNS Settings
* Add ParallelQuery and ServeStale features
* Fix
* Add Tips
* Simplify Predefined Hosts
2026-02-04 14:35:26 +08:00
DHR60
03b62b3d78
Fix ( #8658 )
2026-01-17 19:35:56 +08:00
2dust
2fefafdd37
Add support for CoreType7 (Hysteria2) in option settings
2026-01-17 16:06:29 +08:00
DHR60
4e5f1838a2
Add Cert SHA-256 pinning support ( #8613 )
2026-01-17 15:42:40 +08:00
2dust
947c84cf10
Refactor 'Move to Group' menu in ProfilesView
2026-01-10 15:14:58 +08:00
2dust
027252e687
Move ShowInTaskbar and RunningCoreType to AppManager
2025-12-24 16:01:28 +08:00
2dust
0077751f75
Add subscription delete functionality to ProfilesView
2025-11-26 20:11:14 +08:00
2dust
6b87c09a96
Add confirmation before removing duplicate servers
...
https://github.com/2dust/v2rayN/issues/8365
2025-11-22 10:20:16 +08:00
2dust
6e38357b7d
Add macOS Dock visibility option to settings
2025-11-09 14:47:53 +08:00
DHR60
1990850d9a
Optimize Cert Pinning ( #8282 )
2025-11-09 11:20:30 +08:00
2dust
e6cb146671
Refactor UI platform visibility to use ViewModel properties
2025-11-09 11:11:23 +08:00
2dust
4da59cd767
Rename IsOSX to IsMacOS in Utils and usages
2025-11-09 10:52:46 +08:00