• v0.2.0 3566b52698

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

    Failed to generate hash of commit

    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
  • v0.1.1 c46346cddd

    Release v0.1.1 Pre-release

    jotoho released this 2021-09-19 20:59:16 +02:00 | 48 commits to master since this release

    Failed to generate hash of commit

    This patch release revolves around the various improvements made during refactoring (#9), which I deem significant enough to warrant a new patch number.

    From a user perspective nothing should have changed! Should that not be true, please tell me, because that's probably a bug!

    Downloads
  • v0.1.0 8b535abded

    Release v0.1.0 Pre-release

    jotoho released this 2021-09-05 22:02:35 +02:00 | 65 commits to master since this release

    Failed to generate hash of commit

    This is the first working version of the waituntil tool and thus deserves it's own release.

    You can compile the project from source into a jar file both via gradle (gradle jar) or the included convenience script, which requires having kotlinc installed on your system.

    Either method generates a jar file, which needs to be run on Java 16 or newer.

    Edit: This tag is now disconnected to the history of master. See #8 for details and the reason.

    Downloads