Releases: harrisonk0/BB-Manager
Releases · harrisonk0/BB-Manager
v1.0.0
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:runnpm run typechecknpm 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.