Skip to content

Releases: NetSparkleUpdater/NetSparkle

App Cast Generator 2.8.3

19 Nov 12:56

Choose a tag to compare

  • Fix bug where --overwrite-old-items flag was failing because of equality comparison on semVerLikeVersion (#630, thanks @robbiehinch for the bug report and fix)

App Cast Generator 2.8.2

05 Oct 10:33

Choose a tag to compare

  • Fix bug with multiple dashes/hyphens causing the version number to not be picked up properly (#623)
  • Fix a typo in output text

App Cast Generator 2.8.1

24 Sep 13:30

Choose a tag to compare

  • When checking to see what items are in the app cast already, fix tool not checking operating system when looking at existing versions (since you could have a 1.3 for Windows and a 1.3 for macOS in the same app cast)

App Cast Generator 2.8.0

22 Sep 10:56

Choose a tag to compare

  • Added --single-file option to app cast generator to designate a single file to add into your app cast rather than scanning for files in a directory on disk. Useful if your file does not have an extension or you otherwise just want to specify the exact file to put in the app cast.

App Cast Generator 2.7.1

15 Sep 02:39

Choose a tag to compare

  • Fix wrong default option for ed25519 signature use in app cast gen

App Cast Generator 2.7.0

14 Jul 08:09

Choose a tag to compare

  • Switch ed25519 libraries from BouncyCastle to Chaos.NaCl. Everything should basically keep working as before, as the output to disk (when creating keys) is the same sort of output, and the reading of the keys (signature verification) will keep working, even if using a non-3.x-preview version of NetSparkleUpdater. If you have any issues, please report them.

App Cast Generator 2.6.1

01 Jul 08:58

Choose a tag to compare

What's Changed

  • Fix app cast bug; some versions not read properly by @Deadpikle in #589

Full Changelog: 2.6.0-app-cast-generator...2.6.1-app-cast-generator

App Cast Generator 2.6.0

21 Jun 08:15

Choose a tag to compare

  • Added semantic versioning compatibility to app cast generation (e.g. My app 1.0.0-alpha.exe parsing/processing)
  • NOTE: You must use a 3.x beta version of NetSparkleUpdater for the core library to detect, parse, and use semantic versions properly!

Many thanks to @melsawy93 for helping on that feature.

App Cast Generator 2.5.2

21 Jun 08:13

Choose a tag to compare

  • Fix app cast gen using wrong download link for change log (#572)

App Cast Generator 2.5.1

23 Nov 12:17

Choose a tag to compare

  • Fixed bug with IsCriticalUpdate not getting written to the app cast properly (2142e8e)