Change8

v42.6.2

📦 electronView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

This release addresses a browser-process crash related to app.asar updates and a clamping issue with BrowserWindow content size on Windows. It also includes backported fixes from upstream Chromium.

🐛 Bug Fixes

  • Fixed a browser-process crash (`ValidateIntegrityOrDie`) and spurious preload `ENOENT` errors when an app's `app.asar` is replaced on disk (e.g. by an updater or MDM software) while the app is running.
  • Fixed an issue on Windows where `BrowserWindow` with `useContentSize: true` would clamp the content area smaller than the configured `maxWidth` / `maxHeight` when programmatically resizing beyond those constraints via `setBounds`, `setSize`, or `setContentSize`.

Affected Symbols