Releases: gioxx/IntuneWinAppUtilGUI
Releases · gioxx/IntuneWinAppUtilGUI
v1.0.6
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
- 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
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
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.
A script that can map the versions of IntuneWinAppUtil released by Microsoft and their FileVersions to the IntuneWinAppUtil.exeexecutable 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
- @dependabot[bot] made their first contribution in #2
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Hello World 👋🏻
This is the first version of the module.
Full Changelog: https://github.com/gioxx/IntuneWinAppUtilGUI/commits/v1.0.0