← Back

Changelog

Current version v0.10.0

v0.10.0

2026-06-19

Added

  • Public landing page at / with hero, four-step "How it works" walkthrough, the four lenses, pricing, FAQ, and footer. The signed-in studies app moved to /app.
  • "Explore through conversation" step added to the How-it-works section so visitors see that study is a quiet back-and-forth, not a one-shot answer.
  • Age verification at signup: date-of-birth field plus a required "I am at least 13" checkbox. Users under 13 cannot create an account.
  • VIP folders: VIP members can create folders and organize their saved conversations inside them.
  • Rename saved conversations from the sidebar menu.
  • Cookie Policy page at /cookies, linked from auth, pricing, checkout, and legal pages.
  • No-refunds notice for digital products surfaced on pricing, checkout return, terms, and privacy pages.
  • Admin Plan label in the sidebar and pricing page for admin accounts (replaces showing them as Free/Pro/VIP).
  • Markdown rendering for changelog and conversation messages, with GitHub-flavored markdown support (tables, lists, bold, links).

Security

  • Revoked EXECUTE on the has_role helper from anonymous visitors.
  • Added restrictive policies blocking client-side writes to user_roles so no signed-in user can grant themselves admin.
  • Added an INSERT policy on flagged_transcripts scoped to the reporting user's own activity.

v0.9.0

2026-06-19

Added

  • Admin area with overview stats, user management, conversation metadata, and a safety-flag review queue.
  • Roles system (admin / user). The first registered user is granted admin automatically; admins can promote or demote others, and the last admin cannot be removed.
  • User management: admins can suspend (blocks sign-in with a message), unsuspend, soft-delete (recoverable for 30 days), or restore users.
  • Conversation metadata (book of the Bible, chapter, topic, category, exchange count) is auto-extracted on the first message of each study so admins can see what people are studying without reading transcripts.
  • AI safety detection scans each user message for self-harm, harm to others, abuse, neglect, and endangerment. Flagged messages save only the triggering message plus a short context window — never the full transcript — for admin review.
  • Admins have unlimited free access to all features.

v0.8.0

2026-06-19

Added

  • Accounts (email/password and Google sign-in) and a subscription paywall.
  • Three plans: Free (3 conversations ever, 5 exchanges each), Pro $4/mo (25 conversations per month, 10 exchanges each), and VIP $8/mo (unlimited conversations, 15 exchanges each, early access to new features).
  • Server-side enforcement of conversation and exchange limits.
  • Pricing page, embedded checkout, and self-serve billing portal.
  • Sidebar shows current plan, usage, and a sign-out button.

v0.7.0

2026-06-19

Added

  • Warning in Privacy Policy and Terms of Service against using the Service for public teaching, preaching, sermons, curriculum, or any other ministry instruction. AI output can be theologically wrong and must not be presented as Biblical teaching.

v0.6.0

2026-06-19

Added

  • Academic integrity clauses in Privacy Policy and Terms of Service: full disclosure of AI-assisted devotional use is required, and we are not responsible for any output that may lead to failure of an assignment or other academic assessment.

v0.5.0

2026-06-19

Added

  • Version number and auto-updating changelog page at /changelog.

v0.4.0

2026-06-19

Fixed

  • Privacy and Terms pages no longer time out and redirect to the home page. Study route renamed from /$threadId to /study/$threadId to remove the catch-all conflict with legal pages.

v0.3.0

2026-06-19

Added

  • Copy, cut, paste, drag, and right-click are blocked inside conversations. Everything must be typed and read — supports devotional pace.

v0.2.0

2026-06-19

Added

  • Privacy Policy and Terms of Use pages. Both make clear the app is for devotional use only and is not a substitute for pastoral care or Biblical scholarship.

v0.1.0

2026-06-19

Added

  • Initial Four Lens Framework devotional study experience.