• v0.2.0 3566b52698

    jotoho released this 2022-01-02 18:37:08 +01:00 | 32 commits to master since this release

    Since the last release tag, a lot of things have changed in the project source.

    These changes include:

    • migration of the entire codebase from Kotlin to Java (17)
    • support for creation of fat jars with all required dependencies
    • versioning is now based on git tags and ids (version is automatically determined when building)
    • add basic java module configuration (may not have an impact on jars)
    • deletion of legacy build scripts (everything is done through gradle now)
    • Added license notice to output of --version

    With the exception of the --version flag nothing should have changed from a user's perspective when
    executing the app from it's jar file.

    The release artifacts require Java 17 (the latest LTS) to run.

    Downloads