E

Electron Releases

E
Electron Releases Browser v44.0.0-alpha

electron v44.0.0-alpha.8

Note: This is an alpha release. Please file new issues for any bugs you find in it. This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@44.0.0-alpha.8. Release Notes for v44.0.0-alpha.8 Features Clipboard module is now aligned with the W3C Clipboard API. #52508 Frameless windows on Linux now use system-themed titlebar ic…

E
Electron Releases Browser v42.8.0

electron v42.8.0

Release Notes for v42.8.0 Features Added available to process.getSystemMemoryInfo() on Linux, exposing proc/meminfo MemAvailable. #52378 (Also in 43, 44) Fixes Fixed a window being marked hidden and background-throttled on macOS when covered by a transparent or click-through window. #52390 (Also in 43, 44) Fixed an issue where loading ICO files from ASAR archives on Windows left temporary icon fil…

E
Electron Releases Browser v44.0.0-alpha

electron v44.0.0-alpha.7

Note: This is an alpha release. Please file new issues for any bugs you find in it. This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@44.0.0-alpha.7. Release Notes for v44.0.0-alpha.7 Features Added available to process.getSystemMemoryInfo() on Linux, exposing proc/meminfo MemAvailable. #52380 (Also in 42, 43) Fixes Fi…

E
Electron Releases Browser v44.0.0-alpha

electron v44.0.0-alpha.6

Note: This is an alpha release. Please file new issues for any bugs you find in it. This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@44.0.0-alpha.6. Release Notes for v44.0.0-alpha.6 Features Added select-client-certificate event support for net.request and net.fetch; requests to servers requesting a client certificat…

E
Electron Releases Browser v43.2.0

electron v43.2.0

Release Notes for v43.2.0 Features Added net.WebSocket, a WHATWG-compatible WebSocket client for the main process that routes through Chromium's network stack. #52344 (Also in 42) Fixes Fixed app.disableHardwareAcceleration() not fully disabling GPU hardware usage on Windows starting from Electron 38. #52369 (Also in 41, 42, 44) Fixed globalShortcut not working on GNOME Wayland by enabling Chromiu…

E
Electron Releases Browser v42.7.1

electron v42.7.1

Release Notes for v42.7.1 Fixes Fixed app.disableHardwareAcceleration() not fully disabling GPU hardware usage on Windows starting from Electron 38. #52371 (Also in 41, 43, 44) Fixed a crash when showing Linux message boxes while another Linux UI implementation was active. #52408 (Also in 43, 44) Fixed an issue where frameless windows could shrink after applying constraints or toggling resizabilit…

E
Electron Releases Browser v41.10.3

electron v41.10.3

Release Notes for v41.10.3 Fixes Fixed app.disableHardwareAcceleration() not fully disabling GPU hardware usage on Windows starting from Electron 38. #52368 (Also in 42, 43, 44) Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS. #52320 (Also in 42, 43, 44) Other Changes Backported fixes from upstream Chromium and V8. #52396

E
Electron Releases Browser v44.0.0-alpha

electron v44.0.0-alpha.5

Note: This is an alpha release. Please file new issues for any bugs you find in it. This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@44.0.0-alpha.5. Release Notes for v44.0.0-alpha.5 Fixes Fixed app.disableHardwareAcceleration() not fully disabling GPU hardware usage on Windows starting from Electron 38. #52370 (Also…

E
Electron Releases Browser v44.0.0-alpha

electron v44.0.0-alpha.4

Note: This is an alpha release. Please file new issues for any bugs you find in it. This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@44.0.0-alpha.4. Release Notes for v44.0.0-alpha.4 Features Added a Save/Restore Window State API for cross-platform use. #52270 Fixes Fixed unnecessary autofill popup creation for fields…

E
Electron Releases Browser v42.7.0

electron v42.7.0

Release Notes for v42.7.0 Features Added net.WebSocket, a WHATWG-compatible WebSocket client for the main process that routes through Chromium's network stack. #52345

E
Electron Releases Browser v42.6.2

electron v42.6.2

Release Notes for v42.6.2 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. #52294 (Also in 43, 44) Fixed an issue on Windows where BrowserWindow with useContentSize: true would clamp the content area smaller than the configured maxWidth / maxHeigh…

E
Electron Releases Browser v43.1.1

electron v43.1.1

Release Notes for v43.1.1 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. #52293 (Also in 42, 44) Other Changes Updated Chromium to 150.0.7871.114. #52297

E
Electron Releases Browser v41.10.2

electron v41.10.2

Release Notes for v41.10.2 Fixes Fixed a renderer crash when calling WebAssembly.compileStreaming() or WebAssembly.instantiateStreaming() with nodeIntegration enabled. #52240 (Also in 42, 43) Other Changes Backported fixes from upstream Chromium. #52304

E
Electron Releases Browser v44.0.0-alpha

electron v44.0.0-alpha.3

Note: This is an alpha release. Please file new issues for any bugs you find in it. This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@44.0.0-alpha.3. Release Notes for v44.0.0-alpha.3 Fixes Fixed a browser-process crash (ValidateIntegrityOrDie) and spurious preload ENOENT errors when an app's app.asar is replaced on di…

E
Electron Releases Browser v43.1.0

electron v43.1.0

Release Notes for v43.1.0 Fixes Fixed crash triggered by replacing an open application menu. #52276 (Also in 41, 42, 44) Other Changes Updated Chromium to 150.0.7871.47. #52235 Updated Node.js to v24.18.0. #52106

E
Electron Releases Browser v42.6.1

electron v42.6.1

Release Notes for v42.6.1 Fixes Fixed crash triggered by replacing an open application menu. #52275 (Also in 41, 43, 44)

E
Electron Releases Browser v41.10.1

electron v41.10.1

Release Notes for v41.10.1 Fixes Fixed crash triggered by replacing an open application menu. #52278 (Also in 42, 43, 44)