Back to overviewDetailed Changes
Full breakdown of features, fixes, and other changes per version.
Bug Fixes
- Update release-please workflow for improved configuration (b84b68d)
Features
- Performance optimization and CI/CD improvements (beedd76)
Bug Fixes
- Add svg.d.ts to TypeScript configuration for improved type support (e8179eb)
- Update linting command in package.json to use ESLint directly for TypeScript files (8a7d550)
Features
- Add view tracking for photos and albums (32e042a)
Code Quality
- Eliminate all `any` types and fix eslint-disable comments - Remove all 147 instances of `any` types, fix 18 eslint-disable comments, add proper types for Supabase queries, React Hook Form props, error handling, and callback parameters. Result: 0 TypeScript errors, improved type safety throughout.
Bug Fixes
- standardize JSX formatting and improve component structure (fe094ae)
- update account stats structure and improve error handling (40ce6bf)
Features
- Add interests to onboarding, likes system, tags display, and code quality improvements (f809be3)
Bug Fixes
- clean up package dependencies and remove husky integration (11105a9)
Bug Fixes
- always render member links (b24903a)
Features
- add interests system, member discovery, event comments, and reminder cron (1d8520d)
Bug Fixes
- enhance event reminder queries and improve data handling (5a55ba5)
Features
- Add photo badges with tooltips and fix album cover cache invalidation (762cbb6)
Bug Fixes
- enhance album and photo revalidation process (692b9df)
Bug Fixes
- improve caching for dynamic pages (2ad9b3f)
- reorder import statements for consistency (b7db0d5)