Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 04:57
· 14 commits to main since this release

What's Changed

  • Added: VFS fixes and command improvements.
    • vfs ls: Now displays size, detected file format, and decompressed size (if applicable).
      -r/--recursive lists files recursively.
      -s/--short prints only filenames.
    • vfs cp: Copies files recursively when the source is a directory.
      --no-decompress disables automatic decompression for Yay0/Yaz0.
      -q/--quiet disables printing copied files.
    • rarc and u8 commands are now thin wrappers over vfs ls and vfs cp.
      For example, rarc list file.arc is now equivalent to vfs ls file.arc:.
      rarc extract file.arc -o out is equivalent to vfs cp file.arc: out.
  • Fixed: VFS layout for Wii discs (disc/sys dirs) (1f4b452)
  • Fixed: VFS path handling on Windows (2e524e6)
  • Changed: Improve cache locality of some internal structures. Minor reduction in memory usage. (b184fee)
  • Removed: Unused metroidbuildinfo command. (64d0491)

Full Changelog: v1.1.0...v1.1.1