• v0.4.0 c4057bb010

    fix(e2e): update chunks synchronously in store to prevent rechunk timeout
    Some checks failed
    Auto-close issues on release branch merge / Close referenced issues (push) Has been cancelled
    Release Docker Images / Build & push — local (push) Has been cancelled
    Release Docker Images / Build & push — remote (push) Has been cancelled

    Ghost released this 2026-04-14 17:06:34 +02:00 | 32 commits to main since this release

    ChunkPanel emitted 'rechunked' which triggered an async re-fetch via
    analysisStore.select() — but Vue does not await async emit handlers,
    so chunk-cards never appeared before the E2E 30s timeout.

    Now rechunk/edit/delete write returned chunks directly into the
    analysis store via updateChunks(), removing the async round-trip.

    Downloads