Releases: ravibpatel/AutoUpdater.NET
Releases · ravibpatel/AutoUpdater.NET
v1.7.7
v1.7.6
v1.7.5
- 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
v1.7.3
v1.7.2
v1.7.1
- 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
- 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
- Now CheckForUpdateEvent will report the exception as Error property in case of failure.
v1.6.3
Fixed an issue where ZipExtractor takes a long time to detect running processes prior to upgrade.