Skip to content

Releases: Romanitho/Winget-AutoUpdate

v1.4.4

22 Feb 22:09
320b2ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...1.4.4

Support "unknown" app versions by skipping upgrade

21 Feb 11:54
Compare
Choose a tag to compare

Changes:

  • Skip "Unknown" current app version #8
  • German support #7

Change MS Visual C++ detection

20 Feb 21:55
ba83f2b
Compare
Choose a tag to compare

Added Logs and Notification Display support in User Context

20 Feb 09:56
a44aa0d
Compare
Choose a tag to compare

Bug fix

16 Feb 10:12
9d5532a
Compare
Choose a tag to compare

Notification popup works again. Sorry about that :)

Renaming installation folder and tasks

14 Feb 16:45
215e79d
Compare
Choose a tag to compare
Merge pull request #2 from Romanitho/dev

Renaming few things to match Winget-AutoUpdate

Bug fixed on long name apps

03 Feb 10:53
dc9f726
Compare
Choose a tag to compare

Fixed issue on long name apps, causing wrong number versions with truncate

image

Added parameters in Install ps1 script

27 Jan 21:03
a20a2b2
Compare
Choose a tag to compare

.SYNOPSIS
Configure Winget to daily update installed apps.

.DESCRIPTION
Install powershell scripts and scheduled task to daily run Winget upgrade and notify connected users.
Possible to exclude apps from auto-update

.PARAMETER Silent
Install Winget-AutoUpdate and prerequisites without user interaction

.PARAMETER WingetUpdatePath
Specify Winget-AutoUpdate installation localtion. Default: C:\ProgramData\winget-update\

.PARAMETER DoNotUpdate
Do not run Winget-AutoUpdate after installation. By default, Winget-AutoUpdate is run just after installation.

.EXAMPLE
.\winget-install-and-update.ps1 -Silent -DoNotUpdate

Install.bat will run ps1 with -Silent

Added MS Visual C++ prerequisite

26 Jan 23:00
6d9dd96
Compare
Choose a tag to compare
  • Added MS Visual C++ prerequisite and install if necessary
  • Rewrite Network Notification
  • Minor changes

Fixed notification display if run as standard user

24 Jan 18:44
4c3107d
Compare
Choose a tag to compare
  • Fixed notification display if run as standard user
  • Minor changes