Skip to content

Releases: FabricMC/fabric-loader

Fabric Loader 0.14.17

25 Feb 20:40
Compare
Choose a tag to compare
  • Bump version (Player)
  • Fix JUnit run specific log library handling (Player)

Fabric Loader 0.14.16

24 Feb 23:33
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Update mixin (modmuss50)
  • Switch to ASCII characters for mod list tree formatting (#774) (Julian Burner)

Fabric Loader 0.14.15

22 Feb 09:54
Compare
Choose a tag to compare
  • Fix release (modmuss50)
  • Bump version (modmuss50)
  • Add more localization support (#772) (apple502j)
  • Print mod list as tree (#765) (Julian Burner)
  • Fix icon objects in mod metadata not being parsed correctly (#743) (haykam821)
  • Create and run applet on AWT EventQueue thread (#757) (ArtDev)
  • Add fabric-loader-junit to allow unit testing of transformed classes. (#767) (modmuss50)
  • Update mixin (#770) (modmuss50)
  • Fix typo (#763) (Frederik van der Els)
  • Opt of loom remapping (modmuss50)
  • Fix forked error window not closing when the parent process is shutdown. (#768) (modmuss50)

Fabric Loader 0.14.14

04 Feb 13:56
96b52a4
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Fix entrypoint location in 1.19.4. (#764) (modmuss50)

Fabric Loader 0.14.13

18 Jan 15:14
Compare
Choose a tag to compare
  • Support 1.19.4 in McVersionLookup (modmuss50)

Fabric Loader 0.14.12

20 Dec 15:02
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Fixes MixinIntermediaryDevRemapper.mapMethodName unable to map ambiguous values (#751) (ishland)
  • Add auto client test and Update build dependencies (#748) (modmuss50)
  • Don't combine resources from the two classloaders in KnotClassLoader.getResources (#747) (modmuss50)
  • Fix crash in MixinIntermediaryDevRemapper when trying to remap methods in Object. (#746) (modmuss50)
  • Update to ASM 9.4 (#749) (modmuss50)

Fabric Loader 0.14.11

29 Nov 19:59
Compare
Choose a tag to compare
  • Bump version (Player)
  • Fix mod metadata parsing tests (haykam821)
  • Fix: Resolve duplicate class definition attempt. This occurred when the first class to be loaded after mixin configs are added is referenced in an IMixinConfigPlugin belonging to one of said configs. (LlamaLad7)

Fabric Loader 0.14.10

19 Oct 21:25
Compare
Choose a tag to compare
  • Bump version (Player)
  • Add support for MC version.json without release entry (Player)
  • Extend hardcoded snapshot version to release mapping (Player)
  • Fix server entrypoint patch for 22w42a (Player)
  • Implement version detection for classic/alpha/beta client jars, cleanup (Player)

Fabric Loader 0.14.9

05 Aug 17:01
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Support mods from multiple jars and directories. (#704) (modmuss50)
  • Fix locale sensitive formatting with functional impact (Player)

Fabric Loader 0.14.8

15 Jun 19:03
Compare
Choose a tag to compare
  • Bump version (Player)
  • Fix realms library detection (Cat Core)
  • Allow defining additional system libraries through a system property (Player)
  • Add support for the MC client using a method that forwards to the actual main implementation as used by 22w24a (Player)