Skip to content

Releases: gioxx/IntuneWinAppUtilGUI

v1.0.6

11 Nov 14:02
82ff020

Choose a tag to compare

:octocat: What's Changed 🧙‍♂️

  • Fix GitHub API rate limit by @gioxx in #5
  • 1.0.6 by @gioxx in #10
    • Bugfix: Delisted 1.0.4 from PowerShell Gallery and added again Show-IntuneWinAppUtilGUI to available commands.
    • Bugfix: Removed any reference to ZIP uploads as setup files.
    • Bugfix: Fixed PS 5.1 incompatibility in relative-path resolution ([System.IO.Path]::GetRelativePath is PS 7+).
    • Bugfix: Final filename (of IntuneWin package) is proposed also if AppVersion is not specified in Invoke-AppDeployToolkit.ps1.
    • Improved: Code cleanup, removed redundant GitHub download logic; refactoring.
    • Improved: Validates setup file existence and type.
    • Improved: Tries to create output folder when missing.
    • Improved: Ensures exactly one ".intunewin" extension on output.
    • Improved: If Source folder is not specified, it is inferred from Setup file.
    • Improved: Added more inline comments for maintainability.

Full Changelog: v1.0.5...v1.0.6

v1.0.5

01 Oct 12:56

Choose a tag to compare

  • Emergency bugfix: Delisted 1.0.4 from PowerShell Gallery and added again Show-IntuneWinAppUtilGui to available commands.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

01 Oct 12:32
a3c8a0e

Choose a tag to compare

What's Changed

  • deps(deps): bump actions/checkout from 3 to 5 by @dependabot[bot] in #3
  • 1.0.4 by @gioxx in #4
    • Bugfix: Removed any reference to ZIP uploads as setup files.
    • Bugfix: Fixed PS 5.1 incompatibility in relative-path resolution ([System.IO.Path]::GetRelativePath is PS 7+).
    • Improved: Code cleanup, removed redundant GitHub download logic; refactoring.
    • Improved: Validates setup file existence and type.
    • Improved: Tries to create output folder when missing.
    • Improved: Ensures exactly one ".intunewin" extension on output.
    • Improved: If Source folder is not specified, it is inferred from Setup file.
    • Improved: Added more inline comments for maintainability.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

04 Sep 08:59

Choose a tag to compare

Hello, 1.0.3! 👋🏻 😄

What's Changed

  • deps(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2
  • 🚀 PSADT - If Invoke-AppDeployToolkit.exe is detected in the source folder, it is proposed as the default setup file. If Invoke-AppDeployToolkit.ps1 is detected in the source folder, it is parsed to propose a name for the IntuneWin package.
  • 🗒️ Improved: The version of the IntuneWinAppUtil.exe file in use is shown on the screen. You can also use the "Force download" button to download the latest version available from GitHub. The list of versions is available at the "Version history" link.
  • :octocat: A script that can map the versions of IntuneWinAppUtil released by Microsoft and their FileVersions to the IntuneWinAppUtil.exe executable is now executed on the repository, check Tools/Update-IntuneWinAppUtilVersions.ps1. The always-updated list is available here: Tools/IntuneWinAppUtilVersions.md (the GitHub action runs every week looking for a new version).

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Jul 10:48

Choose a tag to compare

What's Changed

  • Fix rename .intunewin package when file already exists by @gioxx in #1

New Contributors

  • @gioxx made their first contribution in #1

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Jul 13:39

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Jun 14:27
a5df0f5

Choose a tag to compare

Hello World 👋🏻
This is the first version of the module.

Full Changelog: https://github.com/gioxx/IntuneWinAppUtilGUI/commits/v1.0.0