electron

Build cross-platform desktop apps with JavaScript, HTML, and CSS

MIT License

Downloads
3M
Stars
113.1K
Committers
1.4K

Bot releases are visible (Hide)

electron - electron v25.6.0

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v25.6.0

Features

  • Added partial support for chrome.tabs.query. #39430 (Also in 26)
  • Added support for several more Node.js cli flags in the main process. #39374 (Also in 24, 26)

Fixes

  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #39528 (Also in 26)
  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #39448 (Also in 26)
electron - electron v27.0.0-alpha.1

Published by sudowoodo-release-bot[bot] about 1 year ago

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 [email protected].

Release Notes for v27.0.0-alpha.1

Features

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #38873 (Also in 25, 26)
  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #38868 (Also in 24, 25, 26)
  • Added a title parameter to webContents.openDevTools()to specify the DevTools window title. #39047
  • Added partial support for chrome.tabs.query. #39330 (Also in 25, 26)
  • Added support for --dns-result-order Node.js cli flag. #39376 (Also in 25, 26)
  • Added support for customization of the default math font along with other fonts. #38514
  • Added support for flagging a Menu as being keyboard initiated. #38903 (Also in 26)
  • Added support for several more Node.js cli flags in the main process. #39344 (Also in 24, 25, 26)
  • Added the ability to send HTTP headers with session.downloadURL(). #38785 (Also in 25, 26)
  • BrowserWindow.getBrowserView() started to guarantee returning z-index sorted array. #38943
  • BrowserWindow.showAllTabs api added. #38965
  • Support Chrome Extensions minimum_chrome_version manifest key. #39256 (Also in 26)
  • The ipcRenderer.sendTo() API has been deprecated in favor of sharing a MessageChannel between two renderers. #39091
  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #38567 (Also in 24, 25, 26)

Fixes

  • Added transparent color support for WCO on Windows. #38693 (Also in 25, 26)
  • Fixed clipboard.readImage() getting blocked when there is no PNG image in the clipboard. #39466 (Also in 26)
  • Fixed desktopCapturer thumbnail generation after screen sharing is cancelled on Wayland. #39194 (Also in 25, 26)
  • Fixed preload script may not run in some child windows opened by window.open. #38910 (Also in 23, 24, 25, 26)
  • Fixed webContents.printToPDF preferCSSPageSize type error. #38761 (Also in 24, 25, 26)
  • Fixed a crash calling nativeImage.resize() before the app ready event. #38836 (Also in 26)
  • Fixed a crash in. #39069 (Also in 26)
  • Fixed a crash seen when trying to change nativeTheme source during mara context menu close. #38824 (Also in 25, 26)
  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #38833 (Also in 23, 24, 25, 26)
  • Fixed a potential crash calling BrowserWindow.removeBrowserView() with a destroyed webContents. #38842 (Also in 24, 25, 26)
  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #39499 (Also in 24, 25, 26)
  • Fixed a potential crash when calling tray.popUpContextMenu on macOS. #39231 (Also in 26)
  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39062 (Also in 26)
  • Fixed a rare crash when closing active native tab on macOS. #39394 (Also in 25, 26)
  • Fixed a redundant permission popup while fetching screens and windows using desktopCapturer.getSources() on Wayland. #39111 (Also in 26)
  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #39352 (Also in 26)
  • Fixed an error with webContents.print parameter validation by adding missing options required to set printer printable area. #38614 (Also in 25, 26)
  • Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #39287 (Also in 25, 26)
  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38489 (Also in 23, 24, 25, 26)
  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #39034 (Also in 24, 25, 26)
  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #39387 (Also in 24, 25, 26)
  • Fixed an issue where chrome.i18n did not work properly with Chrome Extensions Manifest V3. #39291 (Also in 24, 25, 26)
  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #39365 (Also in 25, 26)
  • Fixed an issue where protocol.handle() never called its callback with the 'file' scheme. #39048 (Also in 25, 26)
  • Fixed an issue where webContents.print() stopped triggering its callback when the user cancelled the print dialog. #38709 (Also in 25, 26)
  • Fixed an issue where window.open can interfere with various aspects of Node.js functionality. #38754
  • Fixed an issue where certain Electron classes had incorrect prototype class names. #39006 (Also in 25, 26)
  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #38557 (Also in 24, 25, 26)
  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #39225 (Also in 24, 25, 26)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #39086 (Also in 24, 25, 26)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #38997 (Also in 24, 25, 26)
  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #38612 (Also in 24, 25, 26)
  • Fixed an issue where printing on Windows could trigger a crash. #38976 (Also in 25, 26)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #38996 (Also in 24, 25, 26)
  • Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #39290 (Also in 25, 26)
  • Fixed an issue where the pageVisibility API returned incorrect values in some situations when backgroundThrottling was disabled. #39223 (Also in 25, 26)
  • Fixed an issue with webContents.print({ silent: true }) not working correctly. #38741 (Also in 25, 26)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38603 (Also in 24, 25, 26)
  • Fixed an issue with the application menu overlapping menu items on Windows 11. #38998 (Also in 25, 26)
  • Fixed asar integration for node:child_process imports. #38742 (Also in 24, 25, 26)
  • Fixed crash in message ports when utility process exits. #39335 (Also in 25, 26)
  • Fixed display of title bar buttons on Wayland. #39003 (Also in 25, 26)
  • Fixed minimize button to be visible when all buttons reenabled. #38860 (Also in 23, 24, 25)
  • Fixed potential invalid protocol error handling. #38587 (Also in 25, 26)
  • Fixed problem with promise resolved to early when browser intendent in-page navigation. #39260
  • Fixed visibility of menu bar when exiting full screen. #38599 (Also in 23, 24, 25, 26)
  • Notes: Fixes an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #39317 (Also in 25, 26)

