Skip to content

Releases: NetSparkleUpdater/NetSparkle

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

NetSparkleUpdater - 2.1.1

10 Jun 02:53
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

DSA Helper - 2.1.0

05 Jun 22:13
Compare
Choose a tag to compare
  • Add .NET 6 compatibility

Full Changelog: 2.1.0...2.1.0-dsa-helper

App cast generator - 2.1.0

05 Jun 22:14
Compare
Choose a tag to compare
  • Add .NET 6 compatibility (#332)

WinForms UI - 2.1.0

05 Jun 22:14
Compare
Choose a tag to compare
  • Add .NET 6 compatibility. Many thanks to @xaevik for their help on this one. (#252)
  • Adjusted UI for release notes to make it consistent (#312, thanks @FRvanderVeen)
  • Add app cast filtering process by @johncclayton in #291. Useful for downgrading your software or for filtering out/in things like your beta vs. stable applications. Props to @johncclayton for this work.
  • Added ability to set the date format on the release notes more easily via the UIFactory.ReleaseNotesDateTimeFormat property (#334)
  • Misc adjustments and tweaks.

Full Changelog: 2.0.11...2.1.0-UI-WinForms

WPF UI - 2.1.0

05 Jun 22:15
Compare
Choose a tag to compare
  • Fixing a very minor issue with right hand side margins in the WPF UI by @Mostlypyjamas in #305
  • Adjusted UI for release notes to make it consistent (#312, thanks @FRvanderVeen)
  • Add .NET 6 compatibility. Many thanks to @xaevik for their help on this one. (#252)
  • Add app cast filtering process by @johncclayton in #291. Useful for downgrading your software or for filtering out/in things like your beta vs. stable applications. Props to @johncclayton for this work.
  • Added ability to set the date format on the release notes more easily via the UIFactory.ReleaseNotesDateTimeFormat property (#334)
  • Misc adjustments and tweaks.

Full Changelog: 2.0.11...2.1.0-UI-WPF

Avalonia UI - 2.1.0

05 Jun 22:17
Compare
Choose a tag to compare
  • Greatly improve release notes UI to make it consistent with other platforms. Things look significantly better on Avalonia! (#312, thanks @FRvanderVeen)
  • Add .NET 6 compatibility. Many thanks to @xaevik for their help on this one. (#252)
  • Add app cast filtering process by @johncclayton in #291. Useful for downgrading your software or for filtering out/in things like your beta vs. stable applications. Props to @johncclayton for this work.
  • Added ability to set the date format on the release notes more easily via the UIFactory.ReleaseNotesDateTimeFormat property (#334)
  • Bump Avalonia version to 0.10.15
  • Misc adjustments and tweaks.

Full Changelog: 2.0.11...2.1.0-UI-Avalonia