v1.1.1
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
andu8
commands are now thin wrappers overvfs ls
andvfs cp
.
For example,rarc list file.arc
is now equivalent tovfs ls file.arc:
.
rarc extract file.arc -o out
is equivalent tovfs 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