diff --git a/README.md b/README.md index 26cdf36..e74236e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ We might want to stop WAU on metered connection (to save cellular data on connec To force WAU to run on metered connections anyway, run new installation with `-RunOnMetered` parameter. +### System & user context +From version 1.15.0, WAU run with system and user contexts. This way, even apps installed on User's scope are updated. Shorcuts for manually run can also be installed + ## Update WAU ### Manual Update Same process as new installation : download, unzip and run `install.bat`. diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index aaf5c40..990595b 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -94,7 +94,7 @@ param( <# APP INFO #> -$WAUVersion = "1.14.2" +$WAUVersion = "1.15.0" <# FUNCTIONS #>