Skip to content

Releases: devclone20/iIrysframe

iIrys Frame v0.3.0 — the app, as a download

Choose a tag to compare

@devclone20 devclone20 released this 16 Aug 04:15

Download iIrys-Frame-0.3.0.zip, unzip, double-click iIrys Frame.command.

No install, no build, no account. It serves the app locally and opens it in its
own Chrome window. Paste a free Privy App ID into
the banner the first time and it reloads ready to seal.

What's in this release

The app is now a download. The launcher detects a release bundle and serves
the built files statically, so nothing needs npm install on your machine. The
Privy App ID is no longer baked in at build time — a value saved in the browser
wins, so this same zip works for anyone.

The publish path was audited end to end with a 1111-item drop in mind, and
the defects that only appear at that scale (or after a reload) are fixed:

  • Drop manifest listed only the current run's items — re-sealing renumbered
    the collection and pointed token #1 at the wrong art. It now covers every
    sealed item, in order.
  • Paid uploads were discarded when an item failed midway; a retry paid twice.
    Progress is recorded per item and reused.
  • A reload between Process and Seal silently dropped every per-item
    background, so tokens sealed with no background_color. All of it persists now
    — as does the seal result the Launch step needs.
  • Blank posters were sealed as if fine; they're an error now.
  • Drop mint on a used contract shifted every tokenURI — blocked.
  • An invalid OG address deployed silently ungated, forever — rejected first.
  • JPEG posters were judged broken by the repair engine; media paths now
    follow the actual bytes.
  • Dropping 1111 models no longer reads 1111 whole files at once, and saving no
    longer rewrites every item on every change.

Full detail in the commit and the rewritten README.


shasum -a 256 -c SHA256SUMS.txt to verify the download.