Skip to content

Releases: danthegoodman/gradle-capsule-plugin

v1.0.2

10 Jan 05:35
Compare
Choose a tag to compare

Bug Fixes

  • #20 - ReallyExecutable.trampoline() has been renamed to ReallyExecutable.trampolining()
  • #21 - Fix file renaming failing silently on linux system - Thanks to @mikea for the pull request!

Usability Fixes

  • #23 - reallyExecutable silently fails when script is not found

v1.0.1

09 Oct 07:17
Compare
Choose a tag to compare
  • #16 - Upgrade to capsule v1.0.1 - Thanks to @telekenetix for the PR

Changes

  • Gradle v2.4 and above is now required.

Bug Fixes

  • #13 - Fix stack overflow when calling metadata on a capsule in a subproject - Thanks to @lievendoclo for helping me track this down!

v1.0.0

12 Sep 06:07
Compare
Choose a tag to compare

New Features

  • #7 - Permit and embed file dependencies in MavenCapsule
  • Provide capsule.setVersion() for overriding the built-in version

Bug Fixes

  • #10 - Fix conflict with embedded dependencies with same name and version
  • #12 - Load the executable scripts from capsule-util

v1.0-rc1

13 Mar 01:43
Compare
Choose a tag to compare

Upgrades

Breaking Changes

  • ThinCapsule has been renamed to MavenCapsule. It now uses the capsule-maven caplet.
  • Capsule and FatCapsule will not download dependencies at runtime. Use MavenCapsule instead.
  • Inside capsuleManifest:
    • Added applicationScript
    • Added nativeDependencies
    • Removed unixScript
    • Removed windowsScript
    • Removed nativeDependenciesLinux
    • Removed nativeDependenciesMac
    • Removed nativeDependenciesWindows

New Features

  • Added a caplet configuration for easily embedding caplets in capsules.
  • Inside capsuleManifest:
    • Added mode configuration block for configuring capsule modes.
    • Added platform configuration block for configuring capsules for different platforms
    • Added java configuration block for configuring capsules for different JVM versions.

Minor Fixes

  • #6: Add methods for setting configurations

v0.10.0

24 Nov 02:03
Compare
Choose a tag to compare
  • #5 Fix duplicate artifacts in multiproject builds
  • Upgrade to Capsule v0.10.0

v0.9.0

22 Sep 22:55
Compare
Choose a tag to compare

v0.8.0

11 Sep 04:17
Compare
Choose a tag to compare

Dependencies

Features

  • #1 ThinCapsule: Remove 'extractCapsule' default
  • #3 Add options for Really Executable Capsules

v0.7.1

11 Sep 04:17
Compare
Choose a tag to compare

Initial Release