All Versions
14
Latest Version
Avg Release Cycle
185 days
Latest Release
1237 days ago

Changelog History
Page 1

  • v3.0.1 Changes

    December 06, 2020

    ⚡️ 1. Updated tests to use the latest versions of AdoptOpenJDK 8, 11, and 15. 🏁 2. Changed DLL loading on Windows to search in the JRE bin and server directories.

    • This should make packr more robust to Windows runtime DLL changes. 🛠 3. Fixed logging levels in ArchiveUtils
    • There was trace output logging at error level.
  • v3.0.0 Changes

    October 08, 2020

    🔨 1. Refactored code to fit better into libGdx/packr parent repository. 🛠 2. Fixed an issue where extracting an archive with duplicate entries would fail. 📦 3. The packr-all Jar is available from GitHub packages https://github.com/libgdx/packr/packages.

    1. The output directory specified by --output must be an empty directory, or a path that does not exist.
      • Packr will no longer delete the output directory and then populate it.
    2. Packr will ensure that jspawnhelper has execute permissions in the bundled JRE.
      • This resolves an issue on macOS where Runtime.exec and Process.start calls would fail with java.io.IOException: Cannot run program "java": error=2, No such file or directory.
      • Reference: https://stackoverflow.com/questions/53113127/java-runtime-exec-fails-to-run/55091040 ⚡️ 6. Updated ArchiveUtils to support POSIX permissions and symbolic links.
      • This resolves an issue with repackaged JREs losing execute permissions.
    3. Alternative Maven repositories until oss.sonatype.org (Maven central) publishing is possible.
  • v2.7.0 Changes

    September 09, 2020

    🚀 1. Fixed a Gradle script error where it was bundling the release builds with debug info on Linux and macOS.

    🚀 Previous releases

    🚀 As we work towards updating this repository, there are previous releases and notes available on my fork: https://github.com/karlsabo/packr/releases. This release is here for folks to try out the new changes while we get the code further updated to publish under libGDX URLs.

    Maven artifacts

    🚧 It's a work in progress to publish the artifacts to Maven Central under com.libgdx.packr. Version 3.0.0 should publish under those Maven Coordinates.

  • v2.6.4

    June 29, 2020
  • v2.6.3

    June 24, 2020
  • v2.6.2

    June 16, 2020
  • v2.6.1

    June 16, 2020
  • v2.6.0

    June 03, 2020
  • v2.5.0

    May 26, 2020
  • v2.4.2

    May 07, 2020