Releases: trevordevore/levurehelper-app_updater
0.6.7
The following updates and changes are included in this release:
- Requires Levure 0.9.5.0.
- The
Sparkle.framework
andWinSparke.dll
libraries are now automatically packaged. Yourapp.yml
file should no longer includemacos
andwindows
keys tocopy 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 thewinSparkle.lcb
file for further information.
0.6.6
- 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
- Updated Sparkle to 1.21.2. Among other things, this adds support for EdDSA signatures.
0.6.4
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
- Updated README with info on using
build
inapp.yml
. - Requires 9.0.2 as that fixes a standalone builder bug.
0.6.2
- Throw error if
app updater
section hasn't been configured inapp.yml
.
0.6.1
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
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.