You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)