Skip to content

v0.6.1

Compare
Choose a tag to compare
@emmercm emmercm released this 26 Nov 03:39
· 982 commits to main since this release
16ef08c

Release Highlights

Support for new patch types

Support has been added for:

  • Vcdiff (.vcdiff, .xdelta), but only patches without secondary compression (unfortunately most xdelta3-made patches are likely to use LZMA secondary compression)
  • NINJA 2.0 (.rup), but only patches that use raw/binary for the base file type rather than console-specific types
  • IPS32 (.ips, .ips32), a variant of the far more standard/common IPS

Full documentation can be found on the existing ROM Patching doc page.

All changes

26 November 2022 - 16ef08c - v0.6.1 (#185)
26 November 2022 - 041eee2 - Feature: NINJA patch support (#183)
26 November 2022 - ce2950b - Chore: increase test coverage (#184)
26 November 2022 - 0621ab4 - Feature: vcdiff (uncompressed xdelta) patch support (#175)
26 November 2022 - d7fd153 - Feature: IPS32 patch support (#173)