Skip to content

v2.0.0-beta.5

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 01:39
· 70 commits to main since this release

What's Changed

  • Added: Experimental wasm bindings (npm: objdiff-wasm)
    • Used for experimental decomp.me integration
  • Changed: Bump unarm to 1.5.0 by @AetiasHax in #98
  • Changed: Support progress categories & auto-generated objects in objdiff-cli report
    • New metadata block in objdiff.json units:
      "metadata": {
        "auto_generated": false,
        "complete": false,
        "reverse_fn_order": false,
        "source_path": "src/d/actor/d_a_movie_player.cpp",
        "progress_categories": [
          "modules",
          "game"
        ]
      }
    • Options complete and reverse_fn_order were moved to here from the unit itself.
    • Values are passed through to the report.json.

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5