Skip to content

Releases: NetSparkleUpdater/NetSparkle

NetSparkleUpdater - 2.1.3

23 Oct 21:30
Compare
Choose a tag to compare

What's Changed

  • Added virtual methods for HttpClient setup in WebClientFileDownloader, WebRequestAppCastDataDownloader, and ReleaseNotesGrabber that should make passing your own credentials and other things to the HttpClient much easier
  • Fixed a bug where NetSparkle sometimes held up the UI while downloading an update
  • Bump microsoft/setup-msbuild from 1.0.2 to 1.1.3 by @dependabot in #380
  • Bump actions/setup-dotnet from 2 to 3.0.2 by @dependabot in #375

Closed Issues

  • #352 - Pass credentials for downloading appcast,installer,...
  • #359 - NetSparkle download the files synchronously and freezes the UI

New Contributors

Full Changelog: 2.1.2...2.1.3

App Cast Generator - 2.1.2

23 Oct 21:35
Compare
Choose a tag to compare

What's Changed

  • Parsed BaseUrl option as string rather than Uri since string is all that can be parsed from a console and we were using it as a string anyway
  • Added --human-readable flag so that your app cast could look be easily readable by a human (indents, newlines)
  • Bump microsoft/setup-msbuild from 1.0.2 to 1.1.3 by @dependabot in #380
  • Bump actions/setup-dotnet from 2 to 3.0.2 by @dependabot in #375

Closed Issues

  • #376 Fixed command line option --base-uri not working due to Uri parsing
  • #377 Added indent to appcast.xml files

New Contributors

Full Changelog: 2.1.2...2.1.3

WinForms UI - 2.1.2

10 Jul 16:17
Compare
Choose a tag to compare
  • Fixed #342 -- Out of memory issue when RetrieveDestinationFileNameAsync in WebClientFileDownloader is being executed

WPF UI - 2.1.2

10 Jul 16:17
Compare
Choose a tag to compare
  • Fixed #342 -- Out of memory issue when RetrieveDestinationFileNameAsync in WebClientFileDownloader is being executed

Avalonia UI - 2.1.2

10 Jul 16:17
Compare
Choose a tag to compare
  • Fixed #342 -- Out of memory issue when RetrieveDestinationFileNameAsync in WebClientFileDownloader is being executed
  • Updated Avalonia to 0.10.16

NetSparkleUpdater - 2.1.2

10 Jul 16:17
Compare
Choose a tag to compare
  • Fixed #342 -- Out of memory issue when RetrieveDestinationFileNameAsync in WebClientFileDownloader is being executed

App cast generator - 2.1.1

23 Jun 12:09
Compare
Choose a tag to compare

Add two new options to the app cast generator:

  • --description-tag "my description here" -- to set the <description> tag text
  • --link-tag "https://example.com/appcast.xml" -- to set the <link> tag text

WinForms UI - 2.1.1

10 Jun 02:55
Compare
Choose a tag to compare
  • Fixed bug where no UI caused no progress window download to take place
  • Simplified CreateAndShowProgressWindow logic
  • Fixed several issues where events were called 2x with the same info
  • Fixed some events not being called on UI thread in download finished

WPF UI - 2.1.1

10 Jun 02:53
Compare
Choose a tag to compare
  • Fixed bug where no progress window UI caused no download to take place
  • Simplified CreateAndShowProgressWindow logic
  • Fixed several issues where events were called 2x with the same info
  • Fixed some events not being called on UI thread in download finished

Avalonia UI - 2.1.1

10 Jun 02:53
Compare
Choose a tag to compare
  • Fixed bug where no progress window UI caused no download to take place
  • Simplified CreateAndShowProgressWindow logic
  • Fixed several issues where events were called 2x with the same info
  • Fixed some events not being called on UI thread in download finished