Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Releases: lfuelling/cleanfoot

v3.5.6

10 Jan 03:24
Compare
Choose a tag to compare
v3.5.6 Pre-release
Pre-release

This is the second release of cleanfoot. It contains the following changes:

Usage

Add the following repo to your pom:

<repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

And then the following dependency:

<dependency>
    <groupId>com.github.lfuelling</groupId>
    <artifactId>cleanfoot</artifactId>
    <version>3.5.6</version>
</dependency>

v3.5.5

10 Jul 12:29
Compare
Choose a tag to compare
v3.5.5 Pre-release
Pre-release

This is the first release of cleanfoot. It contains only one visible change:

  • made greenfoot.Font(java.awt.Font) constructor public

Usage

Add the following repo to your pom:

<repositories>
    <repository>
        <id>gammel</id>
        <url>https://nexus.gammel.cloud/repository/maven-public/</url>
    </repository>
</repositories>

And then the following dependency:

<dependency>
    <groupId>sh.lrk</groupId>
    <artifactId>cleanfoot</artifactId>
    <version>3.5.5</version>
</dependency>