Releases: murfffi/zebra4j
v0.10 - Dependency refresh
v0.9 - Custom puzzles and more
Support solving custom puzzles defined with the Java API. The API is also simplified and almost completely covered with Javadoc.
Even faster and more polished
v0.8 Prepare for 0.8
Faster generation of bigger puzzles
In this release, zebra4j is much faster and can generate puzzles with up to 5 people. Memory usage is also significantly reduced along with JAR size.
0.6 - CLI and First Maven Central release
First release of zebra4j to Maven Central. The feature highlight of the release is a CLI for generating puzzles.
The release also includes several bugfixes and additional javadoc.
Localization support and better English and Bulgarian descriptions
The 0.5 release completes localization support and adds full English and Bulgarian translations of the generated puzzles. More details are available in the Localization section of the README.
The sentence structure of the descriptions is more natural too. As before, those natural language descriptions are optional - the generated puzzles and solution can still be explored programmatically.
v0.4 - Simpler customization API
Simpler customization API
v0.3
v0.2
Initial proof-of-concept release
Find this release in Maven:
<dependency>
<groupId>zebra4j</groupId>
<artifactId>zebra4j</artifactId>
<version>0.1</version>
</dependency>
See README.md for repository information.