Skip to content

Releases: trevordevore/levurehelper-app_updater

0.6.7

24 Jul 14:41
Compare
Choose a tag to compare

The following updates and changes are included in this release:

  • Requires Levure 0.9.5.0.
  • The Sparkle.framework and WinSparke.dll libraries are now automatically packaged. Your app.yml file should no longer include macos and windows keys to copy files which copy /helpers/app_updater/code/x86_64-mac/Sparkle.framework and ./helpers/app_updater/code/x86-win32/WinSparkle.dll to the ./Externals folder.- Updated Sparkle to version 1.22.0.
  • Added winSparkleSetCanShutdownForUpdate. See handler documentation in the winSparkle.lcb file for further information.

0.6.6

20 Feb 20:42
Compare
Choose a tag to compare
  • Include error code in array sent to sparkleDidAbortWithError on macOS.
  • Don't display answer error dialog for error 1001 (already have newest version installed).

0.6.5

29 Jan 16:30
181c4bf
Compare
Choose a tag to compare
  • Updated Sparkle to 1.21.2. Among other things, this adds support for EdDSA signatures.

0.6.4

29 Jan 16:29
Compare
Choose a tag to compare

Updated sample appcast.xml file to use [[VERSION]].[[BUILD]] for the Windows sparkle:version setting.
WinSparkle uses the application executable ProductVersion setting to check for updates. This is the x.x.x.x format.

0.6.3

18 Dec 13:10
Compare
Choose a tag to compare
  • Updated README with info on using build in app.yml.
  • Requires 9.0.2 as that fixes a standalone builder bug.

0.6.2

06 Nov 03:58
Compare
Choose a tag to compare
  • Throw error if app updater section hasn't been configured in app.yml.

0.6.1

26 Sep 16:35
Compare
Choose a tag to compare

The helper has been completely rewritten to use an LCB wrapper around Sparkle 1.20 on macOS and WinSparkle 0.6.0 on Windows. This means one appcast.xml file and downloading of the update is handled outside of the LC app on Windows.

0.6.1 fixes an issue with loading the dll/.framework when running in a packaged standalone.

0.6.0

25 Sep 23:37
Compare
Choose a tag to compare

The helper has been completely rewritten to use an LCB wrapper around Sparkle 1.20 on macOS and WinSparkle 0.6.0 on Windows. This means one appcast.xml file and downloading of the update is handled outside of the LC app on Windows.