fixes:
- resolve absolute output paths correctly
breaking changes:
- --dump-mappings and --dump-metadata will now save the file to --output directory instead of current working directory
- --remap/--no-remap option changed to --remap=none|version|metadata
- --remap=metadata (default) is equivalent to old --remap
- --remap=version is equivalent to old --no-remap
- --remap=none is brand new and it will preserve resource version in the file path
features:
- new flags: --decrypt/--no-decrypt adds control for asset decryption which was previously implicit (enabled by default)
- new flag: --min-version-file=[path] like --min-version but reads the value from a file [default: none] fetched version will be saved to this file, making it useful for automating incremental downloads note: --min-version takes precedence
fixes:
- voice lines are once again mapped to the correct location
- spine directories are mapped to a subdirectory of skins
- --on-conflict=skip will check for conflicting paths before checking remote file size for duplicates