2.2.0-RC
Pre-release
Pre-release
Release candidate(s) for 2.2.0 The +<number>
indicates the number of commits since the previous release.
Features:
- Uses bundled Java runtime qzind#770
- Updated artwork for Desktop installers to match new website branding qzind#770
- Improve library listing information qzind#770
Fixes
- No major fixes this release
Developer Notes:
- Switches main class from
PrintSocketServer.java
toApp.java
qzind#770 - Adds new
build
phase command line option forjlink
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
toforceRaw
, uses JNA instead of command line qzind#770 - Signs all Windows
.dll
files qzind#770