• v0.6.2 399aa95d44

    Encapsulate all migrations in kanta migrate_vN, drop persisted Data.version

    LeoVasanko released this 2026-08-29 20:16:13 +00:00 | 79 commits to main since this release

    migrate_v1 now also rebuilds the legacy flat pages store as the menu
    tree (moved from the app lifespan, raw-dict level); migrate_v2 now also
    backfills missing AVIF/WebP/JPEG derivatives on disk (moved from the
    lifespan) and drops the obsolete version field. The version render
    counter was cache-invalidation state, not database state: replaced by an
    in-memory render generation that clears the page-body LRU and feeds page
    ETags. The legacy Page struct and Data.pages/version fields are removed;
    old databases lose the stale keys on re-serialization.

    Downloads