v0.0.4

February 11, 2026

Smarter Notifications

Prologue now ships with a full-featured notification system powered by Noticed. Every meaningful action in your app: invitations, team changes, account activity, is tracked and surfaced in a dedicated Notifications page.

Feature Flags

Roll out new features with confidence. The new Feature Flag API doubles as a circuit breaker for core functionality and a progressive-release tool for experiments. Target specific Accounts or Users, and integrate seamlessly with the existing Authorization layer.

Local Domains & HTTPS

Develop on a real .localhost domain with full SSL — no tunnels, no third-party services.

Rich Content Pages

The static changelog is gone. In its place: database-backed pages with ActionText rich content and the Lexxy editor. Create, edit, and manage pages directly from the admin area.

Smaller Improvements

  • Invitations: Accept directly from a notification, or delete pending/expired invitations.
  • Search: New SearchField component with rounded styling, icon, and native clear button.
  • Notifications UI: Streamlined rows showing title and timestamp only.
  • Docker: Multi-stage Dockerfile cuts image size by excluding the build toolchain from runtime.

Bug Fixes

  • Fixed an issue where avatar uploads with invalid MIME types could bypass validation.