Skip to content

v0.8.7

Choose a tag to compare

@github-actions github-actions released this 06 May 20:38
· 7 commits to main since this release

Unpacker performance and ergonomics: type-cache-backed asset filtering,
visual type indicators, and dropdown polish.

Added

  • Type cache + heuristic scan — asset-type filter resolves without
    re-walking the archive, large trees stay responsive.
  • Visual type indicators on Unpacker rows (mesh / texture / audio / etc.).

Changed

  • Headless test suite — Qt tests run with no visible windows.

Fixed

  • Unpacker filter dropdowns no longer get stuck or mismatch their state.

Verify this release

Each release ZIP ships with a SHA256 checksum and a build-provenance
attestation. After downloading both files you can verify:

# 1. Confirm the ZIP matches the published checksum.
sha256sum --check SHA256SUMS

# 2. Confirm the ZIP was produced by this repository's release workflow.
gh attestation verify EfficientAssetRipper-win-x64.zip --owner exterminathan