Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.14 KB

File metadata and controls

26 lines (22 loc) · 1.14 KB

0.5.1

fixes:

  • resolve absolute output paths correctly

0.5.0

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

For older changes see releases