Skip to content

Fabric Loader 0.12.6

Compare
Choose a tag to compare
@modmuss50 modmuss50 released this 30 Nov 12:08
· 186 commits to master since this release
  • Bump version, update Mixin (Player)
  • Add some privacy sensitive game args to getLaunchArguments's sanitizer (Player)
  • Clarify getLaunchArguments documentation (Player)
  • Refactor dep/version overrides, tweak exception display (Player)
  • Remove need to have the game jar on the class path, remove game jar injection from FabricServerLauncher (#558) (Player)
  • Handle uncaught exceptions by logging them and displaying the error gui, refactor error gui invocation (Player)
  • Improve resolution errors. (#557) (Player)
  • Add nesting parent mod to mod list printout (Player)
  • Add -Dfabric.debug.logTransformErrors to uncover caught transformation exceptions without adequate logging (Player)
  • Rethrow Mixin config creation errors to reliably mention config name and mod id (Player)
  • Update release.yml to no longer use github PAT. (modmuss50)
  • Optimize aw/access/env class transformation (Player, xxDark)
  • Fix catching/throwing Mixin log levels not being in line with its Log4J2 implementation (Player)
  • Fix build on JDK 17 (#555) (modmuss50)
  • Remove unused and incorrect URI->File conversion method (proper way is Paths.get(uri).toFile()) (Player)
  • Fix definePackage race condition (Player)