Releases: marinalexandruradu/WinGetGuiWpf
1.2
1.1
Fixed the search button
Created MSI Installer with .NET Prerequisites
1.0
modern GUI wrapper around the winget CLI, designed to make managing Windows software easier, more intuitive, and much more visual.
🧩 Key Features
Tabbed Interface:
Upgrades Tab – Lists available package upgrades, allows selection, and supports individual or bulk updating.
Browse and Install Tab – Lets users search for apps via winget search and install them directly from a list.
Live Logs with Auto-Scroll:
Every install or upgrade action shows a live-streaming log window bound to a model (UpgradeStatusItem) that updates in real time.
Logs are scrollable and styled to resemble terminal output, providing clarity and trust.
Smooth UX Additions:
Progress bar shows loading state when refreshing update lists.
Menu bar with File > Exit and Info > About (opening your website).
Cancel button that can forcefully terminate any current winget operation.
Dark Mode Styling:
Dark-themed controls, consistent button styling, accent brushes, and highlight colors.
Clean hover effects and visual feedback across all controls.
MVVM Architecture:
Backed by CommunityToolkit.Mvvm for observable properties and relay commands.
Logical separation of UI and business logic using view model binding and converters.

