• v3-cleanup-20260413b
    All checks were successful
    Release / Test backend (push) Successful in 48s
    Release / Check ui (push) Successful in 1m56s
    Release / Docker (push) Successful in 5m35s
    Release / Gitea Release (push) Successful in 23s
    Stable

    gitea-actions released this 2026-04-12 18:47:40 +05:00 | -515 commits to main since this release

    The SSE (non-async) chapter-names handler streamed results to the client
    but never wrote them into the PocketBase job payload — only the initial
    {pattern} stub was stored. The Review button then fetched the job and
    found no results, showing 'No results found in this job's payload.'

    Fix: accumulate allResults across batches (same as the async handler) and
    write the full {pattern, slug, results:[...]} payload when marking done.

    Downloads