Skip to content

Releases: FabricMC/fabric-loader

Fabric Loader 0.16.10

08 Jan 16:07
Compare
Choose a tag to compare
  • Support 1.21.5? snapshot cycle. (modmuss50)
  • Update build.yml to actions/upload-artifact@v4 (#1001) (Alexander01998)
  • Fix mod jars without manifest crashing in-dev. (Player)

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)