Skip to content

v1.6.7

Compare
Choose a tag to compare
@fvarrui fvarrui released this 18 Jul 10:07
· 299 commits to master since this release

Features:

  • AppImage packaging supported for GNU/Linux (#169)
  • New property macConfig.hardenedCodesign to enable/disable hardened codesigning.
  • Default entitlements when macConfig.entitlements not specified.
  • New property macConfig.macStartup to choose app startup type on Mac OS (script|binary) (thanks to @AstroPixelProcessor) (#187)
  • Add support for a .provisionprofile file on Mac OS (thanks to @kerner1000) (#224)
  • New EXE creation tool: why.

Fixed issues:

  • #184 DMG creation fails on macOS Big Sur 11.0.1 on M1 hardware (aarch64) (thanks to @AstroPixelProcessor)
  • #185 Application exists unexpectedly if packaged using 1.6.4+
  • #197 Fixed when using file associations with Gradle.
  • #204 Wrong dependencies included in runnable JAR when packaging with Maven.
  • #213 scritps property causes problems (since class not serializable) when using the default task with Gradle.
  • #214 Linux executable doesn't start if under a path with spaces.