• 3.13.0 5025b48e3d

    3.13.0 Stable

    Griefed released this 2022-08-31 17:14:33 +02:00 | 2726 commits to main since this release

    3.13.0 (2022-08-31)

    ✂️ Refactor

    • Cleanup and optimize imports (79fe583)
    • Move Mode to parent class. Use JarUtils for copying from jar. (804541c)
    • API: Open certain methods to public to allow more usage out of ServerPackCreator. Overload API methods for ease of use. (faad1ec)
    • ServerPackCreator: Run setup if ServerPackCreator was newly instantiated (941e7a2)
    • Start Script writing: Write all scripts with ISO 8859_1 as this is compatible with both Windows and Linux. Templates are still read using UTF-8. (5f80c6d)

    💎 Improvements

    • Default Start Script Templates: Check for Java 32Bit and warn appropriately. Overwrite default start script templates during boot of ServerPackCreator to ensure users always have the latest default templates. (96a7354)

    📔 Docs

    • License headers and package info (99982e7)

    🦊 CI/CD

    • Do not include untracked files in build artifacts as they would fill up our servers harddrive.... (bd03534)
    • GitLab: Make Build Release dependant on Gradle Test to prevent release build before tests (744e7d1)
    • GitLab: Make Sign Java Publication dependant on Build Release to prevent signing before build releasing (ca2f669)

    🧪 Tests

    • Do not finalize tests with cleanup. Call cleanUp manually if you want to...well...clean up. (cd893a1)
    • Migrate tests to use the new ServerPackCreator instantiation (a3af66b)
    • Use instance for unit tests (79f89d8)

    🚀 Features

    • LegacyFabric: Support LegacyFabric (30e3e8e)

    🛠 Fixes

    • Powershell Script: Fix function call and echo to host if 32Bit Java is detected (8680333)
    • Shell Start Script: Remove character from PWD echo and replace variable name for user input with human readable one (69132ca)
    • Start Script refreshing: Delete existing default start script templates and extract up-to-date ones from ServerPackCreator (3d1913f)
    • Start Scripts: When sh, bash or zsh scripts are created, use ISO-8859_1 encoding (c615437)

    Other

    • Add changelog section for dependency changes (039b242)
    • Qodana reports: Some cleanups and minor refactorings according to Qodana. (f1b028a)
    • RenovateBot: Set commit type to deps (a58de49)
    Downloads