Skip to content

MinecraftDecompiler v3.3.2 released

Latest
Compare
Choose a tag to compare
@XiaoPangxie732 XiaoPangxie732 released this 07 Feb 10:26
· 46 commits to master since this release
db9bc2b

A new release of MinecraftDecompiler.

Dependency Changes

fernflower(233.13135.103 -> 233.14015.106)
asm(9.5 -> 9.6)

Changelog

  • Add a check to ensure the decompiler source type is DIRECTORY when using incremental decompilation (e4464f2)
  • Remove snapshot plugin repo, this once used to get the snapshot version of maven-shade-plugin (e4464f2)
  • Add an exclusion to asm-tree to force not using it(it has been stripped by maven-shade-plugin previously) (e4464f2)
  • Fix tiny v1 bad read (a6b252a)
  • Replace System.getProperty("path.separator") with File.pathSeparator (8b5beaf)
  • Directly use constant asm version instead of XXX.this.api in inner classes (8b5beaf)
  • Nicer exception message for namespaced mappings (59b3397)
  • Apply LGPLv3 (#124)

Milestone: https://github.com/MaxPixelStudios/MinecraftDecompiler/milestone/6