MC-Repack 0.23.0
- Breaking change: The
mc-repack
CLI has subcommands. The calls to process JAR files has changed. Usemc-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 anExactSizeIterator
.- Used
walkdir
crate for recursive directory read.
Full Changelog: v0.22.0...v0.23.0