CHANGELOG.md: Keep-a-Changelog formaat met [Unreleased], [0.9.0]-release, en compact-historie. Klaar voor v1.0.0 release-notes. README: - Test-count 69 → 445 (was outdated) - Quick-start claim over auto-erd-watch in `npm run dev` corrigeren (npm run db:erd:watch is optioneel, niet automatisch) - Env-vars-tabel uitgebreid: CRON_SECRET (productie), Sentry DSN + source-map vars (optioneel) - CHANGELOG-link in Documentation-sectie Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3.5 KiB
3.5 KiB
Changelog
All notable changes to Scrum4Me are documented in this file.
The format follows Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- A11y: rate-limit
enforceUserRateLimit(scope, userId)helper applied to all high-value mutation paths (PBI/Story/Task/Todo/Sprint/Product/Token create, Claude job enqueue, answerQuestion, story-log POST, avatar upload). (#86) - Sentry error-monitoring scaffolding (
@sentry/nextjs) with no-op fallback when DSN is not configured. Activate viaNEXT_PUBLIC_SENTRY_DSNin Vercel env-vars. (#85)
Changed
- A11y:
aria-selectedon PBI-cards replaced witharia-pressed(correct ARIA role-attribute pairing). (#88) - A11y: form-label associations (
htmlFor+id) on all happy-path dialogs (Story/Task + Promote-PBI/Story); auth pages get<main>landmark. (#87) - A11y: tap-targets ≥28×28 px on hover-icon-buttons (PBI ✎ + ×, Story ✎, dashboard product ✎). (#88)
0.9.0 — 2026-05-04
Added
- PBI-11: Mobile-shell met landscape-lock (#81):
- Aparte route group
app/(mobile)/m/{settings,pair,products}/...met eigen layout (zonder NavBar/StatusBar/MinWidthBanner) LandscapeGuard(rotate-overlay in portrait),MobileTabBar(3 lucide-iconen)- PWA-manifest met
"orientation": "landscape" - UA-redirect bij login: telefoons (
Mobi-substring) →/m/products/[active]/solo, tablets en desktop →/dashboard - Gedeelde
lib/auth-guard.tsrequireSession()helper, hergebruikt door beide layouts - Mobile-fullscreen voor entity-dialogen via gedeelde
entityDialogContentClasses
- Aparte route group
- Sprint Product-Backlog kolom: filter-popover (prioriteit + status) en edit-iconen op PBI/story/task-rijen. (#79)
- Edit-icoon op product-card in dashboard (consistent met PBI/story/task-pattern). (#83)
- v1.0 readiness checklist in
docs/plans/v1-readiness.md. (#82)
Changed
- Refactor
app/(app)/layout.tsxom gedeelderequireSession()te gebruiken (gedrag onveranderd). (#81) /m/pairfilesystem-verhuisd uit(app)/naar(mobile)/— URL onveranderd. (#81)
0.4.0 — eerder
Added
- M9 — Actief Product Backlog: persistente actieve PB-keuze, gesplitste navigatie, disabled-states bij geen actief product
0.3.1 — eerder
Initiële stabilisatie-release.
Pre-0.3.x
Foundation-werk (M0 t/m M8) is niet retroactief in dit changelog opgenomen. Voor de volledige milestone-historie zie docs/backlog/index.md.