release/0.1.3 #24

Merged
ayoub merged 4 commits from release/0.1.3 into main 2026-06-15 07:21:28 +00:00

4 commits

Author SHA1 Message Date
AyoubBenziza
aae09961fa chore(release): 0.1.3
"What's new" patch notes modal. See CHANGELOG.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 09:20:44 +02:00
6692fad394 Merge pull request 'feat(web): "What's new" patch notes modal' (#23) from feature/patch-notes into dev
Reviewed-on: #23
2026-06-15 07:19:25 +00:00
AyoubBenziza
e0ba4c2e23 feat(web): "What's new" patch notes modal
- curated, bilingual player-facing notes (lib/patch-notes.ts) — a public subset
  of CHANGELOG.md (which stays the technical source of truth)
- "Nouveautés" button on home with a dot badge when the app version changed
  since last seen (localStorage); opening marks the version seen
- app version injected at build via Vite define (__APP_VERSION__)
- add shadcn Dialog component (@workspace/ui, via radix-ui)

Verified: notes + version baked into the build; typecheck/lint/build green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 09:17:52 +02:00
AyoubBenziza
8d79a52a68 Merge branch 'release/0.1.2' into dev 2026-06-15 08:55:13 +02:00