Releases: svrooij/WingetIntune
Releases · svrooij/WingetIntune
v1.0.4 - Some fixes
What's Changed
- Update sample code for Update-WtIntuneApp by @svrooij in #138
- Actually ignore the logo by @svrooij in #139
- MSI did not allow override arguments by @svrooij in #140
- Allow setting preferred installer by @svrooij in #147
- Not zipping and unzipping means more speed by @svrooij in #148
Full Changelog: v1.0.3...v1.0.4
v1.0.3 - Skip logo and cert based auth
What's Changed
- Feature/community stuff by @svrooij in #115
- Fix code scanning alert - Arbitrary file access during archive extraction ("Zip Slip") by @svrooij in #117
- Add ability to do cert based authentication by @crcobb in #118
- Auto skip logo when unavailable by @svrooij in #130
- Skip Kiota factory by @svrooij in #132
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.0 - Auth changes 🔑
Version 1 🎉✅
This adventure started roughly a year ago. I was faced with an empty Company Portal after playing with Azure Dev Box. I asked myself this:
How hard can it be to package apps for Intune?
Let me tell you, it's hard! Follow along my journey
This update WILL BREAK previous scripts, with the introduction of the Connect-WtWinTuner command.
What's Changed
- feat: Move all authentication to single command by @svrooij in #100
- SwitchParameters are much better then bool by @svrooij in #101
- Generating docs in a dotnet fashion by @svrooij in #103
BREAKING CHANGE
As of version v1.0.0
all the authentication parameters have been removed from the commands. And you'll have to call Connect-WtWinTuner before you can talk to Intune. More info at the authentication page.
Install
Check it out in the PowerShell gallery
Install:
Install-module WinTuner -RequiredVersion 1.0.0
Update:
Update-module WinTuner -RequiredVersion 1.0.0
Full Changelog: v0.9.1...v1.0.0
v0.9.0
What's Changed
- Update README.md by @iFestral in #87
- Store proxy by @svrooij in #88
- Fallback on
x86
if noneutral
orx64
installer is found #86 in #88 - Automatically testing the new proxy by @svrooij in #89
- Fixed auto update when superseeding by @svrooij in #90
New Contributors
- @iFestral made their first contribution in #87
- @crcobb flagged some valuable issues
Full Changelog: v0.8.9...v0.9.0
v0.8.9
v0.8.8 - Search and client credentials
What's Changed
Full Changelog: v0.8.7...v0.8.8