• v1.1.0 883de3606f

    eric released this 2026-08-09 20:35:42 +00:00 | 0 commits to main since this release

    Everything since v1.0.0 is additive — no breaking changes, no migration.

    Publish it — bggpipe export renders the library as self-contained static pages for any site: covers downloaded (never hotlinked), a colophon card with the Powered-by-BGG badge slot, and the shelves ship too (--no-shelves keeps your layout private).

    Measure it — enrich now collects real box dimensions from BGG versions (dims live per-edition, and are never guessed), and bggpipe dims reports your shelf math offline.

    Nest it — mark a game as stored inside another box, through whole chains: contents ride along wherever the box goes, and a box of expansions bulk-adds with a pick-and-tick search.

    Shelve it — the new Shelves page: describe your furniture once (Kallax/Billy presets, grids, duplicate a unit) and the page draws the wall as it physically stands. Suggestions rank series reunification first and only promise fits they've verified against the remaining room. Capacity is a two-lane packing model — a flat stack plus a standing lane. Bulk-assign from a CSV with bggpipe shelve --import.

    Overrule it — you outrank the model: "it's here anyway" accepts overhangs and wedged-in arrangements, your tape measure outranks BGG's database, and every lane flip is undoable.

    Loan it — where a game lives and where it is can differ: mark a box out (travel case, a friend's house) while its home spot stays reserved.

    Three new committed curation stores for upgraders to know about: furniture.json, locations.json, measurements.json — all local-only, never sent to BGG.

    Downloads
  • v1.0.0 1f1d50e649

    eric released this 2026-08-06 18:07:59 +00:00 | 38 commits to main since this release

    The first release: the complete pipeline, battle-tested end to end. 65 shelf photos → 136 identified games → 62 additions and 36 edition updates on a real BGG collection (see the result), then verified from a clean install using only the photos.

    Six resumable stages (extract / resolve / review / diff / upload / enrich), a seven-page local web app with phone support over LAN, RPGGeek fallback for RPG shelves, hand-curated entries for games BGG doesn't have, and a browsable library at the end. Everything runs on your machine; nothing is collected. Under a dollar of vision inference for a whole collection.

    Install: uv tool install git+https://git.kestrelsnest.social/eric/bggpipe — then see the README and user's guide.

    Downloads