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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project are documented here.
### Added

- Hand-drawn `fish/goldfish.png` icon (PR #136) — eighth hand-drawn piece in the library (after sea-bass, koi, ant, coelacanth, frog, robust cicada, brown cicada). 2048×2048 watercolour-and-ink source at `icon-sources/fish/goldfish.png`; exported to 768×768 (88.9 KB) via `npm run icons:export`. Replaces the scraped wiki placeholder. Cross-game routing propagates this to any game that maps to `fish/goldfish`.
- **ACNH icon gap-fill** (PR #140) — 88 wiki-scraped items across all five ACNH categories (9 fish + 16 bugs + 47 fossils + 6 art + 10 sea creatures); ACNH icon coverage **68.8% → 95.5%** (315/330). Fifteen items remain genuine wiki gaps logged to `scripts/missing-acnh.txt`. Two general-purpose resolver improvements: `a:sentence` probe handles MediaWiki's first-char-only auto-capitalize; `c:search` deprioritizes `* model` furniture pages. Multi-part fossil pieces collapse to parent species articles via ~50 new OVERRIDES entries
- Hand-drawn `fish/tadpole.png` icon — ninth hand-drawn piece in the library. 2048×2048 Procreate source at `icon-sources/fish/tadpole.png`; exported to 768×768 (24 KB) via `npm run icons:export`
- Hand-drawn `bugs/agrias-butterfly.png` icon — tenth hand-drawn piece. Replaces the wiki-scraped `.jpg` placeholder. 2048×2048 source at `icon-sources/bugs/agrias-butterfly.png`; exported to 768×768 (62 KB) via `npm run icons:export`. Manifest updated from `jpg` → `png` for this entry

Expand Down
6 changes: 3 additions & 3 deletions docs/roadmap-to-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document is the canonical roadmap. It supersedes any earlier scattered planning notes.

Last updated: **2026-05-10** (after v0.9.5-beta shipped).
Last updated: **2026-05-25** (after PRs #140 + #144 merged to development).

## Where the project sits

Expand All @@ -19,7 +19,7 @@ Last updated: **2026-05-10** (after v0.9.5-beta shipped).
| v0.9.3-beta | JSON save-file round-trip (export + import) + first hand-drawn bug (ant) | Shipped 2026-05-06 |
| v0.9.4-beta | Silhouette rendering for un-donated items + ACWW icon gap-fill + higher-res hand-drawn icons | Shipped 2026-05-07 |
| v0.9.5-beta | ACNL icon gap-fill + three hand-drawn icons | Shipped 2026-05-10 |
| v0.9.6-beta | ACNH icon gap-fill (103 unique items) | Planned |
| v0.9.6-beta | ACNH icon gap-fill (88 wiki-scraped items; 95.5% coverage) | In progress |
| v0.9.7-beta | SEO basics (OG tags, sitemap, meta, social cards per game) | Planned |
| v0.9.8-beta | Light monetization footer + polish bug sweep | Planned |
| v1.0.0 | Final polish + public ship + all hand-drawn icons | Target |
Expand Down Expand Up @@ -103,7 +103,7 @@ Per-game new items (the workload added by each release):
| ACNH | 10 | 21 | 10 | 41 |
| **Total** | **94** | **116** | **45** | **255** |

**Progress as of 2026-05-11:** 8 of 255 complete — ant (bug), koi (fish), sea-bass (fish), coelacanth (fish), frog (fish), robust cicada (bug), brown cicada (bug), goldfish (fish).
**Progress as of 2026-05-25:** 10 of 255 complete — ant (bug), koi (fish), sea-bass (fish), coelacanth (fish), frog (fish), robust cicada (bug), brown cicada (bug), goldfish (fish), tadpole (fish), agrias butterfly (bug).

**Procreate canvas:** 2048×2048 px, transparent background, sRGB, exported as PNG. The production pipeline (sharp + pngquant) re-exports to 768×768 for deployment via `npm run icons:export`. Filename matches the canonical kebab-case item id (e.g. `sea-bass.png`, `tiger-swallowtail-butterfly.png`). Originals committed to `icon-sources/` for archival and reproduction.

Expand Down
8 changes: 4 additions & 4 deletions public/version-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div class="page">
<header>
<h1>Animal Crossing Web App</h1>
<p>Version history &amp; roadmap · Updated May 10, 2026</p>
<p>Version history &amp; roadmap · Updated May 25, 2026</p>
</header>

<!-- Velocity banner -->
Expand Down Expand Up @@ -1074,7 +1074,7 @@ <h3>Launch ready</h3>
<div class="box">✓</div>
<span class="text"
>ACWW icon coverage at 100% — 84 wiki-scraped items; ACCF 100%,
ACNL 96.5%, ACNH 68.8% via cross-game ID routing</span
ACNL 96.5%, ACNH 95.5% via cross-game ID routing + dedicated gap-fill (PR #140)</span
>
</div>
<div class="check-item done">
Expand All @@ -1087,8 +1087,8 @@ <h3>Launch ready</h3>
<div class="check-item done">
<div class="box">✓</div>
<span class="text"
>ACGCN item icons + cross-game routing + eight hand-drawn icons
(sea-bass, koi, ant, coelacanth, frog, robust cicada, brown cicada, goldfish)</span
>ACGCN item icons + cross-game routing + ten hand-drawn icons
(sea-bass, koi, ant, coelacanth, frog, robust cicada, brown cicada, goldfish, tadpole, agrias butterfly)</span
>
</div>
<div class="check-item done">
Expand Down
Loading