Skip to content

Releases: NetSparkleUpdater/NetSparkle

App Cast Generator 2.7.1

15 Sep 02:39
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed bug with IsCriticalUpdate not getting written to the app cast properly (2142e8e)

App Cast Generator 2.5.0

23 Nov 09:31
Compare
Choose a tag to compare
  • Allow setting critical versions from app cast generator via the --critical-versions parameter, which is a comma-separated list of version numbers that should be marked critical in the app cast.

App Cast Generator 2.4.0

23 Nov 09:33
Compare
Choose a tag to compare
  • Add .NET 8 compatibility to app cast generator

App Cast Generator 2.3.0

23 Nov 09:40
Compare
Choose a tag to compare
  • Added/tweaked the following commands:
    • -p/--change-log-path: Path to the change log files for your software. These are expected to be in markdown format with an extension of .md. The file name of the change log files must contain the version of the software, e.g. 1.3.2.md. Example use: -p path/to/change/logs. (Note: The generator will also attempt to find change logs whose file names are formatted like so: MyApp 1.3.2.md.)
    • --change-log-name-prefix: Prefix for change log file names. By default, the generator searches for file names with the format "[Version].md". If you set this parameter to (for example) "My App Change Log", it will search for file names with the format "My App Change Log [Version].md" as well as "[Version].md".
  • Changed an exception from Exception to NetSparkleException

WinForms UI 2.3.0

23 Nov 09:54
Compare
Choose a tag to compare
  • See NetSparkleUpdater 2.3.0 changelog
  • Bump System.Drawing.Common for .NET 5 (0c51fa5)
  • Make UIFactory icon protected instead of private (a8b0f82)
  • Add post-init form handling to WinForms UI (4c29b10) — see ProcessFormAfterInit in UIFactory