Skip to content

v3.2.3

Choose a tag to compare

@github-actions github-actions released this 18 Jul 19:00

What's Changed

Bug Fixes

  • Electron repair lock isolation: Fixed a bug where the repair lockfile key was derived from only the first 8 characters of the Electron directory path, causing distinct installations sharing a common path prefix (like C:\Users… or /home/us…) to collapse onto a single shared lockfile. This defeated per-install isolation and caused intermittent cross-worktree test failures. The key now uses a full sha1 hash of the path, matching the engine-lock fix from v3.2.2.

Full Changelog: v3.2.2...v3.2.3