Releases: HackusatePvP/RenEngine
Releases · HackusatePvP/RenEngine
Release list
Release v1.0.7.1
GitHub decided to switch their entire storage to Azure. Frustratingly, Inteliij worked fine, but compiled jars failed.
Release v1.0.7
Release v1.0.6
Release v1.0.5
Release v1.0.4
Release v1.0.3
Release v1.0.2
Release v1.0.1
Important
Any projects using the FileCrypter will break. The encryption key was changed to use a master key file.
Changes
- Updated information.
- Improved encryption key by adding a master key file.
- Fixed issues reported by qodana.
- Fixed issues reported by qodana.
- Changed log messages.
- Refactored configurations to os package.
- Added exception for unsupported system.
- Updated languagetool -> 6.7
- Updated qodana reporting.
- Updated pom version.
Release 1.0.0
JDK 21 Snapshot
RenEngine will be updated to JDK 25. This release will be the JDK 21 snapshot.
Compile
Ensure you have JDK 21 set as your java compiler. java --version
- Download one of the releases below.
- Extract the content and enter the folder.
- Compile
3a. For windows terminal/prompt. Use the following command.\mvnw clean install
3b. For linux bash shell or GitBash. Use the following command../mvnw clean install
3c. For PowerShell. Switch to terminal/command prompt.