• v0.5.1 38382a4fc9

    v0.5.1 — Recipe Corpus Enrichment + Bug Fixes
    Some checks failed
    CI / Backend (Python) (push) Waiting to run
    CI / Frontend (Vue) (push) Waiting to run
    Mirror / mirror (push) Has been cancelled
    Release / release (push) Has been cancelled
    Stable

    pyr0ball released this 2026-04-18 15:39:55 -07:00 | 14 commits to main since this release

    What's new in v0.5.1

    Recipe Corpus Enrichment (#108)

    The recipe browser now has real data behind all 10 main ingredient categories. Previously, recipe_browser_fts covered only ~1,215 of 3.19M corpus recipes. After running the tag inference backfill:

    • 1,054,663 recipes tagged via ingredient-name signal matching
    • All 3.19M rows indexed in recipe_browser_fts
    • Main ingredient categories now return real results: Chicken (156K), Beef (92K), Pork (149K), Pasta (61K), etc.

    Bug Fixes

    • #96: Community feed response now includes total, page, and page_size fields
    • #92: Export endpoint argument type errors fixed
    • #93: Household invite store connection leak closed

    Shopping List

    Shopping list schema, migration, and frontend (ShoppingView, ShoppingItemRow) landed — wiring to full shopping flow continues in the next milestone.

    Session Endpoint

    GET /api/v1/session now returns the current user's tier, auth label, and household info.

    Docs

    User-facing documentation added under docs/: getting-started guides, user manual, architecture reference.

    Downloads