DHR60
194c240243
Add ICMP routing ( #8894 )
2026-03-21 19:55:34 +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
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
2dust
2fefafdd37
Add support for CoreType7 (Hysteria2) in option settings
2026-01-17 16:06:29 +08:00
2dust
6e38357b7d
Add macOS Dock visibility option to settings
2025-11-09 14:47:53 +08:00
2dust
e6cb146671
Refactor UI platform visibility to use ViewModel properties
2025-11-09 11:11:23 +08:00
2dust
ddc8c9b1cd
Add support for custom PAC and proxy script paths
...
Introduces options to specify custom PAC file and system proxy script paths for system proxy settings. Updates configuration models, view models, UI bindings, and logic for Linux/OSX proxy handling and PAC management to use these custom paths if provided. Also adds UI elements and localization for the new settings.
2025-11-07 19:28:16 +08:00
2dust
18ea6fdc00
Code clean
2025-10-31 20:25:45 +08:00
2dust
20260412a7
Remove Enable Security Protocol TLS v1.3 (subscription/update)
...
The TLS version is automatically negotiated by the operating system stack; by default it selects the highest version supported by both endpoints.
2025-10-20 20:17:13 +08:00
2dust
b66bfabd21
Optimize and improve GlobalUsings
2025-10-19 11:42:32 +08:00
2dust
d5c50ef27c
Rename Manager
2025-08-17 17:31:55 +08:00
Summpot
8314ff3271
Add Auto Route option to Tun mode settings ( #7737 )
...
Introduces a new 'Auto Route' option for Tun mode in the configuration, view models, and UI. Updates both Avalonia and WPF option setting windows to allow users to enable or disable automatic routing for Tun mode. Also ensures the new setting is properly bound and saved in the configuration.
2025-08-12 19:18:26 +08:00
2dust
a2cfe6fa51
Added the current connection information test url option
...
https://github.com/2dust/v2rayN/discussions/7268
2025-05-11 16:59:00 +08:00
2dust
c6d347d49a
Refactor the Linux version to not store sudo password
2025-04-25 15:19:49 +08:00
DHR60
15d3418c79
add xray wireguard support ( #7089 )
...
* add xray wireguard support
* add wireguard core type settings
* Update OptionSettingWindow.axaml
2025-04-09 15:09:36 +08:00
2dust
4d3db56065
csharp_style_namespace_declarations = file_scoped
2025-04-02 11:44:23 +08:00
2dust
71cc6d7a88
Replace all Utils.IsNullOrEmpty(variable) with variable.IsNullOrEmpty()
2025-03-05 19:44:49 +08:00
2dust
50959951ae
The number of concurrent during multi-test
2025-02-15 20:27:20 +08:00
2dust
3144f1d1c2
Remove SpeedTestPageSize
2025-02-14 15:00:23 +08:00
2dust
7ea8fae2da
Improve test logic
...
Retest the failed part of the test and call it recursively.
Remove the number of batches that are automatically divided when testing parameters.
2025-02-08 16:43:40 +08:00
2dust
45264005a4
Code clean
2025-01-30 17:10:05 +08:00
2dust
de1132c2df
Added option to display real-time speed
2025-01-15 19:45:53 +08:00
2dust
f1601c463b
Improvements and Adjustments
...
await Task.CompletedTask;
return await Task.FromResult(0);
2025-01-15 17:26:15 +08:00
2dust
472963fe2d
Add a second local listening port
...
https://github.com/2dust/v2rayN/issues/6321
2024-12-22 20:03:20 +08:00
2dust
c38c62e4c3
Add automatic batching during speed test and real ping
2024-12-05 19:48:42 +08:00
2dust
3b173f0b3e
Improve code
2024-12-01 11:17:36 +08:00
2dust
e4d3a98aa8
Fixed the problem of traffic statistics api url
2024-11-30 10:58:53 +08:00
2dust
f685682214
Code clean
2024-11-29 19:21:09 +08:00
2dust
800d193acb
Bug fix
2024-11-26 14:39:33 +08:00
cryptochecktool
1b9c95e801
Update OptionSettingViewModel.cs ( #6162 )
...
将Desutils替换为Aesutils,提升安全性。
2024-11-26 13:53:50 +08:00
2dust
8f6d443104
Hide to tray when closing the window
...
https://github.com/2dust/v2rayN/issues/6076
2024-11-15 19:50:37 +08:00
2dust
ba5ad12e13
Linux password encryption storage
2024-11-15 09:42:49 +08:00
2dust
9d638968a9
Use tun mode without running with sudo in linux
2024-11-13 16:22:56 +08:00
2dust
ee57d5b8e6
Improve checkup date
2024-11-04 14:15:59 +08:00
2dust
693e8ab157
Add startup auto-start for desktop
2024-11-01 14:54:23 +08:00
2dust
1273d2aee1
Improved font settings
2024-10-27 14:57:45 +08:00
2dust
2d143687b8
The first letter of the guiconfig attribute must be capitalized.
2024-10-23 10:42:35 +08:00
2dust
3dd54312e7
Code optimization, function asynchrony
2024-10-21 13:46:13 +08:00
2dust
394b657fc9
Code optimization, function asynchrony
2024-10-20 11:51:05 +08:00
runetfreedom
2edbbc523a
External routing rules templates + regional presets support ( #5840 )
...
* External routing rules templates + auto download geo file if repo changed
* Regional presets support
2024-10-16 14:11:20 +08:00
runetfreedom
eebb6735aa
Add sing-box srs custom url support for fix TUN ( #5835 )
...
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2024-10-15 13:28:51 +08:00
2dust
24afe8bde4
Fix
...
https://github.com/2dust/v2rayN/pull/5829
2024-10-14 19:29:15 +08:00
runetfreedom
c6caf29b5b
Custom geo file source from settings ( #5829 )
...
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2024-10-14 17:50:44 +08:00
2dust
a556bf9487
Improved ReactiveCommand.CreateFromTask
2024-10-10 18:02:09 +08:00
2dust
f5956e7bf0
Improved await _updateView
2024-10-08 14:55:06 +08:00
2dust
4ccc7aa92d
Refactor NoticeHandler
2024-10-07 10:59:13 +08:00
2dust
3bdef4d6d8
Rename LazyConfig to AppHandler
2024-10-07 09:51:41 +08:00
2dust
b57cdd31bd
Refactor_updateView to add task
2024-08-22 19:51:10 +08:00
2dust
8d1d10b783
Refactoring Project
2024-08-20 14:15:29 +08:00