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
2dust
b3e9a957c4
Remove invalid by test results
2025-02-16 15:07:09 +08:00
2dust
50959951ae
The number of concurrent during multi-test
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-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
4ffe595db6
Code clean
2025-02-04 14:30:28 +08:00
2dust
4c3318ac86
Revert "Update MainWindow.axaml.cs"
...
This reverts commit 4d95d7d8c0 .
2025-02-01 14:11:12 +08:00
2dust
4d95d7d8c0
Update MainWindow.axaml.cs
...
if (Utils.IsOSX() || _config.UiItem.Hide2TrayWhenClose)
2025-01-31 15:59:35 +08:00
2dust
45264005a4
Code clean
2025-01-30 17:10:05 +08:00
ShiinaRinne
b2feaf3ba9
[macOS] feat: auto run. https://github.com/2dust/v2rayN/issues/6383 ( #6597 )
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-01-30 13:24:01 +08:00
ShiinaRinne
c0f8b6b84c
[macOS] amend: Child window visibility handling ( #6598 )
...
https://github.com/2dust/v2rayN/pull/6596
When the main window is hidden, open child windows are mistakenly hidden as well.
This prevents reopening child windows after the main window is shown again.
2025-01-30 10:12:59 +08:00
ShiinaRinne
f71125d8f3
macOS 一些优化 ( #6596 )
...
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
* [macOS] hide icon in Dock
* [macOS] fix: close button not work
* [macOS] fix: cant directly show window when click `Show or hide the main window` on minimized
2025-01-29 19:26:40 +08:00
Anatoliy
98d4801b7e
Use Directory.Build.props for centralized configuration management ( #6591 )
...
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
* use Directory.Buld.props
* remove some properties
2025-01-28 20:01:59 +08:00
2dust
a5aa286535
Add Name to App.axaml
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-01-25 20:45:56 +08:00
2dust
8c55c629cd
Fix PackageReference
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-01-24 20:28:04 +08:00
Anatoliy
02f4dcbaf7
use Directory.Packages.props ( #6581 )
2025-01-24 19:00:21 +08:00
2dust
470dec5588
up PackageReference
2025-01-24 17:24:07 +08:00
2dust
d3b86858e1
Revert "Use Directory.Packages.props ( #6575 )"
...
This reverts commit 9c20d9cb1f .
2025-01-24 14:25:13 +08:00
Anatoliy
9c20d9cb1f
Use Directory.Packages.props ( #6575 )
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-01-24 09:57:38 +08:00
2dust
de1132c2df
Added option to display real-time speed
2025-01-15 19:45:53 +08:00
2dust
d3ebc17a10
Remove rules custom Icon
2025-01-12 14:35:59 +08:00
2dust
7a8680711e
Improvements and Adjustments
2025-01-12 14:30:49 +08:00
2dust
649e89e7af
Added Copy Terminal proxy command to clipboard in tray menu
...
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/6482
2025-01-12 11:07:34 +08:00
2dust
8f3e0dbd82
up 7.6.0
2025-01-11 11:48:57 +08:00
2dust
6c6de1ae7f
Improvements and Adjustments
2025-01-10 20:12:42 +08:00
2dust
edbd168dcf
Add theme options for desktop
2025-01-10 15:53:06 +08:00
2dust
127858d582
Adjust UI for desktop
2025-01-10 14:23:03 +08:00
2dust
1a5eeb9401
Adjust UI for desktop
2025-01-09 21:03:17 +08:00
2dust
e0ae101ff4
Adjust UI for desktop
2025-01-09 15:14:03 +08:00
Long Yixing
8b4a07dfe8
Modify the macos build script ( #6461 )
...
No longer generate AppIcon.icns
2025-01-09 10:21:07 +08:00
2dust
db934e70cb
The icon of the system proxy can be customized
...
https://github.com/2dust/v2rayN/issues/6459
2025-01-08 20:35:33 +08:00
2dust
e63042af84
Bug fix for fontsize
2025-01-05 19:10:12 +08:00
2dust
64a83a5d64
down PackageReference
2025-01-05 17:58:23 +08:00
2dust
37cf23d5fe
up PackageReference
2025-01-05 15:01:15 +08:00
2dust
4a7bafd011
Fix Linux restore backup function
...
Fixed the issue that the guiNConfig.json file cannot be restored in the backup and restore function
2025-01-05 10:22:18 +08:00
2dust
626ebfe65d
Improved ModifyFontSize
2025-01-04 20:42:42 +08:00
2dust
f809ee7b20
Adjust the macos package icon
...
https://github.com/2dust/v2rayN/issues/6404
2025-01-04 19:06:26 +08:00
2dust
c0d27504ac
Refactor ProcessStart RebootAsAdmin
2025-01-03 20:56:51 +08:00
2dust
3db1dd7bbb
Add a title to SaveLog
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
2025-01-03 15:02:31 +08:00
2dust
e122ea8146
Optimize VerticalAlignment="Center"
2025-01-02 12:20:43 +08:00
2dust
cf8be85ff7
Remove the display of run as an administrator in Linux and macos
2024-12-31 16:30:27 +08:00
2dust
37cba5ee34
Fix export rule order issue
...
https://github.com/2dust/v2rayN/issues/6377
2024-12-31 14:15:09 +08:00
OnceUponATimeInAmerica
ff642fd1ac
Add full support for (one-click) Iran regional preset by using Chocolate4U's github repos for iran routing rules ( #6384 )
2024-12-31 13:51:06 +08:00
2dust
a0f956c885
Add command shortcut keys for macos
...
https://github.com/2dust/v2rayN/issues/6375
2024-12-30 11:02:09 +08:00
2dust
b43975ebfc
Add v2rayN.png for desktop
2024-12-25 16:06:11 +08:00
2dust
25fddc3c71
Code clean for desktop
release macos / build (Release) (push) Waiting to run
release / build (Release) (push) Waiting to run
2024-12-23 14:28:33 +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
9ac8aa2969
up PackageReference
2024-12-22 12:00:50 +08:00
2dust
b2bbe432e0
Fix
...
https://github.com/2dust/v2rayN/issues/6309
2024-12-19 16:07:45 +08:00
2dust
0c758a7fdc
Optimize UI for macos
release macos / build (Release) (push) Waiting to run
release / build (Release) (push) Waiting to run
2024-12-19 13:36:45 +08:00
2dust
abb58379b3
Add IsNonWindows instead of IsLinux or IsOSX
2024-12-19 11:24:52 +08:00
2dust
4f48e8b190
Optimize UI
2024-12-19 10:23:46 +08:00
2dust
d46943eedf
Optimize UI
2024-12-16 14:28:22 +08:00
2dust
45fa0f94d2
up PackageReference
2024-12-15 15:13:37 +08:00
2dust
f2ec03c7ec
Bug fix
...
https://github.com/2dust/v2rayN/issues/6263
2024-12-15 14:41:29 +08:00
2dust
53a99e3f79
Remove part System.Reflection
release macos / build (Release) (push) Has been cancelled
release / build (Release) (push) Has been cancelled
2024-12-08 11:11:06 +08:00
2dust
a28cef5b98
Fixed the issue of save window size when exit
...
https://github.com/2dust/v2rayN/issues/6251
2024-12-07 21:13:57 +08:00
2dust
bf8bbbdcb0
Code clean
2024-12-07 16:29:58 +08:00
2dust
dbd4f55981
Add system proxy exception function for linux
...
release macos / build (Release) (push) Waiting to run
release / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/6214
2024-12-06 19:12:32 +08:00
2dust
c38c62e4c3
Add automatic batching during speed test and real ping
2024-12-05 19:48:42 +08:00
2dust
4d2eb324f1
Adjust UI
...
release macos / build (Release) (push) Waiting to run
release / build (Release) (push) Waiting to run
https://github.com/2dust/v2rayN/issues/6217
2024-12-05 10:39:08 +08:00
2dust
3f2ab8ddcb
Try to fix
...
https://github.com/2dust/v2rayN/issues/6186
2024-12-05 10:12:26 +08:00
2dust
5494d63878
Remove v2fly-core UI operation support
2024-12-03 13:58:56 +08:00
2dust
c32b9812a7
up PackageReference
release macos / build (Release) (push) Waiting to run
release / build (Release) (push) Waiting to run
2024-12-02 14:43:07 +08:00
2dust
9eb9898b61
Improve the clash connection
2024-12-02 14:40:09 +08:00
2dust
3b173f0b3e
Improve code
2024-12-01 11:17:36 +08:00
2dust
f36c06389d
Improve the clash connection
2024-12-01 10:18:36 +08:00
2dust
1ff4839be1
Bug fix
...
https://github.com/2dust/v2rayN/issues/6160
2024-11-29 11:31:22 +08:00
2dust
5d2bc88bb9
up PackageReference
2024-11-27 18:53:32 +08:00
2dust
800d193acb
Bug fix
2024-11-26 14:39:33 +08:00
2dust
ca38239bce
Add Font setting for macos
release / build (Release) (push) Waiting to run
2024-11-25 21:00:49 +08:00
2dust
d9c22de6b8
Added core update function for macos
2024-11-25 20:31:12 +08:00
Space Time
22009d1b71
调整订阅分组设置窗口的布局 ( #6132 )
...
* 调整订阅分组设置窗口的布局
* 避免添加配置后出现滚动条
2024-11-23 10:45:16 +08:00
2dust
50f39dc40e
Delete splithttp
2024-11-22 20:56:34 +08:00