Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WDACConfig v0.4.8.2 #393

Merged
merged 10 commits into from
Nov 4, 2024
Merged

WDACConfig v0.4.8.2 #393

merged 10 commits into from
Nov 4, 2024

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Nov 4, 2024

What's New

This is a small update and as a result only updates the last digit of the version which is the minor version number. It contains the changes listed below:

  • Using SHA2-512 instead of SHA3-512 for hashing module files in order to be compatible with Windows 11 build 23H2.

  • Fixed an issue where if you used the Set-commonWDACConfig function to set a user config and you didn't specify the -AutoUpdate parameter, the AutoUpdate property in user config JSON file would be set to false if it was true due to how PowerShell treats boolean parameters by default. That would lead to auto check for update to not happen unless you used the Set-commonWDACConfig -AutoUpdate $true command to turn it on again. It's been taken care of in this version. If that's the case for you and if you desire, please use the Set-commonWDACConfig -AutoUpdate $true to enable auto update again.

It would set the AutoUpdate property to null if it was not explicitly specified on the command line.
Adjusted function command helps
More comment based help adjustments
Using SHA2-512 instead of SHA3-512 to be compatible with Windows 11 23H2
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Nov 4, 2024
@HotCakeX HotCakeX self-assigned this Nov 4, 2024
The auto update experience has been adjusted to remain familiar
@HotCakeX HotCakeX marked this pull request as ready for review November 4, 2024 20:12
@HotCakeX HotCakeX merged commit 51e06c9 into main Nov 4, 2024
4 checks passed
@HotCakeX HotCakeX deleted the WDACConfig-v0.4.8.2 branch November 4, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant