2dust
3e9f78f831
up 7.23.3
7.23.3
2026-07-09 19:53:43 +08:00
JieXu
8c4bd52389
Update package-rhel.sh ( #9710 )
...
* Update package-rhel.sh
* Update package-rhel-riscv.sh
* Update package-rhel-loong.sh
* Update package-debian.sh
* Update package-debian-riscv.sh
* Update package-debian-loong.sh
* Update package-osx.sh
2026-07-09 16:25:39 +08:00
DHR60
fa61fedf11
Add Root Cert Store ( #9703 )
2026-07-09 16:25:02 +08:00
DHR60
ad12a6c456
Update ca cert ( #9700 )
2026-07-08 09:48:46 +08:00
2dust
66b48c231f
Synchronize GlobalHotKeys library and update HotKeyManager
2026-07-06 16:07:42 +08:00
JieXu
52766d66bf
Update build-linux.yml ( #9684 )
...
* Update build-linux.yml
* Update package-debian-loong.sh
* Update package-rhel-loong.sh
* Update package-rhel-loong.sh
* Update package-debian-loong.sh
2026-07-06 13:48:05 +08:00
2dust
e1a5c360ac
Optimize timeout logic, try fix
...
https://github.com/2dust/v2rayN/issues/9681
2026-07-06 11:49:54 +08:00
2dust
0c570fcb38
Add Legacy Protect Tip
2026-07-06 10:18:31 +08:00
2dust
a236fab27c
up 7.23.2
7.23.2
2026-07-04 16:48:24 +08:00
2dust
f8e1186095
Bug fix and Optimize profile items query with batching and ordering
...
Prevent SQLite variables limit issue by implementing chunked/batched queries.
2026-07-02 10:35:17 +08:00
Жора Змейкин
ca186e2636
fix: clarify bind interface availability ( #9660 )
2026-07-02 09:21:59 +08:00
JieXu
1e8ba9ad9b
Update README.md ( #9654 )
...
* Update README.md
* Update build-linux.yml
* Update build.yml
* Update Directory.Packages.props
2026-07-02 09:20:46 +08:00
DHR60
31e32f174e
Fix ( #9648 )
2026-07-02 09:20:14 +08:00
dr mike
bf376a8fac
fix(hysteria2): emit https server_url for sing-box realm outbound ( #9642 )
...
sing-box requires realm.server_url as a full URL (https://host:port ).
Bare host:port caused "missing host in realm server_url" on import.
Also forward stun_servers and clear ResolveRealm success message.
Fixes #9635
2026-06-28 11:05:41 +08:00
DHR60
5a9a9b7ab1
Wait For Proxy Port ( #9640 )
...
Co-authored-by: MrTeeett <mrteeett@gmail.com >
Co-authored-by: drownrat <drownrat@users.noreply.github.com >
2026-06-28 09:44:34 +08:00
dependabot[bot]
e7a9aa66dc
Bump actions/setup-dotnet from 5.3.0 to 5.4.0 ( #9636 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v5.3.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-27 10:40:34 +08:00
2dust
709b9a0958
up 7.23.1
7.23.1
2026-06-26 17:37:39 +08:00
2dust
191fe48257
Update Directory.Packages.props
2026-06-26 17:37:15 +08:00
2dust
48d58d482a
Remove NetBridge
2026-06-26 17:30:28 +08:00
2dust
7100b3f0a5
Try fix
...
https://github.com/2dust/v2rayN/issues/9593
2026-06-26 10:18:02 +08:00
DHR60
8d94997ba0
xray tun for linux and macos ( #9632 )
2026-06-26 09:04:44 +08:00
DHR60
c97dc1d894
Fix ui ( #9626 )
2026-06-25 19:28:21 +08:00
MrArrowww
b198fd8be7
Fix TCPing tests not stopping when ESC is pressed ( #9623 )
2026-06-25 19:28:04 +08:00
JieXu
e0c1ff24be
Update README.md ( #9616 )
...
* Update README.md
* Update logo image in README.md
* Update README.md
* Update README.md
* Update README.md
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-06-23 14:07:43 +08:00
DHR60
3cebf492d1
Fix ( #9614 )
2026-06-23 13:46:36 +08:00
DHR60
ef46f4e7e6
Hysteria Realm & Gecko ( #9516 )
...
* Hysteria Realm
* Core config
* Fix
* Fix
* Add Gecko support
2026-06-22 20:52:47 +08:00
Enqvy
81c118c9b2
customizable packet fragmentation settings ( #9597 )
...
* first changes
* fix: use ItemsSource for fragment packets ComboBox so value saves correctly
* feat: add customizable packet fragmentation for Xray-core
- Add fragment settings in Core tab: Packets (dropdown), Length (range), Interval (range), MaxSplit (0-10000)
- Support both 'from-to' (e.g., 50-100) and single value (e.g., 50) formats for Length, Interval, and MaxSplit
- Validation with shortened error message: 'Invalid range format. Use from-to (e.g., 50-100).'
- UI in PopupBox (materialDesign) visible only when EnableFragment is checked
- Only Xray-core supported (Mihomo/sing-box fragment code removed)
- Localization updated for 8 languages
* fix: address 2dust review feedback
- Move FragmentPacketsOptions to Global class
- Remove default values from Fragment4RayItem model (set in ConfigHandler)
- Fix Avalonia bindings: move ItemsSource and SelectedItem to code-behind
- Update ViewModel to use Global.FragmentPacketsOptions
- Remove defaults from model properties
* Adjust ui
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-06-22 16:00:13 +08:00
JieXu
f1b88ccf2a
Add GPG key file ( #9608 )
...
* Add files via upload
* Update build-all.yml
* Update build-linux.yml
* Update build-osx.yml
* Update build-windows-desktop.yml
* Update build-windows-x86.yml
* Update build-windows.yml
* Update package-zip.yml
* Update build-linux.yml
* Update build-osx.yml
* Update build-windows-x86.yml
* Update package-zip.yml
* Update upload-sign.yml
* Update pub-key.yml
* Update README.md
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-06-22 09:48:06 +08:00
DHR60
ce380b861c
Node check ( #9603 )
2026-06-20 10:09:27 +08:00
2dust
46e9e4fead
up 7.23.0
7.23.0
2026-06-19 18:10:24 +08:00
2dust
00903d3531
Verify if sendThrough is a local address.
...
https://github.com/2dust/v2rayN/issues/9562
2026-06-19 18:09:18 +08:00
dependabot[bot]
616eea39f9
Bump actions/checkout from 6 to 7 ( #9594 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-19 17:31:22 +08:00
2dust
ff456a9389
Add DNS via NetBridge
2026-06-19 17:13:51 +08:00
2dust
0d225cd29d
Create NetBridge
2026-06-19 11:48:27 +08:00
2dust
67426cff12
Add NetBridge process hijacking feature for windows ( #9588 )
...
https://github.com/2dust/NetBridge
https://github.com/InterceptSuite/ProxyBridge
2026-06-19 11:21:15 +08:00
JieXu
a8c27027b4
bump dependencies && Purge SDKs before build ( #9576 )
...
* Update package-rhel-loong.sh
* Update package-debian-loong.sh
* Update build.yml
* Update build-windows-x86.yml
* Enhance SDK purge step with echo statements
Added echo statements to display SDKs before and after purging.
* Update build-windows-x86.yml
* Update build.yml
* Update build-windows-x86.yml
* Update build.yml
* Update build-windows-x86.yml
2026-06-18 17:55:45 +08:00
DHR60
1a681695a2
Revert "Fetch cert allow insecure ( #8998 )" ( #9585 )
...
This reverts commit 25d7f393b6 .
2026-06-18 10:34:18 +08:00
DHR60
2126ea5a87
Fix tun ( #9582 )
...
* Fix tun
* Format
2026-06-18 10:33:58 +08:00
barkahss
be005abf9e
Add Indonesian (id) UI localization ( #9573 )
...
* Add Indonesian (id) UI localization
Register ResUI.id.resx with 550 translated strings and expose the language in the app settings list alongside existing locales.
* Translate menuRouting to Perutean in Indonesian locale
---------
Co-authored-by: Barkasj <katrako1234@gmail.com >
2026-06-18 10:31:15 +08:00
dependabot[bot]
da7dfde706
Bump actions/setup-dotnet from 5.2.0 to 5.3.0 ( #9564 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: 5.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-18 10:30:28 +08:00
2dust
7491e86d80
Update 01_bug_report.yml
2026-06-17 14:42:29 +08:00
2dust
af037ed087
Added ipinfo copy functionality to the desktop version
...
https://github.com/2dust/v2rayN/issues/9529
2026-06-15 14:34:45 +08:00
JieXu
c9298db607
Update package-rhel.sh ( #9545 )
...
* Update build-linux.yml
* Create package-rhel-loong.sh
* Update package-debian-riscv.sh
* Update package-rhel-riscv.sh
* Update package-rhel-riscv.sh
* Update package-rhel.sh
* Update build-linux.yml
* Update build-linux.yml
* Create build-windows-x86.yml
* Update build-all.yml
2026-06-14 12:21:43 +08:00
2dust
da81101cfd
up 7.22.7
7.22.7
2026-06-12 19:15:08 +08:00
DHR60
3d4f202cd7
Metrics listen directly ( #9533 )
2026-06-12 09:47:59 +08:00
2dust
35fbb137e8
Add vcn and pcs properties to VmessQRCode DTO
2026-06-12 09:47:03 +08:00
sparklelcm333
1869a95700
fix: Desktop(Avalonia) 移除子对话框最小化按钮,仅禁 CanMinimize ( #9526 )
2026-06-10 20:45:23 +08:00
JieXu
34359885ab
Update AppBuilderExtension.cs ( #9514 )
...
* Update AppBuilderExtension.cs
* Update MainWindow.axaml.cs
* Update MacAppUtils.cs
* Update App.axaml.cs
* Add regions for MacOS activation and app events
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2026-06-09 17:00:51 +08:00
znah
93832656dd
fix: disable .net9 CET ( #9507 )
2026-06-09 14:06:13 +08:00
2dust
b1a400b393
binConfigs only deletes test files periodically
2026-06-08 14:22:11 +08:00