Skip to content

Releases: PiecePaperCode/holocron

Holocron v0.4

Choose a tag to compare

@PiecePaperCode PiecePaperCode released this 04 May 18:53
c125d46
  • 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:

Operating System Download Link
🐧 Linux https://github.com/PiecePaperCode/holocron/suites/12682404007/artifacts/680256038
🏁 Windows https://github.com/PiecePaperCode/holocron/suites/12682404007/artifacts/680256039
🍎 macOS https://github.com/PiecePaperCode/holocron/suites/12682404007/artifacts/680256037

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

Choose a tag to compare

@PiecePaperCode PiecePaperCode released this 27 Jan 19:46
1a89fa7

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:

Operating System Download Link
🐧 Linux https://github.com/PiecePaperCode/holocron/suites/10628298978/artifacts/530495545
🏁 Windows https://github.com/PiecePaperCode/holocron/suites/10628298978/artifacts/530495546
🍎 macOS https://github.com/PiecePaperCode/holocron/suites/10628298978/artifacts/530495544

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

Choose a tag to compare

@PiecePaperCode PiecePaperCode released this 03 Jan 23:35
598ad8f

In this release, I have made the following updates:

  1. Improved the tournament pairing algorithm to better adhere to the rules described in the rule book.
  2. Added the option to name your tournament.
  3. Added a settings menu where you can reset everything.
  4. Torunaments are now saved in a JSON savefile and will persist during restarts.
OS Download Link
🐧 Linux https://github.com/PiecePaperCode/holocron/suites/10167563873/artifacts/497112681
🏁 Windows https://github.com/PiecePaperCode/holocron/suites/10167563873/artifacts/497112682
🍎 macOS https://github.com/PiecePaperCode/holocron/suites/10167563873/artifacts/497112680

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

Choose a tag to compare

@PiecePaperCode PiecePaperCode released this 29 Dec 18:32

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