Skip to content
Compare
Choose a tag to compare
@N3LX N3LX released this 16 Apr 11:47

Bug fixes:

  • Fixed excessive resource usage while application is running as a server.
  • JAR from downloads should now run on Windows and Linux clients.

In my cross platform testing I found out that due to the fact that I use a Mac with ARM CPU the .jar file may not have been working for people on other platforms. After investigation I applied a fix for Windows and Linux clients so that they can just download the JAR from releases page and run it.

However due to problems with how MacOS treats JavaFX libraries that originate from the internet my current recommendation is to compile the application from source code if you are using this OS, as per README.md.