Skip to content

Changelog

1.1.1 (2026-07-25)

Bug Fixes

  • tui: UTF-8 rendering, wrap long health cells, stop Spectre output leaking (5ae604e)
  • tui: UTF-8 rendering, wrap long health cells, stop Spectre output leaking (27126de)

1.1.0 (2026-07-25)

Features

  • in-app update check + automated PowerShell Gallery publishing (8e2b676)
  • in-app update check + automated PowerShell Gallery publishing (83ef36a)
  • show the installed version under the TUI banner (58ed996)

1.0.1 (2026-07-24)

Bug Fixes

  • org-template: the Organisation Template wizard no longer crashes with "You cannot call a method on a null-valued expression" on a machine where PSAppDeployToolkit is not installed yet. This blocked first-run and new-template creation for every new user (#49).

This release also introduces the automated release process and this changelog page. From here on, versions are bumped and published automatically from Conventional Commits.

1.0.0 (2026-07-24)

The first release of win32-toolkit: end-to-end Win32 app packaging for Microsoft Intune, driven by a guided console UI or fully scriptable from PowerShell.

Features

  • winget packaging. Discover an app, download its installer, and build a ready-to-ship package in a single command.
  • Manual (non-winget) apps. Package any .exe, .msi, or .msix/.appx installer, including advanced hand-authored installs.
  • PSAppDeployToolkit v4 projects scaffolded for every app and branded from reusable org templates: dialog style, accent, language, progress and balloon text, welcome and completion prompts, hook scripts, and logos.
  • Real install capture and testing in a disposable Windows Sandbox or a reusable Hyper-V VM, so the detection rule, uninstall logic, and processes-to-close all come from what the installer actually did on a clean machine.
  • MSIX and APPX support, including bundles and per-architecture handling.
  • Intune packaging into the .intunewin format and publishing through Microsoft Graph, with app dependencies, requirement rules, minimum-OS and restart defaults, and icons.
  • Tenant-pinned publishing. Connect and disconnect to Microsoft Intune from the UI, and refuse to publish into the wrong customer's tenant.
  • Customer-facing documentation generated for each packaged app.