Skip to content

Releases: electron/electron

electron v36.0.0-alpha.6

27 Mar 15:47
8b05b6e
Compare
Choose a tag to compare
Pre-release

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@36.0.0-alpha.6.

Release Notes for v36.0.0-alpha.6

Fixes

  • Fixed a crash that could occur when dragging and dropping files into the browser. #46312 (Also in 35)
  • Fixed an issue where navigationHistory.restore() failed to restore the userAgent if it was overridden. #46299 (Also in 34, 35)
  • Fixed build failure when building with printing disabled. #46284 (Also in 34, 35)

electron v35.1.2

27 Mar 05:43
39cbd0c
Compare
Choose a tag to compare

Release Notes for v35.1.2

Fixes

  • Fixed an issue where navigationHistory.restore() failed to restore the userAgent if it was overridden. #46300 (Also in 34, 36)

Other Changes

electron v34.4.1

27 Mar 23:17
e87dc57
Compare
Choose a tag to compare

Release Notes for v34.4.1

Fixes

  • Fixed an issue where navigationHistory.restore() failed to restore the userAgent if it was overridden. #46298 (Also in 35, 36)

Other Changes

electron v33.4.8

27 Mar 23:35
73d8068
Compare
Choose a tag to compare

Release Notes for v33.4.8

Other Changes

electron v36.0.0-alpha.5

26 Mar 03:56
12d11c0
Compare
Choose a tag to compare
Pre-release

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@36.0.0-alpha.5.

Release Notes for v36.0.0-alpha.5

Features

  • Added BrowserWindow.isSnapped() to indicate whether a given window has been arranged via Snap. #46226
  • Added ffmpeg.dll to delay load configuration. #46173 (Also in 34, 35)

Fixes

  • Fixed NODE_OPTIONS parsing for child processes on macOS. #46243 (Also in 34, 35)
  • Fixed an issue where webContents.printToPDF() didn't work as expected with cross-process subframes. #46259 (Also in 34, 35)
  • Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46225 (Also in 33, 34, 35)
  • Fixed an issue with token formatting for tokens received after calling pushNotifications.registerForAPNSNotifications(). #46149 (Also in 34, 35)
  • Fixed crash on Linux when PipeWire screenshare source selection is cancelled. #46235 (Also in 35)
  • Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46247 (Also in 34, 35)

Other Changes

  • Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. #46251 (Also in 34, 35)
  • Updated Chromium to 136.0.7067.0. #46017

Documentation

  • Documentation changes: #46208

electron v35.1.1

26 Mar 19:09
6e112a8
Compare
Choose a tag to compare

Release Notes for v35.1.1

Fixes

  • Fixed build failure when building with printing disabled. #46285 (Also in 34, 36)

electron v35.1.0

26 Mar 03:08
7a950f0
Compare
Choose a tag to compare

Release Notes for v35.1.0

Features

  • Added ffmpeg.dll to delay load configuration. #46172 (Also in 34, 36)

Fixes

  • Fixed NODE_OPTIONS parsing for child processes on macOS. #46244 (Also in 34, 36)
  • Fixed a crash seen on Linux when calling webContents.print(). #46147 (Also in 36)
  • Fixed an issue where system-context-menu incorrectly fired for all regions in frameless windows. #46178 (Also in 33, 34, 36)
  • Fixed an issue where webContents.printToPDF() didn't work as expected with cross-process subframes. #46257 (Also in 34, 36)
  • Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46224 (Also in 33, 34, 36)
  • Fixed an issue with token formatting for tokens received after calling pushNotifications.registerForAPNSNotifications(). #46148 (Also in 34, 36)
  • Fixed crash on Linux when PipeWire screenshare source selection is cancelled. #46234 (Also in 36)
  • Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46248 (Also in 34, 36)

Other Changes

  • Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. #46249 (Also in 34, 36)
  • Updated Chromium to 134.0.6998.165. #46196

electron v34.4.0

26 Mar 19:03
9049d01
Compare
Choose a tag to compare

Release Notes for v34.4.0

Features

  • Added ffmpeg.dll to delay load configuration. #46174 (Also in 35, 36)

Fixes

  • Fixed NODE_OPTIONS parsing for child processes on macOS. #46242 (Also in 35, 36)
  • Fixed an issue where system-context-menu incorrectly fired for all regions in frameless windows. #46175 (Also in 33, 35, 36)
  • Fixed an issue where webContents.printToPDF() didn't work as expected with cross-process subframes. #46258 (Also in 35, 36)
  • Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46223 (Also in 33, 35, 36)
  • Fixed an issue with token formatting for tokens received after calling pushNotifications.registerForAPNSNotifications(). #46150 (Also in 35, 36)
  • Fixed build failure when building with printing disabled. #46286 (Also in 35, 36)
  • Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46246 (Also in 35, 36)

Other Changes

  • Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. #46250 (Also in 35, 36)

electron v33.4.7

26 Mar 21:01
125d231
Compare
Choose a tag to compare

Release Notes for v33.4.7

Fixes

  • Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46222 (Also in 34, 35, 36)

electron v36.0.0-alpha.4

20 Mar 15:40
d23aaad
Compare
Choose a tag to compare
Pre-release

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@36.0.0-alpha.4.

Release Notes for v36.0.0-alpha.4

Fixes

  • Fixed a crash seen on Linux when calling webContents.print(). #46146

Documentation

  • Documentation changes: #46103