Skip to content

Releases: mbodm/wingetupd

wingetupd200

13 May 03:15
Compare
Choose a tag to compare

wingetupd.exe 2.0.0 (by MBODM 2022-05-13)

Release Notes:

  • Added --no-log command line parameter, to prevent creation of log file.
  • Added --no-confirm command line parameter, to prevent confirmation of update process.
  • Now the version of installed and updatable software is displayed.
  • Added timeout for WinGet calls (60 minutes for update process, 30 seconds for everything else).
  • Added wingetupd.bat batch file to release binary, to support starting the program by a simple doubleclick.
  • Switched from concurrent to sequential calling concept, cause WinGet doesn´t support being called in parallel.
  • Nonetheless kept async/await approaches, also in sequential concept.
  • Complete rewrite of code.
  • A lot of code improvements.
  • A lot of bugfixes.

wingetupd101

26 Mar 13:38
Compare
Choose a tag to compare

wingetupd.exe 1.0.1 (by MBODM 2022-03-26)

Release Notes:

  • Added some checking, if WinGet exists, when app starts.
  • Added some checking, if folder has write permissions, when app starts.
  • Improved detection of ugly progress-chars from WinGet in logger.
  • Added some fixes, when using german Windows.
  • Fixed some tiny syntax errors.
  • Changed or re-structured a few code fragments, for better maintaining.
  • Switched to semantic versioning and increased version to 1.0.1 for release.

wingetupd100

25 Mar 20:53
Compare
Choose a tag to compare

wingetupd.exe 1.0.0 (by MBODM 2022-03-25)

Release Notes:

  • Initial release