Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Museum data lives in `public/data/<game>/`:

## Version

Current release: **v0.9.6-beta** (2026-05-24) — ACNH icon gap-fill (95.5% coverage), hand-drawn goldfish/tadpole/agrias-butterfly icons. Previous betas: **v0.9.5-beta** (ACNL icon gap-fill, 96.5%; ACCF to 100%), **v0.9.4-beta** (silhouette rendering + ACWW icon gap-fill), **v0.9.3-beta** (JSON save-file round-trip + onboarding fixes), **v0.9.2-beta** (cross-game icon routing + first hand-drawn icons), **v0.9.1-beta** (ACGCN item icons), **v0.9.0-beta** (full UI revamp). Last stable on `main`: **v0.8.2-alpha**. See [CHANGELOG.md](CHANGELOG.md) for history and [docs/roadmap-to-v1.md](docs/roadmap-to-v1.md) for the path to v1.0.
Current release: **v0.9.6-beta** (2026-05-24) — ACNH icon gap-fill (95.5% coverage), hand-drawn goldfish/tadpole/agrias-butterfly icons. Previous betas: **v0.9.5-beta** (ACNL icon gap-fill, 96.5%; ACCF to 100%), **v0.9.4-beta** (silhouette rendering + ACWW icon gap-fill), **v0.9.3-beta** (JSON save-file round-trip + onboarding fixes), **v0.9.2-beta** (cross-game icon routing + first hand-drawn icons), **v0.9.1-beta** (ACGCN item icons), **v0.9.0-beta** (full UI revamp). Last stable on `main`: **v0.9.6-beta**. See [CHANGELOG.md](CHANGELOG.md) for history and [docs/roadmap-to-v1.md](docs/roadmap-to-v1.md) for the path to v1.0.

Significant design decisions are logged in [docs/decisions.md](docs/decisions.md).
2 changes: 1 addition & 1 deletion docs/roadmap-to-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Last updated: **2026-05-27** (after v0.9.6-beta shipped).

## Where the project sits

- **Current public release:** v0.9.6-beta — ACNH icon gap-fill (ACNH coverage to ~100%), two new hand-drawn icons (tadpole, agrias butterfly), doc syncs.
- **Current public release:** v0.9.6-beta — ACNH icon gap-fill (95.5% coverage, 315/330), three new hand-drawn icons (goldfish, tadpole, agrias butterfly), doc syncs.
- **Cadence:** roughly one focused beta every 2-4 days since v0.6 (April 2026). The path to v1.0 holds that pace.
- **Principle:** one focused track per beta. Polish bundles ship as their own betas, not bundled with feature work.

Expand Down
10 changes: 5 additions & 5 deletions public/version-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,15 +484,15 @@ <h2>Shipped versions</h2>
<div class="tl-card-head">
<span class="version-badge">v0.9.6-beta</span>
<span class="version-title"
>ACNH icon gap-fill + two hand-drawn icons</span
>ACNH icon gap-fill + three hand-drawn icons</span
>
<span class="velocity-chip">17 days after v0.9.5</span>
</div>
<ul class="tl-bullets">
<li>
ACNH icon gap-fill — 103 unique items scraped via the
ACNH icon gap-fill — 88 wiki-scraped items added via the
algorithmic-resolver-plus-OVERRIDES pattern; ACNH icon
coverage reaches ~100% after cross-game routing; resolver
coverage reaches 95.5% (315/330) after cross-game routing; resolver
<code>/Gallery</code> deprioritization from v0.9.5 applied
directly
</li>
Expand Down Expand Up @@ -1555,8 +1555,8 @@ <h2>Velocity detail</h2>
<td style="padding: 0.6rem 1rem">May 27</td>
<td style="padding: 0.6rem 1rem">17 days</td>
<td style="padding: 0.6rem 1rem">
ACNH icon gap-fill (~100%) + two hand-drawn icons (tadpole,
agrias butterfly) + doc syncs
ACNH icon gap-fill (95.5%) + three hand-drawn icons
(goldfish, tadpole, agrias butterfly) + doc syncs
</td>
</tr>
<tr style="border-top: 1px solid var(--border)">
Expand Down
Loading