warp4j/CHANGELOG.md
david 6969e81737
All checks were successful
continuous-integration/drone/pr Build is passing
Adding parameter to add additional modules to optimized JDK
2024-06-01 19:02:02 +02:00

1.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Additional modules that aren't fetched by jdeps can be added with --add-modules module_1,...,module_n

v1.1.0 - 2024-05-31

Changed

  • Improved macOS runnable execution in the tar.gz file. The executable file is now placed inside a folder named application.app, allowing it to be launched with a double-click.

v1.0.0 - 2024-05-20

Changed

  • Script warp4j improved to support running on aarch64 architecture
  • Install script improved to run with /bin/sh
  • Dockerfile changed to use install.sh script (Works on x64 and aarch64 architecture)

Added

  • Dockerfile_x64 with old build script for tests

origin warp4j - 2019-02-28