Releases: ravibpatel/AutoUpdater.NET
Releases · ravibpatel/AutoUpdater.NET
v1.6.2
v1.6.1
- 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
- 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
Fixed an XML external entity (XXE) vulnerability.
v1.5.7
- Fixed an issue that prevented AutoUpdater.NET from working when AssemblyTitle was in Chinese and HttpUserAgent wasn't defined.
v1.5.6
- Fixed a UI issue with Italian translation.
- Fixed some Italian strings.
v1.5.5
v1.5.4
- 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
- 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
- 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.