Skip to content

Releases: marinalexandruradu/WinGetGuiWpf

1.2

18 Jun 11:56

Choose a tag to compare

Added option for daily checks of updates.
If updates are found, a notification will be presented to the user

image
image

1.1

17 Jun 06:23
4ef7c62

Choose a tag to compare

1.1

Fixed the search button
Created MSI Installer with .NET Prerequisites

1.0

16 Jun 12:47
7811bc1

Choose a tag to compare

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.