Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 19:52
· 4 commits to main since this release

What's Changed

decomp-toolkit has reached v1.0.0! πŸŽ‰ While this release contains mostly iterative updates, dozens of projects are successfully using decomp-toolkit. It's time for a stable version number.

Notably, projects using the prebuilt binaries should upgrade for improved overall performance. (See below)

  • Added: map config for generating symbols/splits (cfcd146)
    • Useful for extracting information from map files that aren't fully well-formed, such as ones from existing decompilation projects.
  • Added: Better support for SMG/TP maps (68f4552)
    • These post-processed maps have a lot of issues. This adds a few workarounds to the map parser to make it easier (though still not fully automatic) to parse these into symbols/splits.
  • Changed: dol diff: Loosen @ symbol match criteria (d4f695f)
  • Changed: Use mimalloc for prebuilt dtk binaries. In particular, this improves dtk dol split performance with the prebuilt binaries by ~2x compared to builds using musl's built-in malloc. (c106123)

Full Changelog: v0.9.6...v1.0.0