2dust
534c7ab444
Optimize and improve QR code display
2025-09-21 14:35:49 +08:00
DHR60
4e042295d2
Add global fakeip and fakeip filter ( #7919 )
release Linux / build (Release) (push) Has been cancelled
release macOS / build (Release) (push) Has been cancelled
release Windows desktop (Avalonia UI) / build (Release) (push) Has been cancelled
release Windows / build (Release) (push) Has been cancelled
2025-09-13 14:55:30 +08:00
2dust
33d9c5db6c
up GlobalUsings
2025-09-13 14:46:35 +08:00
DHR60
a87a015c03
Fix some minor UI bugs ( #7941 )
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-09-12 20:28:24 +08:00
2dust
b49486cc23
Update ProfilesSelectWindow.axaml
2025-09-09 20:00:00 +08:00
2dust
8e0c5cb9aa
Bug fix
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/7914
2025-09-09 17:55:15 +08:00
2dust
2826444ffc
Code clean
2025-09-08 18:45:21 +08:00
DHR60
04195c2957
Profiles Select Window ( #7891 )
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
* Profiles Select Window
* Sort
* wpf
* avalonia
* Allow single select
* Fix
* Add Config Type Filter
* Remove unnecessary
2025-09-07 18:58:59 +08:00
2dust
1a6fbf782d
Using RxApp replace ViewAction
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-09-02 17:12:38 +08:00
2dust
49fa103077
Optimize UI
2025-08-31 14:08:05 +08:00
2dust
e3a63db966
Using RxApp replace ViewAction
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-08-30 20:36:16 +08:00
2dust
5a3286dad1
Using RxApp replace ViewAction
2025-08-30 19:32:07 +08:00
2dust
058c6e4a85
Use Rx event subscription instead of MessageBus to send information
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-08-29 15:46:09 +08:00
2dust
ea1d438e40
Use Rx event subscription to replace MessageBus refresh configuration file function
2025-08-29 14:46:08 +08:00
2dust
2ad716a4ad
Remove Cursor="Hand"
2025-08-26 17:46:43 +08:00
2dust
7bec05ec23
Fix
...
https://github.com/2dust/v2rayN/issues/7819
2025-08-23 16:28:52 +08:00
2dust
606b216cd0
Press the Esc button to close the window
...
https://github.com/2dust/v2rayN/issues/7819
2025-08-23 16:23:30 +08:00
2dust
c7f3e53f28
Customize MenuFlyoutMaxHeight for desktop version
release Linux / build (Release) (push) Has been cancelled
release macOS / build (Release) (push) Has been cancelled
release Windows desktop (Avalonia UI) / build (Release) (push) Has been cancelled
release Windows / build (Release) (push) Has been cancelled
2025-08-21 19:32:39 +08:00
2dust
e104f9f9b2
Rename Manager
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-08-18 20:09:58 +08:00
Miheichev Aleksandr Sergeevich
4f711b1bd3
i18n(ru/zh-Hans/zh-Hant/hu/fa): translate TUN settings, unify MTU, use resx ( #7787 )
...
* feat(i18n,ui): externalize TUN settings labels, add translations
- Replace hard-coded labels "Auto Route", "Strict Route", "Stack",
and "Mtu/mtu" with resource keys in both Avalonia and WPF views:
- v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml
- v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml
- v2rayN/v2rayN/Views/AddServerWindow.xaml
- v2rayN/v2rayN/Views/OptionSettingWindow.xaml
- Add new resource keys in ResUI:
TbSettingsTunAutoRoute, TbSettingsTunStrictRoute,
TbSettingsTunStack, TbSettingsTunMtu (unified casing as "MTU").
Files:
- v2rayN/ServiceLib/Resx/ResUI.resx
- Provide translations in:
- v2rayN/ServiceLib/Resx/ResUI.ru.resx
- v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx
- v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx
- v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx
- v2rayN/ServiceLib/Resx/ResUI.hu.resx
- Normalize XML comments/whitespace in .resx files.
- Update submodule v2rayN/GlobalHotKeys to 5201dd5 .
No breaking changes.
* i18n: TUN labels across locales; unify MTU
* chore: ignore local IDE/venv files
* chore(resx): regenerate ResUI.Designer with TUN string accessors
- Add strongly-typed accessors in ServiceLib.Resx.ResUI:
- TbSettingsTunAutoRoute → "Auto Route"
- TbSettingsTunStrictRoute → "Strict Route"
- TbSettingsTunStack → "Stack"
- TbSettingsTunMtu → "MTU"
- Keep auto-generated structure intact; normalize minor whitespace.
Refs: v2rayN/ServiceLib/Resx/ResUI.resx
No functional changes beyond exposing new i18n keys.
* chore(gitignore): ignore JetBrains Rider artifacts (.idea/, *.sln.iml)
---------
Co-authored-by: Aleksandr Miheichev <alexandr.gmail@tuta.com>
2025-08-18 17:28:59 +08:00
2dust
d5c50ef27c
Rename Manager
2025-08-17 17:31:55 +08:00
2dust
2060ac18fd
Add Manager folder
2025-08-17 16:52:51 +08:00
2dust
c9c1cd8cbb
Add Helper folder
2025-08-17 16:26:13 +08:00
DHR60
6979e21628
Remove DomainMatcher ( #7781 )
2025-08-17 09:32:02 +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
DHR60
6a9408fe9b
Fixes sing-box system hosts and ui ( #7733 )
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-08-11 20:46:35 +08:00
DHR60
b5e0a77401
Full Config Template ( #7576 )
...
* Feat. custom config
* Fixes TypeInfoResolver Exception
* Adjust UI
* Fixes
* Adjust Avalonia UI
* Add Detour Feature
* Avoids detour for private networks
* Rename
* Adds Documents
2025-08-11 20:01:48 +08:00
2dust
386c86bfa6
Code clean
2025-08-10 20:12:57 +08:00
DHR60
d41a73b44b
Simplify DNS Settings ( #7572 )
...
* Simplify DNS Settings
* fix
* ExpectedIPs
* Optimize ExpectedIPs Logic
* Fixes geoip overrides rule_set when geosite is also set
* rename DNSItem to SimpleDNSItem
* Compatible
* Fixes Combobox for desktop
* Regional Preset
* Fix
* Refactor DNS tags handling
* Uses correct DNS strategy for direct connections
* auto-disable DNS items with empty NormalDNS on startup
2025-08-10 11:57:42 +08:00
DHR60
7995bdd4df
Migrate to sing-box 1.12 support ( #7521 )
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
* Revert "Temporary addition to support proper use of sing-box v1.12"
This reverts commit 508eb24fc3 .
* Migrating to singbox 1.11 support
* Removes unnecessary sniffer
* Migrating to singbox 1.12 support
* Adds Google cn dns rules
* Improves geoip rule handling in singbox
* add anytls support
* Simplifies local DNS address handling
* Enables dhcp interface configuration
* Fetches DNS strategy for domain resolution
* support Wireguard endpoint
Refactors Singbox config classes for dial fields
* Utils.GetFreePort() default port to be zero
* Adds Sing-box legacy DNS config support
* Adds IPv4 preference to DNS configurations
对应原dns.servers[].strategy = prefer_ipv4
* Refactors DNS address parsing
* Fixes config generation
* fix singbox endpoints proxy chain not work
* Fixes wrong field
* Removes direct clash_mode domain strategy
* Improves DNS address parsing in Singbox
DNS type, host, port, and path
* Adds properties to Rule4Sbox class
* Removes Wireguard listen port
* Support sing-box hosts
* Adds tag resolver supports
* Adds sing-box DomainStrategy support
* Deletes Duplicate Rules
* Adds anytls reality support
* Fixes
* Updates sing-box documentation link
* Updates translations
2025-08-10 10:15:32 +08:00
2dust
df95cc6af7
Code clean
2025-08-10 09:17:15 +08:00
2dust
610418b42b
In the Desktop version, the information box uses SelectableTextBlock to replace TextBox
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/7644
2025-08-06 21:01:06 +08:00
2dust
d820c4367e
Add Mldsa65Verify,Xray-core v25.7.26+
...
https://github.com/XTLS/Xray-core/pull/4915
2025-08-03 10:34:21 +08:00
2dust
3d23f3e3a2
Optimized and improved the code
...
Optimized and improved the code for killing core processes in non-Windows environments. Now uses a shell script for precise processing.
2025-07-30 19:52:45 +08:00
2dust
dad35f57d0
Fixed an issue where root processes could not be exited on macOS
2025-07-29 20:23:42 +08:00
maximilionus
ce7c41e3ff
Unix platform elevation enhancements v2 ( #7658 )
...
* Remove multiple send password actions on Unix elev
* Remove CoreAdminHandler password verification
This is useless since already handled in
v2rayN/v2rayN.Desktop/Views/SudoPasswordInputView.axaml.cs with
CheckSudoPasswordAsync().
* Disable caching and prompt for sudo call
* Cleanup CoreAdminHandler pwd verify remains
* Migrate sudo opts to initial pwd verification
2025-07-29 19:28:09 +08:00
2dust
8704942209
Improve sudo password interaction experience
2025-07-27 10:56:58 +08:00
2dust
569e939492
Optimizing and improving code
2025-07-20 14:16:19 +08:00
2dust
1360051f0c
Improve and optimize
2025-07-15 20:17:01 +08:00
2dust
42c4f9a6c6
Bug fix
...
https://github.com/2dust/v2rayN/issues/7582
2025-07-15 18:37:10 +08:00
2dust
e21c0b4d62
The outbound tag of the route rule can enter a config remarks
...
https://github.com/2dust/v2rayN/issues/7537
2025-07-13 20:25:53 +08:00
2dust
70151db91b
Add tray menu to display the main window
...
https://github.com/2dust/v2rayN/issues/7549
2025-07-09 20:31:37 +08:00
2dust
1d01476523
Adjust UI
2025-07-06 17:51:09 +08:00
2dust
75ceba1b08
Remove unused
2025-07-06 14:11:34 +08:00
2dust
6d686b284d
Fix macOS scaling size
release Linux / build (Release) (push) Has been cancelled
release macOS / build (Release) (push) Has been cancelled
release Windows desktop (Avalonia UI) / build (Release) (push) Has been cancelled
release Windows / build (Release) (push) Has been cancelled
2025-07-04 20:48:32 +08:00
2dust
4141f451b7
The window height and width variable type is changed from double to int
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-07-02 20:53:53 +08:00
2dust
7a9ee6e9e2
Each window can remember its size
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-07-01 19:39:27 +08:00
2dust
30c09a7b54
Add mux settings for per-server, VMess/Shadowsocks/VLESS/Trojan
...
release Linux / build (Release) (push) Has been cancelled
release macOS / build (Release) (push) Has been cancelled
release Windows desktop (Avalonia UI) / build (Release) (push) Has been cancelled
release Windows / build (Release) (push) Has been cancelled
If you want to use global settings, do not set per-server
2025-06-29 15:06:02 +08:00
2dust
b3874a78b9
Improved order of items in settings
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-06-29 11:16:21 +08:00
2dust
0d74452c6c
Added parameter MacOSShowInDock to control whether MacOS platform app is displayed in the Dock
...
https://github.com/2dust/v2rayN/issues/7465
2025-06-21 17:00:49 +08:00
2dust
f947f63e6d
Display or hide the main window menu in the tray and move it to the top
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-06-21 16:54:36 +08:00
2dust
e46f680651
Optimize the UI for dns settings
2025-06-19 11:24:33 +08:00
2dust
93a20852f5
Optimize the UI for routing settings
2025-06-19 10:48:47 +08:00
2dust
cb6122f872
First scroll horizontally to the initial position to avoid the control crash bug
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/7387
2025-06-16 10:48:35 +08:00
2dust
9e2336a71e
The notification pop-up position is changed to the top right
...
https://github.com/2dust/v2rayN/issues/7421
2025-06-15 14:16:30 +08:00
2dust
2f3fba73de
Bug fix
...
https://github.com/2dust/v2rayN/issues/7333
2025-05-25 19:11:42 +08:00
2dust
a2cfe6fa51
Added the current connection information test url option
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/discussions/7268
2025-05-11 16:59:00 +08:00
2dust
82b366cd9b
Fix
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/7244
2025-05-07 14:28:55 +08:00
2dust
1c04144573
Code clean
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-04-26 09:53:19 +08:00
2dust
adf3b955d6
Refactor Linux to run Tun as sudo
2025-04-26 09:50:31 +08:00
2dust
c6d347d49a
Refactor the Linux version to not store sudo password
2025-04-25 15:19:49 +08:00
DHR60
5f9f677467
Adjust menu items ( #7100 )
...
* Adjust menu items
* fix #7089
2025-04-11 09:27:34 +08:00
2dust
be5e15dfb6
Fix
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/pull/7089
2025-04-09 15:25:42 +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
8cb4f2f961
Adjusted the server configuration right-click menu
2025-04-02 15:53:28 +08:00
2dust
4d3db56065
csharp_style_namespace_declarations = file_scoped
2025-04-02 11:44:23 +08:00
2dust
bf83dbdfea
Global setting ScrollViewer AllowAutoHide = False for desktop
2025-03-29 20:42:02 +08:00
DHR60
e3580b05f7
add xray core leastPing support ( #7023 )
...
* add xray core leastPing support
* Refactor multi-server configuration UI logic
* Remove unused functions
2025-03-29 16:44:42 +08:00
2dust
c3e56e84f1
Bug fix
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/6932
2025-03-18 16:18:27 +08:00
2dust
e6011cfede
AI-optimized code
release Linux / build (Release) (push) Has been cancelled
release macOS / build (Release) (push) Has been cancelled
release Windows desktop (Avalonia UI) / build (Release) (push) Has been cancelled
release Windows / build (Release) (push) Has been cancelled
2025-03-07 12:11:19 +08:00
2dust
7e348c196e
AI-optimized code
2025-03-06 14:53:25 +08:00
2dust
51e5885e76
AI-optimized code
2025-03-06 14:42:21 +08:00
2dust
764014e49a
Replace all Utils.ToInt(variable) with variable.ToInt()
2025-03-05 20:26:26 +08:00
2dust
71cc6d7a88
Replace all Utils.IsNullOrEmpty(variable) with variable.IsNullOrEmpty()
2025-03-05 19:44:49 +08:00
2dust
f3af831cf2
Replace all Utils.IsNotEmpty(variable) with variable.IsNotEmpty()
2025-03-05 16:42:43 +08:00
2dust
837cfbd03b
Optimize UI prompts
2025-03-03 14:36:30 +08:00
2dust
e70658f311
Add Hy2 Port hopping for sing-box 1.11+
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/6772
2025-03-01 21:13:37 +08:00
2dust
2dd10cf5a1
Optimize QrcodeView
2025-03-01 19:56:52 +08:00
2dust
96781a784b
git submodule update --remote
2025-03-01 15:29:54 +08:00
2dust
84d72cd110
Use project to implement Windows global hotkey
...
https://github.com/2dust/GlobalHotKeys
2025-02-27 20:12:07 +08:00
2dust
c0cd46a5aa
Optimize HotkeyHandler
2025-02-27 17:50:54 +08:00
2dust
555960e210
Optimize and improve code
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-02-26 17:01:57 +08:00
2dust
a18ae5582b
Jump to the selected item when refreshing the server list
...
https://github.com/2dust/v2rayN/issues/6800
2025-02-26 16:36:36 +08:00
2dust
a7f35d4495
Windows desktop version add global hotkey function
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-02-26 10:52:36 +08:00
2dust
add92cfa7c
Update desktop global hotkey setting
2025-02-25 16:14:50 +08:00
2dust
166c7cb2f5
Fix window title
2025-02-25 14:15:54 +08:00
2dust
cdfb621c59
Update MsgView.axaml
2025-02-24 19:07:05 +08:00
2dust
390061f9bd
Fix the desktop UI bug
2025-02-21 12:40:45 +08:00
2dust
42324a2c9e
Adjust controls margin
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-02-20 18:34:25 +08:00
2dust
b9b4ca6360
The desktop version use SemiFontFamilyRegular, Fall back to built-in fonts
2025-02-20 16:23:46 +08:00
2dust
565697bc0b
The desktop version unified icon size
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-02-20 14:32:38 +08:00
2dust
2e6c82c851
Adjust UI
...
https://github.com/2dust/v2rayN/issues/6751
2025-02-20 14:07:12 +08:00
2dust
ee75dd37af
The desktop version add wrap to the subscription group
2025-02-20 11:08:28 +08:00
2dust
2e962e555d
Use AutoCompleteBox instead of editable Combobox for desktop
...
Thanks to https://github.com/irihitech/Ursa.Avalonia
2025-02-19 17:41:58 +08:00
2dust
ab73e5acb2
Micro-adjustment interface
2025-02-19 17:39:47 +08:00
2dust
4e3e5ce130
Add CanUserReorderColumns for desktop
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-02-19 15:03:29 +08:00
2dust
bb8eef3bf5
Removed the Hide to tray when closing the window feature for Windows version
...
https://github.com/2dust/v2rayN/issues/6726
2025-02-19 10:42:31 +08:00
2dust
2cacc372ad
Optimize desktop DataGrid RowHeight adjusts with font size
2025-02-18 18:48:29 +08:00
2dust
0b1b681655
Add system proxy pac to the Windows desktop version
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-02-18 14:38:08 +08:00
2dust
5060a358db
Clear resx
2025-02-16 19:12:58 +08:00