- `7.0.18` Remove the Gradle task reference since the version is now calculated via GH action if no task is set. - `7.0.17` Merge remote-tracking branch 'origin/main' into 7.x - `6.0.16` Update test project to work with 1.21.4 (#256) - `6.0.15` Add GL state snapshotting to pre-handover early window rendering (#259) - `6.0.14` Remove unnecessary multi-texturing to keep state management simple. (#258) - `6.0.13` Add a config to enable debug output and object labels for OpenGL in erly display. (#257) - `6.0.12` Add OpenGL state tracking (#255) * Added state tracking for OpenGL to leave the GL state untouched when rendering EarlyDisplay * Added state tracking for OpenGL to leave the GL state untouched when rendering EarlyDisplay - `6.0.11` Catch any exception during EBS injection (#253) For some reason EBS injection only caught and rethrew with more details CNFEs, this PR widens it to all exceptions (like exceptions caused by the dist cleaner) - `6.0.10` Add a launch handler for the new 1.21.5 gametest `Main` entrypoint (#250) - `6.0.9` Increase window creation timeout to 30 seconds (#243) This is needed as of Intel Arc driver update 32.0.101.6559 as there is a regression causing OpenGL context initialization to take a very long time. - `6.0.8` Improve built-in "minecraft" mod metadata (#241) This moves the author credit to its own line and blanks out the description (which is redundant IMO). - `6.0.7` Change the thread name used by the NeoForge version checker (#238) - `6.0.6` Add the ability to make mixin configs in neoforge.mods.toml only load when certain mods are present. (#237) - `7.0.4` Re-Enable JCC now that there's a compatible previous version - `7.0.3` Only run the gradleutils task in the root project to avoid version duplication - `7.0.2` Use the gradleutils task configureGitHubActions to configure the project version in the workflow Prevents us from having to configure the -alpha suffix in multiple places. - `7.0.1` Enable release workflow for 7.x-alpha releases - `7.0.0` Disable JCC until 7.0.1-alpha is released - `6.0.5` New Crowdin updates (#220)