Skip to content
Back to overview

Detailed Changes

Full breakdown of features, fixes, and other changes per version.

1.8.1

2026-01-18View on GitHub

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)

Bug Fixes

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.

1.6.1

2026-01-18View on GitHub

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)

1.5.1

2026-01-16View on GitHub

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)

1.4.0

2026-01-16View on GitHub

Features

  • Add photo badges with tooltips and fix album cover cache invalidation (762cbb6)

1.3.8

2026-01-15View on GitHub

Bug Fixes

  • enhance album and photo revalidation process (692b9df)

1.3.7

2026-01-15View on GitHub

Bug Fixes

  • improve caching for dynamic pages (2ad9b3f)
  • reorder import statements for consistency (b7db0d5)