Skip to content

Releases: FabricMC/fabric-loader

Fabric Loader 0.16.9

30 Oct 14:54
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Added support for 1.21.4 in McVersionLookup (#996) (WinPlay02, modmuss)

Fabric Loader 0.16.8

26 Oct 18:34
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Update Mixin (modmuss50)
  • Support early indev versions patterns like in-20100223. (Player)
  • Fix crash when trying to scan an empty list of mods. (modmuss50)
  • Improve Mixin config creation error message (Player)
  • Disable class path isolation unless the game provider opts in. (Player)
  • Always normalize path for mods on the class path (Player)

Fabric Loader 0.16.7

10 Oct 15:54
Compare
Choose a tag to compare
  • Bump version (Player)
  • Register AbstractSecureClassLoader as parallel capable (Player)

Fabric Loader 0.16.6

09 Oct 18:41
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Update to ASM 9.7.1 (modmuss50)
  • Fix LoaderUtil saying there are duplicate classpath entries if there are none. (#979) (Gamebuster)
  • Set Knot classloader name on Java 17+ (#978) (modmuss)

Fabric Loader 0.16.5

07 Sep 14:19
3483a75
Compare
Choose a tag to compare
  • Bump version (modmuss)
  • Add missing normalization, cache normalization (#974) (Player)

Fabric Loader 0.16.4

03 Sep 08:37
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Update Mixin (modmuss50)
  • Use less path normalization due to poor performance on Windows (#971) (Player)

Fabric Loader 0.16.3

26 Aug 11:57
4ffece2
Compare
Choose a tag to compare
  • Bump version (modmuss)
  • Suppress asm library bundled with the MC server jar (24w33a) (#969) (Player)

Fabric Loader 0.16.2

15 Aug 18:38
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Verify that ASM is only on the classpath once. (#965) (modmuss)
  • Added support for 1.21.2 in McVersionLookup (#964) (WinPlay02, modmuss)
  • Update Mixin (modmuss50)
  • Specify full entrypoint name on crash (#928) (SHsuperCM)

Fabric Loader 0.16.1

15 Aug 09:24
Compare
Choose a tag to compare
  • Bump version (modmuss50)
  • Update Mixin and Mixin Extras (#963) (modmuss)
  • Rename ModCandidate to ModCandidateImpl (Player)

Fabric Loader 0.16.0

11 Jul 16:49
d9a0006
Compare
Choose a tag to compare
  • Fix AWs not being applied when remapping in dev (#910) (Josiah Glosson, modmuss50)
  • add a system property to enable fixing package access regardless of target namespace (#895) (Space Walker)
  • Support split client/server intermediary for old Minecraft versions (#912) (Cat Core)
  • Build: Bump Mixin to 0.15.0+mixin.0.8.7 (#950) (LlamaLad7)
  • Update to MixinExtras 0.4.0 (#948) (LlamaLad7)
  • Added logging for non-fabric mods. (#907) (Acuadragon100, Douglas Fischer, Robin Claesson, Erik Vinblad, Douglas Fischer, wenqic)
  • Avoid jar cache when reading Manifest, reserve URL based method for special cases only (#936) (Player)
  • Update to Mixin 0.8.6 (#932) (LlamaLad7)