Skip to content

Releases: shannah/jdeploy

3.0.0-alpha.23

25 Jan 23:20
Compare
Choose a tag to compare
3.0.0-alpha.23 Pre-release
Pre-release

Removed LSUIElement key from the mac app bundle so that the dock and menu work properly.

3.0.0-alpha.22

25 Jan 13:44
Compare
Choose a tag to compare
3.0.0-alpha.22 Pre-release
Pre-release

Removed .jdeploy-files directory from Mac installer template as they are no longer used.

3.0.0-alpha.21

24 Jan 23:13
Compare
Choose a tag to compare
3.0.0-alpha.21 Pre-release
Pre-release

Attempt to fix codesign issue on installer in Catalina.

3.0.0-alpha.20

24 Jan 22:03
Compare
Choose a tag to compare
3.0.0-alpha.20 Pre-release
Pre-release

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

24 Jan 01:31
Compare
Choose a tag to compare
3.0.0-alpha.19 Pre-release
Pre-release

Fixed linux launcher race conditions related to the GTK progress bar.

3.0.0-alpha.18

22 Jan 16:56
Compare
Choose a tag to compare
3.0.0-alpha.18 Pre-release
Pre-release

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

16 Jan 00:56
Compare
Choose a tag to compare
3.0.0-alpha.17 Pre-release
Pre-release

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

16 Jan 00:08
Compare
Choose a tag to compare
3.0.0-alpha.16 Pre-release
Pre-release

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

15 Jan 14:56
Compare
Choose a tag to compare
3.0.0-alpha.9 Pre-release
Pre-release

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

15 Jan 20:20
Compare
Choose a tag to compare
3.0.0-alpha.15 Pre-release
Pre-release

Fixes for Windows and Linux installers.