Skip to content

MultiAI v1.5.1

Choose a tag to compare

@JohnnyChen1113 JohnnyChen1113 released this 07 Mar 22:40
· 1 commit to main since this release

Bug Fixes

  • Fix crash on launch (ERR_UNSUPPORTED_ESM_URL_SCHEME): The v1.5.0 packaged build crashed immediately due to electron-store v10 being a pure ESM package, which the CJS main process cannot require() in production. Replaced with Node.js built-in fs + app.getPath('userData') — zero new dependencies.

Naming

  • Unified project name to MultiAI throughout (package name, storage file, localStorage keys)

Notes

Switched back to Claude Code for this release.