Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project are documented here.

## [Unreleased]

### 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`.

## [v0.9.5-beta] — 2026-05-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public/data/acnh/
sea_creatures.json # 40 sea creatures (NH/SH months)
icon-sources/ # 2048×2048 hand-drawn PNG originals — committed (not gitignored).
# Mirrors public/icons/ layout: `<category>/<id>.png`.
# Run `npm run icons:export` to regenerate the 512 deploy assets.
# Run `npm run icons:export` to regenerate the 768 deploy assets.
docs/
dev-process.md # PR checklist and dev process rules for Claude Code sessions
architecture.md # Deep architectural context: store schema, migrations, multi-game types
Expand Down
2 changes: 1 addition & 1 deletion docs/roadmap-to-v1.md
Original file line number Diff line number Diff line change
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-10:** 7 of 255 complete — ant (bug), koi (fish), sea-bass (fish), coelacanth (fish), frog (fish), robust cicada (bug), brown cicada (bug).
**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).

**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
4 changes: 2 additions & 2 deletions public/version-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 + seven hand-drawn icons
(sea-bass, koi, ant, coelacanth, frog, robust cicada, brown cicada)</span
>ACGCN item icons + cross-game routing + eight hand-drawn icons
(sea-bass, koi, ant, coelacanth, frog, robust cicada, brown cicada, goldfish)</span
>
</div>
<div class="check-item done">
Expand Down
Loading