history Version History

Changelog

Track every update, improvement, and bug fix. Download any version below.

v1.3.3

May 8, 2026

download Download APK
auto_awesome Features
  • Calendar view with rolling 12-month window, tap dates to see birthdays or add new ones
  • Wished tracking with "Mark as Wished" button and green badge indicators
  • Floating action button for quick add (replaces Add tab in navigation)
speed Performance
  • Calendar lazy loading, initial render shows 3 months, loads more on scroll (70% faster)
  • DOM caching, calendar cached after first render for instant tab switching
  • Smart cache invalidation, automatically refreshes when month changes or data updates
build Improvements
  • Toast stacking system, multiple toasts stack vertically (max 5 visible)
  • Fixed bottom sheet z-index issues and dark overlay blocking content
  • Improved back navigation between calendar, add page, and detail views
  • Rolling 12-month window, calendar always shows exactly 12 months from current month

v1.2.3

April 29, 2026

download Download APK
auto_awesome Features
  • Letter-based avatar colors, each person gets a unique color based on first letter (A-Z mapped to 26 distinct colors)
  • Birthday cards show personalized left border accent using letter color
  • Avatar backgrounds use letter color at 15% opacity with full color text
  • Live preview on Add Birthday page shows letter color as you type
speed Performance
  • Optimistic UI updates, all save operations update instantly without waiting for server
  • Adding, editing, archiving, and deleting birthdays show immediate feedback
  • Changes sync with Supabase in background with automatic rollback on error

v1.1.3

April 22, 2026

download Download APK
bug_report Bug Fixes
  • Fixed incorrect birthday date display bug
  • Various minor bug fixes

v1.1.2

April 17, 2026

download Download APK
bug_report Bug Fixes
  • Fixed sign-out and delete account modals appearing at top of screen when scrolled
  • Fixed archived birthday modal positioning, all modals now mount on app root
  • Fixed navigation race condition causing blank screens, added generation counter
  • Fixed groups page fetching from Supabase instead of using cache
auto_awesome Improvements
  • Added native-app-like animations: page enter fade/slide, staggered list items, modal scale-in
  • Redesigned onboarding with per-slide accent colors, ambient background blobs, icon pulse animations
  • Disabled zoom on Android APK, pinch-to-zoom and double-tap locked for native feel
  • App name corrected to "Track Birthdays" everywhere

v1.1.1

April 13, 2026

download Download APK
bug_report Bug Fixes
  • Fixed groups tab not being cached on first app load, which caused brief delay
  • Fixed occasional duplication of built-in groups (default groups appearing multiple times)
  • Fixed password reset flow not working correctly when using "Forgot Password"

v1.1.0

April 12, 2026

download Download APK
speed Performance
  • App-wide data caching, all data fetched once on app load during loading screen
  • Eliminates blank screen flashes between tab switches
  • Background cache invalidation, affected data silently refetched during save operations
auto_awesome Improvements
  • Full landing page redesign
  • Updated Privacy Policy and Terms of Service pages to match new design
  • Archived birthdays are now read-only, must unarchive before editing

v1.0.0 🎉

April 11, 2026

download Download APK
auto_awesome Initial Release
  • Email & password authentication with username
  • Add, edit, delete birthdays with optional birth year
  • Color-coded groups with filtering
  • Push notifications (7 days, 1 day, day-of)
  • PWA and Android APK support
  • Full offline support via service worker