Skip to content

Releases: SysAdminDoc/Wingetter

Wingetter v6.1.0

13 Mar 19:24

Choose a tag to compare

Audit Fixes & Usability Improvements

Bug Fixes

  • Search filter in update mode - Search now correctly hides non-installed apps when in update view
  • Stdout deadlock - Async stdout reading prevents hangs on large winget output
  • Update detection - Added "Successfully updated" to success pattern matching
  • Duplicate BorderBrush - Removed redundant property assignment in category builder

Usability Improvements

  • Update mode toolbar - Irrelevant buttons (groups, export, import, copy) are hidden when in update view
  • Back to Install - UpdateAll button toggles between modes for easy navigation
  • Paired Select/Deselect All - Both buttons work on visible apps in both install and update modes
  • Auto-restore - Install view automatically restores after update batch completes
  • Empty categories hidden - Categories with no installed apps are collapsed in update view
  • Search cleared on exit - Search box resets when leaving update mode
  • Delete group - Immediate action without confirmation dialog
  • Visible count - Shows correct totals when switching modes

Wingetter v6.0.0

13 Mar 17:49

Choose a tag to compare

Wingetter v6.0.0

Major UI overhaul with new navigation, interaction, and feedback features.

New Features

  • Category sidebar -- quick-jump navigation panel for all 39 categories
  • Collapsible categories -- click any category header to collapse/expand
  • Install / Update mode toggle -- switch between installing new apps and upgrading existing ones
  • Installed app detection -- background winget list scan with green dot indicators on already-installed apps
  • Shift-click range selection -- hold Shift to select a range of apps at once
  • Enhanced tooltips -- hover any app to see its name and WingetId
  • Install log panel -- color-coded per-app results (success/skipped/failed) with summary stats
  • Toast notifications -- Windows notification when batch install/upgrade completes
  • 3 new built-in groups -- Remote Worker, Media & Entertainment, Student Essentials (10 total)

UI Improvements

  • Gradient accent bar at top of window
  • Gradient title text and install button
  • Category card shadows and search focus highlight
  • Selected count pill border
  • Parallel icon loading (4 concurrent workers) for faster startup

Bug Fixes

  • Fixed incorrect WingetId for Signal (signalapp.signal -> OpenWhisperSystems.Signal)
  • Fixed incorrect WingetId for VeraCrypt (VeraCrypt.VeraCrypt -> IDRIX.VeraCrypt)
  • Fixed incorrect WingetId for Nmap (Nmap.Nmap -> Insecure.Nmap)
  • Fixed incorrect WingetId for Angry IP Scanner (AngryIPScanner.AngryIPScanner -> angryip.ipscan)

Stats

  • 765 apps across 39 categories
  • 10 built-in groups

Run

irm "https://raw.githubusercontent.com/SysAdminDoc/Wingetter/main/Wingetter.ps1" | iex

Wingetter v5.0.0

10 Mar 10:57
04e38f5

Choose a tag to compare

Wingetter v5.0.0

A comprehensive PowerShell WPF GUI for bulk software installation via winget. Browse 734 apps across 39 categories, save/load package groups, and install everything in one click.

Download

  • Wingetter.ps1 — Single-file PowerShell script, no dependencies required

Requirements

  • Windows 10/11
  • PowerShell 5.1+
  • winget (Windows Package Manager)

Run

# Download and run
irm https://raw.githubusercontent.com/SysAdminDoc/Wingetter/main/Wingetter.ps1 | iex

Or right-click Wingetter.ps1 and select Run with PowerShell.