v3.2.3
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