Dev to Main: Winhance WinUI3 Release including bug fixes & new features#420
Merged
memstechtips merged 44 commits intomainfrom Feb 13, 2026
Merged
Dev to Main: Winhance WinUI3 Release including bug fixes & new features#420memstechtips merged 44 commits intomainfrom
memstechtips merged 44 commits intomainfrom
Conversation
…eryService OneDrive is properly detected via WMI query, registry fallback was unnecessary. OneNote registry check retained with explanatory comment.
Modified ExternalAppsService to create Start Menu folders containing shortcuts to all executables instead of guessing the main executable. Users can now access all .exe files for portable/zip packages. Fixes #321
…tup programs not to start Fixes #377
Replace CLI-based WinGet operations with Windows Package Manager COM API integration, providing more reliable package management and installation status detection. Key changes - Add WindowsPackageManager.Interop project for COM API access - Refactor WinGetService to use COM API instead of parsing CLI output - Add GetInstalledPackageIdsAsync() for efficient package detection - Simplify AppStatusDiscoveryService with COM-based package lookups - Add registry key name fallback for apps not detected via WinGet - Remove obsolete WinGetOutputParser (no longer needed) - Update target framework to net9.0-windows10.0.19041.0 - Rename browser apps to full names (Mozilla Firefox, Google Chrome) - Add localization strings for COM API error handling COM API integration based on github.com/marticliment/WinGet-API-from-CSharp
Target .NET10
…ate InfoBar and Improve AppOperation Dialogs
Removed duplicate entry for 'de' (German) in SupportedLanguages.
Feat/add arabic localization
Add FlowDirection Support for Arabic Translation
Update WIMUtil Feature Icons & Localization Update Build-and-Package script for WinUI3
- Delete Winhance.WPF project (migration to WinUI 3 complete) - Fix stale search visibility when navigating between sub-features in both OptimizePage and CustomizePage - Remove 12 unused value converters from WinUI project Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dev to Main: Winhance WinUI3 Release including bug fixes & new features