Back to changelog

v0.5.0-beta

Security hardening release with stronger user-data isolation plus more reliable reset/error experiences.

Added

  • Added stricter user-level data scoping across notes and prayer-related flows to reinforce account isolation.
  • Introduced password-reset link validation flow with clearer loading and invalid-link handling states.
  • Added improved not-found experience with clearer guidance back to the main app.

Improved

  • Improved mutation safety by requiring user context before sensitive create/update/delete actions run.
  • Refined home and prayer-related counters/queries so account data reflects only the signed-in user.
  • Enhanced password-reset UX with cleaner link processing and safer redirect cleanup behavior.

Fixed

  • Fixed potential cross-user query exposure risks by enforcing user filters consistently in data operations.
  • Prevented reset form submission on invalid recovery links to reduce confusing failure paths.
  • Cleaned callback/dependency behavior to reduce stale state issues around user-scoped actions.