Other Changes

  • The enable_osr build flag has been removed. #38703
  • The enable_picture_in_picture build flag has been removed. #38620
  • The enable_run_as_node build flag has been removed in favor of the runAsNode fuse. #38413
  • The senderId and senderIsMainFrame properties of IpcRendererEvent have been deprecated. #39381
  • The systemPreferences.getAppLevelAppearance and systemPreferences.setAppLevelAppearance APIs have been deprecated, as well as the alternate-selected-control-text value for systemPreferences.getColor. #39343 (Also in 26)
  • The webContents.getPrinters API has been deprecated. #39356 (Also in 26)
  • The deprecated color scheme changed events in systemPreferences have been removed. #39341
  • Updated Chromium to 118.0.5949.0. #39505
  • Updated Node.js to v18.17.1. #39457

Unknown

  • Fixed an issue where setting bounds on BrowserViews can behave inconsistently across platforms. #38981 (Also in 25, 26)
electron - electron v22.3.21

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v22.3.21

Fixes

  • Fixed unnecessary package.json check on built-in modules. #39425
electron - electron v24.8.0

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v24.8.0

Features

  • Added support for several more Node.js cli flags in the main process. #39372 (Also in 25, 26)

Fixes

  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #39447 (Also in 26)
electron - electron v23.3.13

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v23.3.13

End of Support for 23.x.y

Electron 23.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

electron - electron v26.0.0

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v26.0.0

Stack Upgrades

Breaking Changes

  • The webContents.getPrinters API has been deprecated. #39459
  • The systemPreferences.getAppLevelAppearance and systemPreferences.setAppLevelAppearance APIs have been deprecated, as well as the alternate-selected-control-text value for systemPreferences.getColor. #39492

Features

Additions

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #39107 (Also in 25)
  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #39155 (Also in 25)
  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #39206 (Also in 24, 25)
  • Added net.resolveHost that resolves hosts using defaultSession object. #37853 (Also in 24, 25)
  • Added new 'did-resign-active' event on app. #37933 (Also in 25)
  • Added partial support for chrome.tabs.query. #39431 (Also in 25)
  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38263 (Also in 24, 25)
  • Added several new cursor values to the cursor-changed event. #38210 (Also in 24, 25)
  • Added support for Mica and Acrylic background effects on Windows. #38163 (Also in 24, 25)
  • Added support for flagging a Menu as being keyboard initiated. #38954
  • Added support for several more Node.js cli flags in the main process. #39373 (Also in 24, 25)
  • Added the ability to send HTTP headers with session.downloadURL(). #38871 (Also in 25)
  • Added thermal management information to powerMonitor. #37935 (Also in 24, 25)
  • Expose webContents methods to center text selection, scroll to the page bottom and top, as well as adjust selected text. #37978 (Also in 25)
  • Support Chrome Extensions minimum_chrome_version manifest key. #39357
  • Surface the context-menu event from extensions. #38029 (Also in 25)
  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #38728 (Also in 24, 25)

