Skip to content

v0.9.3

Compare
Choose a tag to compare
@trevordevore trevordevore released this 14 Jul 18:33
· 232 commits to develop since this release
  • When password protecting stacks during packaging substacks were not being password protected.
  • When packaging a separate stack for password protected stacks is no longer created.
  • Improved packaging callbacks which allow more sophisticated helpers. For example, helpers can now help you build installers during the packaging process.
  • Fixed an issue when packaging an app on Windows when the app resided on a network drive.
  • version and build are now used to set version information when building for iOS and Android.
  • Added loggerOpenLogMonitor to logger helper. Displays log messages in a palette window which can be useful for debugging in the IDE or in test standalones. To use in a standalone use the following code in InitializeApplication:
if levureBuildProfile() is "test" then
  loggerOpenLogMonitor
end if