Changelog

Public release notes. Back to home · Privacy policy

v14 - 28 May 2026

Changed

  • Removed the Portfolio header link when the user is not signed in
  • Added the missing v13 changelog entry
  • Added a charts screenshot section to the homepage
  • Refined homepage content and layout
  • Updated README structure and presentation
  • Updated the mobile bullion add button UX
  • Reworked the mobile bullion list from a horizontal table to card-based rows

Fixed

  • Mobile header layout
  • Next.js image quality configuration
  • Date picker popup vertical centering

v13 - 22 May 2026

Added

  • Homepage hero product screenshot and responsive poster assets for portfolio preview video
  • Centralized analytics script component for Google Analytics and Ahrefs
  • Security response headers in Next.js config (HSTS, COOP, X-Frame-Options, CSP frame-ancestors, and related protections)
  • Shared hero image config (`lib/hero-image.ts`) to control homepage media dimensions

Changed

  • Moved app-level dashboard layout wrapping into `app/(app)/layout.tsx` for cleaner page components
  • Refactored site chrome auth controls so server components handle auth state and client-only controls handle theme/user actions
  • Homepage media and CTA flow updated with signed-in detection and improved preload behavior
  • Cookie/analytics behavior updated to load analytics with granted default consent

v12 - 20 May 2026

Added

  • Dedicated sign-in, sign-up, and portfolio pages for search engines (crawlable URLs)
  • Default social share image for Twitter/X and Facebook (Open Graph)
  • SEO metadata: canonical URLs, Open Graph, Schema.org, and expanded sitemap

Changed

  • Updated SEO meta descriptions (benefit-focused copy, no vendor names)
  • Portfolio history chart labels clarified (portfolio value vs portfolio P/L)
  • Header nav simplified (changelog and privacy removed from top menu)
  • Footer shows home and portfolio only when signed in; privacy and changelog stay under version text

v11 - 6 May 2026

Added

  • Sitemap
  • robots.txt

v10 - 6 May 2026

Added

  • Ahrefs analytics tag

Fixed

  • Lint issues

v9 - 6 May 2026

Added

  • Portfolio video to the homepage

Changed

  • Billing references

v8 - 6 May 2026

Added

  • Vercel Analytics and Speed Insights
  • Custom 404 page
  • Improved favicon/assets
  • Mobile floating action button for adding bullion
  • Privacy Policy page

Changed

  • Theme switcher moved to header and footer
  • Edit/Delete actions changed to icon buttons
  • Mobile add/edit inputs tuned for numeric keyboards
  • Portfolio P/L color behavior set to green/red/neutral by sign
  • Pricing page removed (now handled via Clerk user menu)

Fixed

  • Metals API timestamps
  • Auto cleanup for bullion delete undo logic
  • Header movement when switching pages
  • Footer sticking behavior on short pages
  • Mobile add bullion section visibility (replaced with FAB flow)

v7 - 5 May 2026

Changed

  • README updated after environment variable cleanup

v6 - 5 May 2026

Added

  • Analytics
  • Analytics consent flow

v5 - 5 May 2026

Added

  • Google tag

Fixed

  • Lighthouse issues