Releases: PiecePaperCode/holocron
Release list
Holocron v0.4
- Added the ability to update player information during the tournament. The changes will be tracked throughout the tournament.
- You can import Tournaments from t3
- You can export Tournament to listfortress with XWS support.
You can download the latest version of Holocron for your specific operating system using the links below:
Thank you for using Holocron! I hope these updates make your experience even better. As always, if you have any feedback or issues, please don't hesitate to open an issue on GitHub.
Holocron v0.3
In this latest release of Holocron, I have added a new export function that allows you to easily export your tournaments as JSON for use with ListFortress. This means that you can now easily share your tournaments with others.
You can download the latest version of Holocron for your specific operating system using the links below:
Thank you for using Holocron! I hope these updates make your experience even better. As always, if you have any feedback or issues, please don't hesitate to open an issue on GitHub.
Holocron v0.2
In this release, I have made the following updates:
- Improved the tournament pairing algorithm to better adhere to the rules described in the rule book.
- Added the option to name your tournament.
- Added a settings menu where you can reset everything.
- Torunaments are now saved in a JSON savefile and will persist during restarts.
Thank you for using Holocron! I hope these updates make your experience even better. As always, if you have any feedback or issues, please don't hesitate to open an issue on GitHub.
Holocron v0.1
I am excited to announce the first release of Holocron, an open-source tournament software built on Java 17 and JavaFX.
This release features a Swiss tournament system, following the 2.5 tournament rules. It is available on Linux, Windows, and macOS, with native distributions for easy installation.
To install, simply download the appropriate distribution for your operating system and run the executable file. If you prefer to compile it yourself, you can run mvn clean package and run the resulting jar file.
We have plans to introduce additional features in future releases, so stay tuned! Thank you for choosing Holocron for your tournaments.
Edit: windows installer was packaged with 32 bit jmods of javafx. fix e54c407 and reupload