Skip to content

0.9.2.1

Compare
Choose a tag to compare
@trevordevore trevordevore released this 09 Oct 19:45
· 39 commits to develop since this release

Note: This version # is incorrect. It was supposed to be 0.9.2.1.

  • Version # returned by levureVersion() is not correct.
  • Stacks that are open are no longer removed from memory when calling levureInitializeFramework. This allows the call to be made in the IDE while editing your app in order to load files that have been added to disk since the application was opened in the IDE.
  • Allow helpers to define conditions based on engine version, platform, and distribute flag for packaging folders and files.
  • Logger improvements.
  • Allow for windows to define a filename where the certificate file is located.
  • Use timestamp when signing apps on macOS.
  • Building standalone now reports errors and other standalone building improvements.
  • URL is properly decoded in urlWakeup.
  • Added pUndoing parameter to undoRestoreMementos.
  • Updates to examples.
  • App array is now passed as the third parameter to packagingComplete.
  • finalizePackageForPlatform can now modify the app array.
  • Added packagerLog so that helpers can add entries to the build log file during packaging.
  • Network activity is no longer logged if the message is empty after being run through the network filters.
  • Added levureStandaloneName().