From df3083efe9f45e86eb0e26964e777d2678834a6c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:07:46 +0200 Subject: [PATCH] v1.15.0 --- README.md | 3 +++ Winget-AutoUpdate-Install.ps1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 #>