Skip to content

Releases: ravibpatel/AutoUpdater.NET

v1.6.2

28 Aug 15:36
Compare
Choose a tag to compare
  • Fixed an issue that caused ZipExtractor to crash if the update zip file contained a folder. See #404.

v1.6.1

28 Aug 06:46
Compare
Choose a tag to compare
  • Now a long path of the current file shown in the ZipExtractor window won't expand the window. See #366.
  • Added InstalledVersion field to manually provide installed version. See #260.
  • Now it is not possible for users to use ALT+F4 to close the updater when the mandatory mode is Forced or ForcedDownload. See #369.
  • Now ZipExtractor will retry copying file in case of failure. see #11.
  • Added ability to use Network Authentication.
  • Now ZipExtractor will suggest processes that are holding the lock on a file so the user can exit from them. See #369.
  • Now ZipExtractor will use native .NET zip extraction. See #182.

v1.6.0

07 Apr 05:12
Compare
Choose a tag to compare
  • Code Optimization
  • Added way to change how Skip and Remind Later values are preserved.
  • Added ability to execute update check synchronously.
  • Added minimum version mandatory version check.

v1.5.8

01 Nov 05:41
Compare
Choose a tag to compare

Fixed an XML external entity (XXE) vulnerability.

v1.5.7

10 Sep 07:47
Compare
Choose a tag to compare
  • Fixed an issue that prevented AutoUpdater.NET from working when AssemblyTitle was in Chinese and HttpUserAgent wasn't defined.

v1.5.6

21 Aug 08:53
Compare
Choose a tag to compare
  • Fixed a UI issue with Italian translation.
  • Fixed some Italian strings.

v1.5.5

10 Aug 05:34
Compare
Choose a tag to compare
  • Added Thai translation.
  • Fixed Italian translation.
  • Added ability to set the user agent for HTTP web requests. When not set it will create a user agent string using application name. This should fix the issues mentioned in #296.

v1.5.4

19 Jul 05:17
Compare
Choose a tag to compare
  • Now using ContentDisposition class to get the file name from the downloaded file.
  • Added basic authentication support for the changelog URL
  • Fixed an issue where ZipExtractor tried to write a log file to "System32" directory on some systems.

v1.5.3

07 Jun 12:59
Compare
Choose a tag to compare
  • Fixed an issue where FTP web request wasn't used when downloading the XML file.
  • Fixed an issue introduced in v1.5.2 causing AutoUpdater.NET to crash if download file URL wasn't FTP or HTTP.

v1.5.2

29 May 05:44
Compare
Choose a tag to compare
  • Fixed an issue where the button "Skip this version" too small for Swedish localized text.
  • Fixed an issue where forcing web browser control to use latest IE resulted in a crash.
  • Fixed an issue where %path% used in AppCast is not working as expected.
  • Now it is possible to use FTP for downloading XML and Update file.