Skip to content

Releases: FabricMC/fabric-loader

Fabric Loader 0.15.6

17 Jan 17:02
c563866

Choose a tag to compare

  • Bump version (modmuss)
  • Added support for 1.20.5 in 2024 in McVersionLookup (#890) (WinPlay02)

Fabric Loader 0.15.5

15 Jan 20:13

Choose a tag to compare

  • Bump version (modmuss50)
  • Revert "Update to Mixin Extras 0.3.3 (#887)" (modmuss50)

Fabric Loader 0.15.4

15 Jan 09:41

Choose a tag to compare

  • Bump version (modmuss50)
  • Fix inputGameJars ObjectShare mutating after being set (#876) (tildejustin)
  • Add Simplified Chinese Translations (#880) (BX Zhang)
  • Use TR's MixinExtension to remap jars built without refmaps in dev. (#884) (modmuss)
  • Update to Mixin Extras 0.3.3 (#887) (modmuss)

Fabric Loader 0.15.3

18 Dec 15:22

Choose a tag to compare

  • Bump version (modmuss50)
  • Support 1.20.5 snapshots (modmuss50)
  • Fix unknown format type error when using Vietnamese translations (#872) (apple502j)

Fabric Loader 0.15.2

14 Dec 10:29

Choose a tag to compare

  • Bump version (modmuss50)
  • Fix crash when starting 1.2.5 server (#866) (modmuss)
  • Add Chinese Traditional translations (#853) (notlin4)
  • Update to Mixin Extras 0.3.2 (#869) (modmuss)

Fabric Loader 0.15.1

08 Dec 09:32

Choose a tag to compare

  • Bump version (modmuss50)
  • Fix Log4j Javadoc link (modmuss50)
  • Fix Loading Mappings When Mappings File is in a Folder (#864) (Cool_Mineman)
  • Update to Mixin Extras 0.3.1 (#862) (modmuss)

Fabric Loader 0.15.0

28 Nov 18:04

Choose a tag to compare

  • Include MixinExtras (#854) (LlamaLad7)
  • Bump version (modmuss50)
  • Fix environment annotation stripping for fields (#860) (modmuss)
  • Dont debof with classpath by default. (#856) (modmuss)
  • Migrate to mapping io (#812) (modmuss)
  • Allow replacing the default mod directory via fabric.modsFolder (#850) (IMS)
  • Rework external library handling. (#846) (modmuss)

Fabric Loader 0.14.25

27 Nov 14:07

Choose a tag to compare

  • Bump version (modmuss50)
  • Prioritize mods with higher provided versions if their main id differs (#857) (Player)

Fabric Loader 0.14.24

24 Oct 12:04

Choose a tag to compare

Fixes a command injection vulnerability allowing malicious resource pack to unexpectedly execute code on Linux clients running vanilla Minecraft 1.16 (20w21a) -> 1.19.3 (23w04a)

It was recently found that the Tiny File Dialogs library is vulnerable to command injection techniques on Linux when invoked with untrusted data. This fix makes a small change in the create world MoreOptionsDialog screen to pass a hardcoded string as the dialog title.

Modder's using the Tiny File Dialogs library in any Minecraft version should ensure that no untrusted strings (such as translated text) are used, this fix in loader does not apply to mods.

Many thanks to ThatGravyBoat and Moulberry for investigating this issue and reporting it to us in confidence.

Fabric Loader 0.14.23

04 Oct 20:59

Choose a tag to compare

  • Bump version (modmuss50)
  • Support 1.20.3 snapshots (modmuss50)
  • added a system property to disable loading of mods by mod id (Sebastian Hartte)
  • Don't initialize MappingResolver for access widener load (altrisi)
  • Check for duplicate copies of loader on the classpath in dev. (#801) (modmuss)
  • Update IRC URL to use TLS (#602) (Soni L)
  • Add Spanish translation and make StringUtil capitalize the first letter, not character (#727) (altrisi)
  • Fix EntrypointPatchFML125 (#732) (Ned Loynd)
  • Add an API method to more easily invoke entrypoints (#802) (shartte)
  • Create Messages_vi_VN.properties (#822) (I_am_Vietnam)
  • Minor language changes for user readability (#831) (IMS)
  • Fix call to findResources returns empty. (#837) (NotFoundZara)
  • Update to ASM 9.6 (#841) (modmuss)