Skip to content

LumiBase v0.24.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 03:05

Version

  • v0.24.1

Date

  • 2026-07-21

Highlights

  • Shell version alignment. The Tauri desktop/mobile app (@lumibase/shell)
    src-tauri version metadata is brought in lockstep with the monorepo release,
    so the auto-updater compares against the correct version. (#287)

Fixed

  • Shell version drift. apps/shell/src-tauri (tauri.conf.json,
    Cargo.toml, Cargo.lock) lagged the @lumibase/shell package version; all
    are now synced to the monorepo release version. The tauri.conf.json version
    is the value the desktop auto-updater compares against, so keeping it in
    lockstep with the release avoids stale/incorrect update checks. (#287)

Migrations

  • None

Cloudflare Pages deployments