Releases: electron/electron
electron v35.2.1
Release Notes for v35.2.1
Fixes
- Fixed Minimize menu button to follow set window minimizability on Windows. #46715 (Also in 34, 36)
- Fixed a potential crash in
utilityProcess.postMessage
when calling with an invalid transferable. #46666 (Also in 36) - Fixed case where file dialog filters would get mixed up, if a
*
filter was included. #46721 (Also in 34, 36) - Fixed crash on reconversion with google IME and editcontext on macOS. #46700 (Also in 34, 36)
- Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46684 (Also in 34, 36)
electron v34.5.3
Release Notes for v34.5.3
Fixes
- Fixed Minimize menu button to follow set window minimizability on Windows. #46716 (Also in 35, 36)
- Fixed case where file dialog filters would get mixed up, if a
*
filter was included. #46720 (Also in 35, 36) - Fixed crash on reconversion with google IME and editcontext on macOS. #46701 (Also in 35, 36)
- Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46683 (Also in 35, 36)
Other Changes
- Backported fix for 405292639. #46728
electron v36.0.0-beta.8
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v36.0.0-beta.8
Fixes
- Fixed a potential crash in
utilityProcess.postMessage
when calling with an invalid transferable. #46667 (Also in 35) - Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46682 (Also in 34, 35)
Other Changes
- Updated Chromium to 136.0.7103.33. #46665
electron v36.0.0-beta.7
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v36.0.0-beta.7
Features
- Added
nativeTheme.shouldUseDarkColorsForSystemIntegratedUI
to distinguish system and app theme. #46598 (Also in 35)
Fixes
electron v35.2.0
Release Notes for v35.2.0
Features
- Added
nativeTheme.shouldUseDarkColorsForSystemIntegratedUI
to distinguish system and app theme. #46599 (Also in 36)
Fixes
- Fixed ElectronAccessibilityUI bug. #46591 (Also in 33, 34, 36)
- Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #46581 (Also in 34, 36)
- Fixed an error when calling
window.emit('close')
after toggling fullscreen mode. #46620 (Also in 36) - Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #46644 (Also in 33, 34, 36)
- Fixed an issue where badly formatted switches could cause crashes in
app.commandLine
functions. #46631 (Also in 36) - Fixed an issue with
--inspect-brk
failing in packaged apps. #46583 (Also in 36) - Fixed an issue with the
assert
Node.js module in the renderer process. #46632 (Also in 36) - Fixed several paint and white flash issues on macOS. #46628 (Also in 36)
Other Changes
electron v34.5.2
Release Notes for v34.5.2
Fixes
- Fixed ElectronAccessibilityUI bug. #46588 (Also in 33, 35, 36)
- Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #46582 (Also in 35, 36)
- Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #46643 (Also in 33, 35, 36)
Other Changes
electron v33.4.10
electron v36.0.0-beta.6
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v36.0.0-beta.6
Fixes
- Fixed an error when calling
window.emit('close')
after toggling fullscreen mode. #46621 (Also in 35) - Fixed an issue where context menu actions such as copy/paste did not correctly fire when a frame was not passed in. #46619
Other Changes
electron v36.0.0-beta.5
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v36.0.0-beta.5
Fixes
- Fixed ElectronAccessibilityUI bug. #46590 (Also in 33, 34, 35)
- Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #46580 (Also in 34, 35)
- Fixed an issue with
--inspect-brk
failing in packaged apps. #46584 (Also in 35) - Fixed an issue with the
assert
Node.js module in the renderer process. #46561
Other Changes
- Updated Chromium to 136.0.7103.17. #46546