Skip to content

Releases: ravibpatel/AutoUpdater.NET

v1.7.7

03 Mar 05:50
f746142
Compare
Choose a tag to compare
  • Fixed an issue causing ArgumentException when it can't get the WebView2 version info. See #605.

v1.7.6

01 Nov 16:17
ab843aa
Compare
Choose a tag to compare
  • Added support for .NET 6.0.
  • Fixed an issue preventing it from downloading the XML file if previous attempt was resulted in an error. This resolves #574.

v1.7.5

25 Aug 06:02
51bd61a
Compare
Choose a tag to compare
  • Fixed an issue where command line arguments with spaces wasn't passed correctly to the ZipExtractor. See #562.
  • Now using temporary folder as WebView2 user data folder to avoid issues when using it with VSTO addin. See #558.
  • Updated Polish translation. By @przemo20 in #563.
  • Fixed an issue causing crash due to WebView2 version mismatch. See #554. Issue #547 could resurface due to this change, so avoid updating the WebView2 package if there is a new package available in the future.

v1.7.4

14 Jul 13:25
be24152
Compare
Choose a tag to compare
  • Fixed an issue causing application to not start with command line arguments it started with after the update.
  • Now WebView2 will use custom user-agent. By @ptdev in #550.

v1.7.3

13 Jun 11:36
f90cc88
Compare
Choose a tag to compare
  • Fixed an issue with WebView2 when changelog has linked files and basic authentication is enabled. By @ptdev in #537.

v1.7.2

06 Jun 17:29
dc9c38a
Compare
Choose a tag to compare
  • Properly anchored WebView2 control, so it displays properly on any screen. By @tip2tail in #536.

v1.7.1

01 Jun 06:29
Compare
Choose a tag to compare
  • Now application will exit if user tries to exit the application when Mandatory is set to true and UpdateMode is set to Forced or ForcedDownload.
  • Now WebView2 control will be used instead of WebBrowser when it's available. By @tip2tail in #534
  • Added ability to clear application directory before extracting update. This resolves #506.
  • Added Latvian translation. By @bokspro in #518.
  • Fixed race condition in SetTimer(). By @dummy3k in #516.
  • Fixed a scaling issue in update form on higher DPI. This resolves #510.
  • Fixed translation error in Dutch language file. This resolves #498.
  • Fixed an issue causing UpdateForm to not show up again even if Start method was called again. This fixes #520.

v1.7.0

17 Jul 07:14
d6a14f8
Compare
Choose a tag to compare
  • Added support for .NET Core 3.1 and .NET 5.0 while dropping support for .NET Framework below 4.5.
  • Fixed an issue with download size label on higher DPI scaling.
  • Fixed an issue where setting UpdateMode to Forced or ForcedDownload can prevent app from closing. See #440.
  • Fixed an issue that causes it to crash if content-disposition contains only white space. See #467.

v1.6.4

05 Nov 06:16
Compare
Choose a tag to compare
  • Now CheckForUpdateEvent will report the exception as Error property in case of failure.

v1.6.3

15 Sep 06:40
Compare
Choose a tag to compare

Fixed an issue where ZipExtractor takes a long time to detect running processes prior to upgrade.