Improvements

  • Improved error message when contentTracing.stopRecording() fails because no trace was in progress. #38488 (Also in 23, 24, 25)

Removed/Deprecated

  • The enable_desktop_capturer build flag has been removed. #38412

Fixes

  • Fixed clipboard.readImage() getting blocked when there is no PNG image in the clipboard. #39487
  • Fixed a crash calling nativeImage.resize() before the app ready event. #38861
  • Fixed a crash in clipboard.readImage() when reading images copied via context menu on macOS. #39101
  • Fixed a crash while screen sharing on Wayland with PipeWire. #39264
  • Fixed a potential crash when calling tray.popUpContextMenu on macOS. #39313
  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39297
  • Fixed a redundant permission popup while fetching screens and windows using desktopCapturer.getSources() on Wayland. #39189
  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #39439
  • Fixed an issue where calls to window.setKiosk(false) would exit fullscreen regardless of the fullscreen state prior to kiosk mode. #38219

Also in earlier versions...

  • Added about panel for menu role about on Linux as well. #37828 (Also in 23, 24, 25)
  • Added transparent color support for WCO on Windows. #38716 (Also in 25)
  • Ensured that Electron's custom AXManualAccessibility attribute works as expected in all relevant protocol methods. #38142 (Also in 23, 24, 25)
  • Fixed desktopCapturer thumbnail generation after screen sharing is cancelled on Wayland. #39246 (Also in 25)
  • Fixed preload script may not run in some child windows opened by window.open. #38930 (Also in 23, 24, 25)
  • Fixed webContents.printToPDF preferCSSPageSize type error. #38793 (Also in 24, 25)
  • Fixed a console error seen when loading PDFs. #38127 (Also in 25)
  • Fixed a crash seen when trying to change nativeTheme source during mara context menu close. #38840 (Also in 25)
  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39049 (Also in 23, 24, 25)
  • Fixed a potential crash calling BrowserWindow.removeBrowserView() with a destroyed webContents. #38885 (Also in 24, 25)
  • Fixed a potential crash when calling webContents.print with invalid settings. #38165 (Also in 25)
  • Fixed a potential crash when right-clicking on macOS windows with draggable regions. #38100 (Also in 24, 25)
  • Fixed a rare crash when closing active native tab on macOS. #39410 (Also in 25)
  • Fixed an error with webContents.print parameter validation by adding missing options required to set printer printable area. #38721 (Also in 25)
  • Fixed an error seen in the Top Level Windows section of chrome://accessibility. #38179 (Also in 25)
  • Fixed an issue on Linux where menus would not open after resizing/maximizing/unmaximizing a window. #37798 (Also in 23, 24, 25)
  • Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #39309 (Also in 25)
  • Fixed an issue where Windows FrameViews always appeared inactive regardless of focus status. #38468 (Also in 25)
  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38610 (Also in 23, 24, 25)
  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #38291 (Also in 23, 24, 25)
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #38242 (Also in 23, 24, 25)
  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #39070 (Also in 24, 25)
  • Fixed an issue where MediaStreamTrack.getCaptureHandle() always returned null. #38390 (Also in 24, 25)
  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #39406 (Also in 24, 25)
  • Fixed an issue where chrome.i18n did not work properly with Chrome Extensions Manifest V3. #39328 (Also in 24, 25)
  • Fixed an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #39360 (Also in 25)
  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #39389 (Also in 25)
  • Fixed an issue where getNormalBounds() returns incorrect bounds for transparent maximized windows on Windows. #38218 (Also in 23, 24, 25)
  • Fixed an issue where navigator.connection returned incorrect data. #38491 (Also in 24, 25)
  • Fixed an issue where protocol.handle() never called its callback with the 'file' scheme. #39065 (Also in 25)
  • Fixed an issue where webContents.print() stopped triggering its callback when the user cancelled the print dialog. #38735 (Also in 25)
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #38241 (Also in 23, 24, 25)
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #38234 (Also in 23, 24, 25)
  • Fixed an issue where certain Electron classes had incorrect prototype class names. #39036 (Also in 25)
  • Fixed an issue where certain buttons in the PDF viewer didn't work. #37856 (Also in 23, 24, 25)
  • Fixed an issue where default background color for windows might be incorrect. #36914 (Also in 23, 24, 25)
  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #38590 (Also in 24, 25)
  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #39242 (Also in 24, 25)
  • Fixed an issue where mksnapshot would crash with a sigbus error. #38490 (Also in 25)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #39229 (Also in 24, 25)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #39013 (Also in 24, 25)
  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #38641 (Also in 24, 25)
  • Fixed an issue where printing on Windows could trigger a crash. #39039 (Also in 25)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #39007 (Also in 24, 25)
  • Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #39310 (Also in 25)
  • Fixed an issue where setting bounds on BrowserViews can behave inconsistently across platforms. #39004 (Also in 25)
  • Fixed an issue where the 'swipe' event wasn't being emitted properly on macOS. #37946 (Also in 24, 25)
  • Fixed an issue where the pageVisibility API returned incorrect values in some situations when backgroundThrottling was disabled. #39298 (Also in 25)
  • Fixed an issue which made defaultFontFamily in webPreferences have no effect. #37863 (Also in 22, 23, 24, 25)
  • Fixed an issue with webContents.print({ silent: true }) not working correctly. #38812 (Also in 25)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38679 (Also in 24, 25)
  • Fixed an issue with the application menu overlapping menu items on Windows 11. #39010 (Also in 25)
  • Fixed an perceived failure when when using Accessibility attribute AXManualAccessibility to enable a11y features in Electron. #38102 (Also in 23, 24, 25)
  • Fixed asar integration for node:child_process imports. #39234 (Also in 24, 25)
  • Fixed broken defaults in shell.openExternal() options. #38038 (Also in 22, 23, 24, 25)
  • Fixed crash in message ports when utility process exits. #39346 (Also in 25)
  • Fixed crash when executing eval in the utility process. #38014 (Also in 22, 23, 24, 25)
  • Fixed display of title bar buttons on Wayland. #39045 (Also in 25)
  • Fixed potential invalid protocol error handling. #38635 (Also in 25)
  • Fixed potential issues when minimizing parent windows with non-modal children on macOS. #38460 (Also in 23, 24, 25)
  • Fixed recommended node-gyp version in node.h error. #37829 (Also in 22, 23, 24, 25)
  • Fixed visibility of menu bar when exiting full screen. #38683 (Also in 23, 24, 25)
  • Fixed an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #39360 (Also in 25)

