Skip to content

MC-Repack 0.23.0

Compare
Choose a tag to compare
@szeweq szeweq released this 03 Jun 14:42
· 50 commits to master since this release
  • Breaking change: The mc-repack CLI has subcommands. The calls to process JAR files has changed. Use mc-repack jars to process them.
  • MC-Repack can now fully process files in your file system, not just ZIP/JAR files.
  • Removed FileType (for repacked .jar detection). Now the user has to control where repacked files are saved.
  • Changed the order of file operations (blacklist comes first, then minifiers, then pass).
  • FSEntryReader is fixed and requires an ExactSizeIterator.
  • Used walkdir crate for recursive directory read.

Full Changelog: v0.22.0...v0.23.0