Skip to content

0.9.3.0

Compare
Choose a tag to compare
@trevordevore trevordevore released this 06 Feb 16:05
· 26 commits to develop since this release
  • Add levureSetApplicationFont and levureSetApplicationFontSize.
    The font settings of the stack that the standalone is built with affect the whole application. When in the IDE that stack is home. In the standalone it is the stack that the Levure behavior is assigned to. These handlers will set the font of the correct stack so that you can see what your application will look like in the IDE.
  • Created hardened runtimes when code signing macOS applications by adding the --options=runtime flag when calling codesign.
  • Use entitlements file when code signing executables inside of the packaged application bundle on macOS.
    If the Levure packager finds an executable (the script checks the executable bit for a 7) in the packaged application and finds an .entitlements file with the same name as the executable then the entitlements file will be used when code signing the executable.
  • Improved the scanner which looks for files that need to be code signed when packaging an app on macOS.
  • Don’t alter zoomed windows on Windows and account for incorrect effective rect on Windows 10.
  • Explicitly set size and font for logger window. Settings on the home stack in the IDE or in the standalone should not affect the logger window.
  • Turn off network by default in the logger window.
  • Don't use workaround for bug #18997 http://quality.livecode.com/show_bug.cgi?id=18997 in newer versions of LiveCode.