Other Changes

  • Backported fix for 1404797. #38323 (Also in 25)

Documentation

Notices

End of Support for 23.x.y

Electron 23.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

electron - electron v24.7.1

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v24.7.1

Fixes

  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #39407 (Also in 25, 26)
electron - electron v22.3.20

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v22.3.20

Other Changes

  • Security: backported fix for 1444438.
    • Security: backported fix for CVE-2023-3732.
    • Security: backported fix for CVE-2023-3728.
    • Security: backported fix for CVE-2023-3730. #39269
electron - electron v25.5.0

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v25.5.0

Features

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #39325 (Also in 26)

Fixes

  • Fixed a rare crash when closing active native tab on macOS. #39409 (Also in 26)
  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #39408 (Also in 24, 26)
  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #39388 (Also in 26)
  • Fixed crash in message ports when utility process exits. #39345 (Also in 26)
  • Notes: Fixes an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #39359 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.289. #39351
electron - electron v26.0.0-beta.12

Published by sudowoodo-release-bot[bot] about 1 year ago

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 v26.0.0-beta.12

Fixes

  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #39389 (Also in 25)
  • Fixed crash in message ports when utility process exits. #39346 (Also in 25)
  • Notes: Fixes an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #39360 (Also in 25)

Other Changes

  • Updated Chromium to 116.0.5845.62. #39366
