Skip to content

Releases: electron/electron

electron v35.2.1

23 Apr 20:19
0f73bba
Compare
Choose a tag to compare

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

23 Apr 18:15
0f8a2a9
Compare
Choose a tag to compare

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

21 Apr 19:56
3348ac0
Compare
Choose a tag to compare
Pre-release

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

17 Apr 16:18
7b66361
Compare
Choose a tag to compare
Pre-release

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

  • Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #46642 (Also in 33, 34, 35)
  • Fixed several paint and white flash issues on macOS. #46629 (Also in 35)

electron v35.2.0

18 Apr 20:35
ee04cb9
Compare
Choose a tag to compare

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

  • Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. #46616 (Also in 34, 36)
  • Updated Chromium to 134.0.6998.205. #46655

electron v34.5.2

18 Apr 20:40
eecf0a7
Compare
Choose a tag to compare

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

  • Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. #46618 (Also in 35, 36)

electron v33.4.10

18 Apr 20:20
a177abf
Compare
Choose a tag to compare

Release Notes for v33.4.10

Fixes

  • Fixed ElectronAccessibilityUI bug. #46589 (Also in 34, 35, 36)
  • Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #46645 (Also in 34, 35, 36)

electron v36.0.0-beta.6

14 Apr 15:49
53633fc
Compare
Choose a tag to compare
Pre-release

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

  • Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. #46617 (Also in 34, 35)
  • Updated Chromium to 136.0.7103.25. #46603

electron v36.0.0-beta.5

10 Apr 18:00
70fd706
Compare
Choose a tag to compare
Pre-release

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

electron v35.1.5

09 Apr 19:29
ef97397
Compare
Choose a tag to compare

Release Notes for v35.1.5

Fixes

  • Fixed a potential crash in parentPort. #46495 (Also in 34, 36)

Unknown

  • Reverts a change that greyed out disabled menu items on macOS (#46307). #46521 (Also in 34, 36)