February 2026
← Back to Index
February 11, 2026
✨ Features
- api: add party_completion_days table and PartyCompletionDay model
- api: add Perfect Day templates to Party Animal config
February 4, 2026
🐛 Bug Fixes
- analytics: Track auth_completed and auth_failed events in FederatedAuthController
- backfill: use user timezone for date calculations
- party: always sync same-day puzzle entries when creating/joining parties
February 3, 2026
✨ Features
- auth: add profile update endpoint and fix Apple relay email name handling
- auth: prompt Apple Sign-In users with placeholder names to set display name
- auth: implement Apple and Google Sign-In
🐛 Bug Fixes
- auth: implement server-side verification for Apple/Google Sign-In tokens
- deps: pin google_sign_in_ios for Firebase SDK compatibility
February 2, 2026
✨ Features
- nova: add Invite Analytics dashboard with health monitoring
- auth: implement provider switching and account linking (V1 soft-link)
- invite: implement party invite landing page with deep linking
- analytics: implement analytics events API with identity stitching
- invite: add invite_url and games list to API responses (#292)
🐛 Bug Fixes
- changelog: use origin/main for API repo in production env
- changelog: use origin/ prefix for mobile repo branches
- ci: add Nova credentials to tests workflow
- ci: add Nova credentials to lint workflow