electron - electron v26.0.0-beta.11

Published by sudowoodo-release-bot[bot] about 1 year ago

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 v26.0.0-beta.11

Fixes

  • Fixed a potential crash when calling tray.popUpContextMenu on macOS. #39313
  • Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #39309 (Also in 25)
  • Fixed an issue where chrome.i18n did not work properly with Chrome Extensions Manifest V3. #39328 (Also in 25)
  • Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #39310 (Also in 25)
electron - electron v25.4.0

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v25.4.0

Features

  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #39208 (Also in 24, 26)

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39308 (Also in 26)
  • Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #39314 (Also in 26)
  • Fixed an issue where chrome.i18n did not work properly with Chrome Extensions Manifest V3. #39329 (Also in 26)
  • Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #39312 (Also in 26)
  • Fixed an issue where the pageVisibility API returned incorrect values in some situations when backgroundThrottling was disabled. #39299 (Also in 26)

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #39270
  • Security: backported fix for 1444438.
    • Security: backported fix for CVE-2023-3732.
    • Security: backported fix for CVE-2023-3728.
    • Security: backported fix for CVE-2023-3730. #39266
electron - electron v23.3.12

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v23.3.12

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #39274
  • Security: backported fix for CVE-2023-3732.
    • Security: backported fix for CVE-2023-3728.
    • Security: backported fix for CVE-2023-3730. #39268
electron - electron v24.7.0

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v24.7.0

Features

  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #39207 (Also in 25, 26)

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39307 (Also in 26)

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #39273
  • Security: backported fix for 1444438.
    • Security: backported fix for CVE-2023-3732.
    • Security: backported fix for CVE-2023-3728.
    • Security: backported fix for CVE-2023-3730. #39267
electron - electron v26.0.0-beta.10

Published by sudowoodo-release-bot[bot] about 1 year ago

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 v26.0.0-beta.10

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39297
  • Fixed an issue where the pageVisibility API returned incorrect values in some situations when backgroundThrottling was disabled. #39298 (Also in 25)

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #39264
  • Updated Chromium to 116.0.5845.49. #39259
electron - electron v26.0.0-beta.9

Published by sudowoodo-release-bot[bot] about 1 year ago

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 v26.0.0-beta.9

Features

  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #39206 (Also in 24, 25)
electron - electron v26.0.0-beta.8

Published by sudowoodo-release-bot[bot] about 1 year ago

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 v26.0.0-beta.8

Fixes

  • Fixed desktopCapturer thumbnail generation after screen sharing is cancelled on Wayland. #39246 (Also in 25)
  • Fixed a redundant permission popup while fetching screens and windows using desktopCapturer.getSources() on Wayland. #39189
  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #39242 (Also in 24, 25)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #39229 (Also in 24, 25)
  • Fixed asar integration for node:child_process imports. #39234 (Also in 24, 25)

Other Changes

  • Updated Chromium to 116.0.5845.42. #39106
electron - electron v25.3.2

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v25.3.2

Fixes

  • Fixed desktopCapturer thumbnail generation after screen sharing is cancelled on Wayland. #39245 (Also in 26)
  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #39244 (Also in 24, 26)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #39228 (Also in 24, 26)
  • Fixed asar integration for node:child_process imports. #39235 (Also in 24, 26)

Other Changes

  • Updated Chromium to 114.0.5735.248. #39181
electron - electron v24.6.5

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v24.6.5

Fixes

  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #39243 (Also in 25, 26)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #39230 (Also in 25, 26)
  • Fixed asar integration for node:child_process imports. #39236 (Also in 25, 26)
electron - electron v23.3.11

Published by sudowoodo-release-bot[bot] about 1 year ago

Release Notes for v23.3.11

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39116 (Also in 24, 25, 26)
Package Rankings
Top 0.15% on Npmjs.org
Top 0.21% on Alpine-edge
Top 20.7% on Repo1.maven.org
Top 3.26% on Proxy.golang.org
Top 21.35% on Conda-forge.org
Badges
Extracted from project README
Electron Logo GitHub Actions Build Status AppVeyor Build Status Electron Discord Invite