Added admin recipe list filters for creator and publication state.
Fixed language switch links so they preserve the current path, query parameters, and hash.
Fixed translation regeneration queues displayed in admin page (pending jobs).
Reworked the account menu: separate sections for the signed-in identity (name, email, role badge displayed inline without a card) and navigation links (changelog, feedback, admin).
20260705-02
Added sortable admin recipe table headers for title, status, creator, and recommendation order.
Reworked recipe translation status in the list view to reflect real content completeness instead of only the latest job row.
Added full-text recipe search with accent-insensitive matching and safer handling of search syntax.
Added search typo-correction support when SQLite spellfix1 is available.
Backfilled recipe creator metadata and showed creator names in the admin list view.
Fixed admin translation cancel/retry actions to redirect cleanly from htmx requests.
20260705-01
Added feedback submission flow and admin feedback review page.
Added build/version metadata display for deployed recipes builds.
Added database-backed feedback storage and tests for feedback permissions and delivery behavior.
Improved i18n seed coverage and validation.
20260704-01
Improved translation queue and job management for full and target-language regeneration.
Added completed translation job history in the admin translations page.
Added cancelled translation job status and cancellation support for stuck jobs.
Added per-target translation job scope tracking.
Improved OpenRouter translation client prompts and response handling.
Fixed recipe editing and post/update behavior around multilingual recipe fields.