flameskyofficial / FlameSky

FlameSky is an open source browser based on the Sharp Browser project. It is written in C# WinForms on Visual Studio.
http://www.flamesky.weebly.com
BSD 3-Clause "New" or "Revised" License
11 stars 12 forks source link

Bump Autoupdater.NET.Official from 1.4.7 to 1.5.8 in /src #39

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps Autoupdater.NET.Official from 1.4.7 to 1.5.8.

Release notes

Sourced from Autoupdater.NET.Official's releases.

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

  • 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

  • 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.

v1.5.1

  • Handled possible NotSupportedException on SecurityProtocol assignment.
  • Added the ability to specify the size of the default update form.
  • Now ZipExtractor will wait for the application process to exit in a background thread rather than UI thread to avoid unresponsive UI if the wait is too long.
  • Now ZipExtractor will log events to file named ZipExtractor.log.

v1.5

  • Fixed issue mentioned in #185 that broked Type.GetType method.
  • Enabled TLS 1.1 and TLS 1.2 if they are available to fix possible issue mentioned in #25.
  • Added support for Basic Authentication.
  • Added ability to force updates.
  • Added Arabic Translation.

v1.4.11

  • Fixed an issue with .NET Framework 4.5.2 and 4.6.2 build. This resolves #154, #167.
  • Added support for command line arguments when using .msi.
  • Made ShowUpdateForm method public.
  • Fixed Turkish translation.

v1.4.10

... (truncated)

Commits
  • 1dc25f2 Fixed an XML external entity (XXE) vulnerability.
  • 9ef1de7 Created CustomAuthentication. This resolves #319. (#320)
  • e173b51 Fixed an issue that prevented AutoUpdater.NET from working when AssemblyTitle...
  • 70cd42e Added docs for HttpsUserAgent.
  • a6ee768 Handled all type of exceptions while reading the response stream. This resolv...
  • 0df3804 Italian translations fix (#304)
  • 35e1a17 Fix: :pencil: Typo in Forced updates documentation (#303)
  • 243be93 Italian translations fix (#299)
  • 2d09159 Updated version to 1.5.5.
  • 25af728 Added Thai Translation. (#250)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/flameskyofficial/FlameSky/network/alerts).