Skip to content

Releases: harrisonk0/BB-Manager

v1.0.0

22 Mar 20:35

Choose a tag to compare

First official release of BB-Manager.

This release establishes the first production-ready baseline for the project.

Highlights:

  • tightened live-data access and aligned the app with the intended Supabase security model
  • replaced fragile weekly-marks write flows with safer transactional persistence paths
  • fixed settings persistence against the seeded-row model used in production
  • added client-visible database contract checks and stronger browser smoke coverage
  • removed dead client-side auth/state complexity and aligned docs with the real deployment/runtime model
  • closed review-driven correctness gaps around weekly marks, cleanup behavior, and live test isolation

Validation on release commit:

  • npm run test:run
  • npm run typecheck
  • npm run build
  • live Playwright smoke suite against Supabase

Known non-blocking follow-up:

  • one final review note remains about making weekly-marks smoke navigation helper naming/idempotence match the section-settings helper pattern; this is consistency polish, not a correctness issue.