Releases: shannah/jdeploy
3.0.0-alpha.23
Removed LSUIElement key from the mac app bundle so that the dock and menu work properly.
3.0.0-alpha.22
Removed .jdeploy-files directory from Mac installer template as they are no longer used.
3.0.0-alpha.21
Attempt to fix codesign issue on installer in Catalina.
3.0.0-alpha.20
Added support for apps that require a JDK to run. Using jdk="true" attribute in the app.xml or "jdk":true in the jdeploy section of the package.json.
3.0.0-alpha.19
Fixed linux launcher race conditions related to the GTK progress bar.
3.0.0-alpha.18
Incorporates launcher improvements for launching Java in process so we don't need to start separate process for Java anymore.
3.0.0-alpha.17
Updated launcher to use javaw on Windows. Also fixed issue with prerelease versions of installer not adding prerelease GET parameter to HTTP requests to the server.
3.0.0-alpha.16
Changed linux and windows installers to be distributed as exe/binary directly - not inside ZIP/Tar file for convenience. They will use naming conventions to be able to identify the package and version to install
3.0.0-alpha.9
Fixed missing jdeploy.js. Also added package codes to installer names so mac installer can look up which package to install when run in gatekeeper quarantine.
3.0.0-alpha.15
Fixes for Windows and Linux installers.