Skip to content

2.2.0-RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@tresf tresf released this 29 Aug 20:03
· 258 commits to master since this release
802d1f8

Release candidate(s) for 2.2.0 The +<number> indicates the number of commits since the previous release.

Features:

Fixes

  • No major fixes this release

Developer Notes:

  • Switches main class from PrintSocketServer.java to App.java qzind#770
  • Adds new build phase command line option for jlink support qzind#770
  • Adds experimental DMG creation support for Mac (ant dmg) qzind#770
  • Adds experimental DMG sandboxing support for Mac (-Dbuild.sandbox=true) qzind#770
  • Pre-extracts all native libraries by default to <appdir>/libs on Windows, <appdir>/Contents/Frameworks/ on Mac. (e.g. jssc, jni, etc) qzind#770
  • Better managing of javafx versions between builds qzind#770
  • Updates jsign to 4.0 qzind#770
  • Builds without a valid Apple Developer Certificate fallback to Ad-Hoc signature instead qzind#770
  • Switches altPrinting to forceRaw, uses JNA instead of command line qzind#770
  • Signs all Windows .dll files qzind#770