2dust
460a674ebc
Add 'Check Only' update action
...
Introduce a new "Check Only" feature: add CheckOnlyCmd to CheckUpdateViewModel with CheckOnlyTask that queries updates (via UpdateService.CheckHasUpdateOnly) for selected cores and reports results without performing updates. Wire up a new btnCheckOnly in both Desktop and Avalonia views and bind the command. Add localized menuCheckOnly entries to multiple .resx files and update ResUI.Designer. Also shorten the pre-release label to "Check for pre-release" in resource files.
2026-05-17 19:15:57 +08:00
2dust
ac9d0a0193
Add periodic update checks and core support
2026-05-17 17:09:34 +08:00
DHR60
0f4031f445
Update dep ( #8926 )
2026-03-12 20:45:28 +08:00
2dust
6de5a5215d
Refactor code
...
Renamed FileManager to FileUtils and updated all references accordingly. Moved SemanticVersion to the Models namespace. Replaced WindowsJob with WindowsJobService, relocating and updating the implementation. Updated usages in CoreManager and related classes to use the new service and utility names. These changes improve code organization and naming consistency.
2025-11-03 20:01:36 +08:00
2dust
091b79f7cf
Refactor UpdateService to use instance config and callbacks
2025-11-02 21:04:23 +08:00
2dust
ab6a6b879e
Code clean
2025-11-02 15:25:41 +08:00
2dust
b66bfabd21
Optimize and improve GlobalUsings
2025-10-19 11:42:32 +08:00
2dust
ade2db3903
Code clean
2025-09-28 19:12:17 +08:00
2dust
d86003df55
Optimize and improve the Subject
2025-09-25 10:56:10 +08:00
2dust
671678724b
Optimization and improvement, using event subscribers
2025-09-24 10:57:06 +08:00
2dust
bf8783fed7
Update CheckUpdateViewModel.cs
2025-09-20 14:06:41 +08:00
JieXu
3e0578f775
Update CheckUpdateViewModel.cs ( #7932 )
...
* Update CheckUpdateViewModel.cs
* Update Utils.cs
* Update Utils.cs
* Update Utils.cs
* Update CheckUpdateViewModel.cs
* Update CheckUpdateViewModel.cs
* Update Utils.cs
2025-09-12 16:24:59 +08:00
2dust
29a5abf4d6
Optimization and improvement
2025-09-10 19:43:11 +08:00
2dust
1a6fbf782d
Using RxApp replace ViewAction
2025-09-02 17:12:38 +08:00
2dust
b8eb7e7b29
Optimization and Improvement.
2025-08-31 15:41:25 +08:00
2dust
5a3286dad1
Using RxApp replace ViewAction
2025-08-30 19:32:07 +08:00
2dust
8ef68127d4
Optimization and Improvement.
...
Changed callback from synchronous Action<bool, string> to asynchronous Func<bool, string, Task>
2025-08-29 10:53:57 +08:00
2dust
d5c50ef27c
Rename Manager
2025-08-17 17:31:55 +08:00
2dust
06636d04ac
PacHandler is changed to singleton mode
2025-08-17 11:00:13 +08:00
2dust
4d3db56065
csharp_style_namespace_declarations = file_scoped
2025-04-02 11:44:23 +08:00
2dust
e6011cfede
AI-optimized code
2025-03-07 12:11:19 +08:00
2dust
45264005a4
Code clean
2025-01-30 17:10:05 +08:00
2dust
be1e37ddd0
Hide the upgrade core in Windows 7
2025-01-24 14:26:51 +08:00
2dust
54fe669d89
Copy the bin folder to the storage location (for init)
2025-01-18 16:58:44 +08:00
2dust
de1132c2df
Added option to display real-time speed
2025-01-15 19:45:53 +08:00
2dust
abb58379b3
Add IsNonWindows instead of IsLinux or IsOSX
2024-12-19 11:24:52 +08:00
2dust
d9c22de6b8
Added core update function for macos
2024-11-25 20:31:12 +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
ee57d5b8e6
Improve checkup date
2024-11-04 14:15:59 +08:00
2dust
6ec61433fb
Only update the stable version of the core
...
https://github.com/2dust/v2rayN/issues/5950
2024-11-01 09:26:15 +08:00
2dust
88990b4828
Bug fix
...
0efb0b5e3e
2024-10-26 18:00:22 +08:00
2dust
9738f90970
up 7.0.2
2024-10-26 15:00:57 +08:00
2dust
40ea454a7c
Remove X86 support
2024-10-24 10:32:19 +08:00
2dust
2d143687b8
The first letter of the guiconfig attribute must be capitalized.
2024-10-23 10:42:35 +08:00
2dust
10a60b26fa
After the Linux version updates the core, set chmod+x
2024-10-22 20:08:33 +08:00
2dust
3dd54312e7
Code optimization, function asynchrony
2024-10-21 13:46:13 +08:00
2dust
d004c6860e
Add check update for sing-box
2024-10-17 15:28:32 +08:00
2dust
fd7cf164ff
Fix
...
https://github.com/2dust/v2rayN/issues/5821
2024-10-15 09:31:30 +08:00
2dust
3c45ef624a
Rename v2rayUpgrade 2 AmazTool
2024-10-09 20:13:25 +08:00
2dust
53e19ecb1d
Improved Action Invoke
2024-10-08 13:47:13 +08:00
2dust
f60575b77c
Improved CoreInfo
2024-10-07 20:10:00 +08:00
2dust
4ccc7aa92d
Refactor NoticeHandler
2024-10-07 10:59:13 +08:00
2dust
d5c6a42a9a
Refactor some service
2024-10-07 10:39:43 +08:00
2dust
3bdef4d6d8
Rename LazyConfig to AppHandler
2024-10-07 09:51:41 +08:00
2dust
20bb263b06
Bug fix for check update
2024-10-04 17:10:30 +08:00
2dust
1411643192
Add system proxy for Linux
2024-09-28 10:41:30 +08:00
2dust
beddc71ed8
Add backup and restore
2024-09-07 14:52:33 +08:00
2dust
d5f1cc99ac
Refactor V2rayUpgrade
2024-09-06 18:37:46 +08:00
2dust
9c7446f820
In-app update alone package
2024-09-06 14:07:26 +08:00
2dust
8be1730719
Bug fix
2024-09-06 09:40:45 +08:00