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 v16.2.2

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v16.2.2

Fixes

  • Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #33552 (Also in 17, 18)
  • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #33535 (Also in 15, 18)
  • Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #33590 (Also in 17, 18, 19)

Other Changes

  • Security: backported fix for chromium:1260129. #33524
  • Security: backported fix for chromium:1311641. #33605
electron - electron v15.5.2

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v15.5.2

Fixes

  • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #33523 (Also in 16, 18)

Other Changes

  • Security: backported fix for chromium:1260129. #33525
  • Security: backported fix for chromium:1311641. #33606
electron - electron v17.4.0

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v17.4.0

Features

  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #33439 (Also in 18)

Fixes

  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #33539 (Also in 18)
  • Fixed an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows. #33543 (Also in 18)
  • Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #33551 (Also in 16, 18)
  • Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #33591 (Also in 16, 18, 19)
  • Fixed issues with frameless window animations and styling. #33611 (Also in 18, 19)

Other Changes

  • Fixed scroll lag on macOS with promotion displays. #33618
  • Security: backported fix for chromium:1311641. #33613
electron - electron v18.0.2

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v18.0.2

Fixes

  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #33538 (Also in 17)
  • Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #33550 (Also in 16, 17)
  • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #33537 (Also in 15, 16)
  • Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #33592 (Also in 16, 17, 19)
  • Fixed issues with frameless window animations and styling. #33610 (Also in 19)
  • Fixed potential crash while generating accessibility trees for certain images. #33616 (Also in 19)
electron - electron v18.0.1

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v18.0.1

Fixes

  • Fixed an issue where Pointer Lock behavior could not be properly exited. #32828
  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #33490 (Also in 15, 16, 17)
  • Fixed crash when running under Wayland caused by calling X11 functions. #33498 (Also in 17)

Other Changes

  • Updated Chromium to 100.0.4896.60. #33501
electron - electron v17.3.1

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v17.3.1

Fixes

  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #33488 (Also in 15, 16, 18)
  • Fixed crash when running under Wayland caused by calling X11 functions. #33499 (Also in 18)
electron - electron v16.2.1

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v16.2.1

Fixes

  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #33489 (Also in 15, 17, 18)
electron - electron v15.5.1

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v15.5.1

Fixes

  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #33487 (Also in 16, 17, 18)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #33406 (Also in 16, 17, 18)
electron - electron v14.2.9

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v14.2.9

Other Changes

  • Backported fix for CVE-2022-0976. #33391
  • Backported fix for chromium:1296876. #33394
  • Backported fix for chromium:1309225. #33474

End of Support for 14.x.y

Electron 14.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 v19.0.0-alpha.1

Published by sudowoodo-release-bot[bot] over 2 years 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 v19.0.0-alpha.1

Breaking Changes

  • Marked .skipTaskbar as unsupported on Linux. #33226

Features

  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #33066 (Also in 18)
  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #32956 (Also in 15, 16, 17, 18)
  • Added ses.setCodeCachePath() API for setting code cache directory. #31154 (Also in 17, 18)
  • Added ability to configure if window should close when opener closes. #31314
  • Added support for more color formats in setBackgroundColor. #31868 (Also in 18)
  • Added warning that preload scripts will be sandboxed by default beginning in Electron 20. #32868 (Also in 18)

Fixes

  • Added support for the --unsafely-treat-insecure-origin-as-secure command-line flag. #33189
  • Fire 'show' event when a BrowserWindow is shown via maximize(). #32979 (Also in 16, 17, 18)
  • Fix: initialize asar support in worker threads. #33216 (Also in 18)
  • Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #32870 (Also in 16, 17, 18)
  • Fixed a V8 crash that could happen randomly in non-sandboxed renderer processes. #33252 (Also in 18)
  • Fixed a bug where BrowserWindow.fromWebContents would return undefined during the browser-window-created event. #33257 (Also in 18)
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #33204 (Also in 17, 18)
  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #33404
  • Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #32747 (Also in 17, 18)
  • Fixed an issue where Chrom DevTools settings didn't persist between loads. #33120 (Also in 17, 18)
  • Fixed an issue where First Party Sets were not correctly loaded on app launch. #33339 (Also in 18)
  • Fixed an issue where Pointer Lock behavior could not be properly exited. #32369
  • Fixed an issue where alternateImages did not work properly on macOS. #33026 (Also in 15, 16, 17, 18)
  • Fixed an issue where webContents.openDevTools({ mode }) did not work for certain dock positions. #32829 (Also in 17, 18)
  • Fixed an issue where webContents.savePage failed when passing a relative path instead of an absolute one. #32728 (Also in 15, 16, 17, 18)
  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #33024 (Also in 16, 17, 18)
  • Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. #32692 (Also in 14, 15, 16, 17, 18)
  • Fixed an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows. #33288 (Also in 18)
  • Fixed an issue where pages would not properly print on macOS due to a rendering failure. #32767 (Also in 18)
  • Fixed an issue where setting window maxHeight or maxWidth made it so the width and height could no longer be resized. #33025 (Also in 17, 18)
  • Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #33040 (Also in 15, 16, 17, 18)
  • Fixed an issue with background colors being improperly applied to BrowserViews on Windows. #33435
  • Fixed an occasional crash on Mac when spawning a child process. #33114 (Also in 17, 18)
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33207 (Also in 16, 17, 18)
  • Fixed broken transparency option in offscreen window rendering. #32885 (Also in 16, 17, 18)
  • Fixed command string registered via setAsDefaultProtocolClient on windows. #32953 (Also in 14, 15, 16, 17, 18)
  • Fixed crash in the render process on reload with pending node fs.promises. #33280 (Also in 15, 16, 17, 18)
  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #33069 (Also in 16, 17, 18)
  • Fixed drag regions on WCO windows on Windows. #32871 (Also in 15, 16, 17, 18)
  • Fixed effect when hovering over window controls on Windows in a WCO-enabled window. #32672 (Also in 14, 15, 16, 17, 18)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #33266 (Also in 15, 16, 17, 18)
  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #33438 (Also in 15, 16, 17, 18)
  • Fixed multiple issues when running under Wayland caused by calling X11 functions. #33355 (Also in 18)
  • Fixed possible race conditions between frame state and electron ipc. #32734 (Also in 17)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #33337 (Also in 16, 17, 18)
  • Fixed stale renderer process when application is quit while renderer is busy. #32888 (Also in 14, 15, 16, 17, 18)
  • Fixed the IncrementCapturerCount regression introduced by 13.0.0-beta.21. #32973 (Also in 17, 18)
  • SIGUSR1 is no longer handled when the node_cli_inspect fuse is disabled. #33188
  • Strip crashpad_handler binary on Linux, reducing bundle size. #33126 (Also in 15, 16, 17, 18)
  • Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33063 (Also in 17, 18)

Other Changes

  • Chore: backport EPROTOTYPE fixes from libuv. #32856 (Also in 16, 17, 18)
  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33109 (Also in 14, 15, 16, 17, 18)
  • None. #32731
  • Removed the semi-documented preloadURL property from WebPreferences. #33228
  • Updated Chromium to 102.0.4962.3. #33447
  • Updated Node.js to v16.14.2. #32833
  • Updated node types version. #33452 (Also in 18)

Documentation

electron - electron v18.0.0

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v18.0.0

Stack Upgrades

Breaking Changes

  • Removed the old BrowserWindowProxy-based implementation of window.open. This also removes the nativeWindowOpen option from webPreferences. #29405

Features

Additions

  • Added 'focus' and 'blur' events to WebContents. #25873
  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #33440
  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33357 (Also in 15, 16, 17)
  • Added Substitutions menu roles on macOS: showSubstitutions, toggleSmartQuotes, toggleSmartDashes, toggleTextReplacement. #32024
  • Added first-instance-ack event to the app.requestSingleInstanceLock() flow, so that users can pass some data back from the second instance to the first instance. #31460
  • Added height option for Windows Control Overlay. #31222 (Also in 15, 16, 17)
  • Added ses.setCodeCachePath() API for setting code cache directory. #33286 (Also in 17)
  • Added rawHeaders to IncomingMessage. #31853
  • Added support for more color formats in setBackgroundColor. #33364
  • Added warning that preload scripts will be sandboxed by default beginning in Electron 20. #33203
  • Support obsolete blowfish ciphers bf-{cbc,cfb,ecb} through the Node.js crypto API. #32356 (Also in 17)

Fixes

  • Fixed a V8 crash that could happen randomly in non-sandboxed renderer processes. #33260
  • Fixed a bug where BrowserWindow.fromWebContents would return undefined during the browser-window-created event. #33316
  • Fixed an issue where First Party Sets were not correctly loaded on app launch. #33345
  • Fixed an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows. #33375
  • Fixed an issue where pages would not properly print on macOS due to a rendering failure. #32813
  • Fix: initialize asar support in worker threads. #33396
  • Fixed the IncrementCapturerCount regression introduced by 13.0.0-beta.21. #33371

Also in earlier versions....

  • Allowed specifying x64 arch on Mac Rosetta via npm_config_arch. #32266 (Also in 15, 16, 17)
  • Assertion failure happening in the showSaveDialogSync() code path has been fixed. (Fixes #31997). #32049 (Also in 14, 15, 16, 17)
  • Bug fixed for registering protocol in windows which used to set invalid command if the execution path included space. #32220 (Also in 14, 15, 16, 17)
  • Fire 'show' event when a BrowserWindow is shown via maximize(). #33214 (Also in 16, 17)
  • Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #33022 (Also in 16, 17)
  • Fixed VoiceOver not reading typed words correctly in MAS builds. #32543 (Also in 17)
  • Fixed maxWidth not working in BrowserWindow constructor options. #32628 (Also in 17)
  • Fixed window.open not overriding parent's webPreferences. #32057 (Also in 15, 16, 17)
  • Fixed a crash caused by app.getLocaleCountryCode(). #32256 (Also in 15, 16, 17)
  • Fixed a crash that occurred when a user attempted to print a document either with window.print(), the print button in the PDF viewer, or with BrowserWindow.webContents() and clicked cancel in the resulting print dialog. #32632 (Also in 17)
  • Fixed a crash that occurred when user attempted to download an edited PDF. #32512 (Also in 15, 16, 17)
  • Fixed a crash when starting VoiceOver on macOS. #32564 (Also in 17)
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #33253 (Also in 17)
  • Fixed a potential crash in v8 by using allocation type: kOld in v8 ScriptOrModule legacy lifetime. #32339 (Also in 17)
  • Fixed a potential crash when importing media files or custom file types. #31881 (Also in 16, 17)
  • Fixed a potential issue when setting backgroundColor on BrowserViews. #31863 (Also in 14, 15, 16, 17)
  • Fixed an issue that the alert() dialog title is corrupted. #32434 (Also in 14, 15, 16, 17)
  • Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #33399 (Also in 17)
  • Fixed an issue where Chrom DevTools settings didn't persist between loads. #33206 (Also in 17)
  • Fixed an issue where alternateImages did not work properly on macOS. #33107 (Also in 15, 16, 17)
  • Fixed an issue where ipcRenderer.postMessage would throw errors when the transfer argument was not passed. #32433 (Also in 14, 15, 16, 17)
  • Fixed an issue where webContents.openDevTools({ mode }) did not work for certain dock positions. #32946 (Also in 17)
  • Fixed an issue where webContents.savePage failed when passing a relative path instead of an absolute one. #33019 (Also in 15, 16, 17)
  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33250 (Also in 14, 15, 16, 17)
  • Fixed an issue where calling screen capture on macOS does not properly release underlying OS capture mechanisms. #32435 (Also in 17)
  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #33197 (Also in 16, 17)
  • Fixed an issue where frameless vibrant windows would not show transparency correctly on macOS. #32593 (Also in 16, 17)
  • Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. #32714 (Also in 14, 15, 16, 17)
  • Fixed an issue where if backgroundColor was set to undefined, vibrancy failed to work and the backgroundColor would show up as white. #32517 (Also in 16, 17)
  • Fixed an issue where setting window maxHeight or maxWidth made it so the width and height could no longer be resized. #33119 (Also in 17)
  • Fixed an issue where the 'maximize' and 'unmaximize' events didn't fire properly on linux. #32441 (Also in 14, 15, 16, 17)
  • Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #33074 (Also in 15, 16, 17)
  • Fixed an issue with transparent windows failing to fire the maximize and unmaximize events on Windows. #32643 (Also in 17)
  • Fixed an occasional crash on Mac when spawning a child process. #33117 (Also in 17)
  • Fixed aspect ratio resize for frameless windows on macOS. #32287 (Also in 15, 16, 17)
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33361 (Also in 16, 17)
  • Fixed broken transparency option in offscreen window rendering. #33053 (Also in 16, 17)
  • Fixed command string registered via setAsDefaultProtocolClient on windows. #33013 (Also in 14, 15, 16, 17)
  • Fixed console windows from ELECTRON_RUN_AS_NODE instances. #31963 (Also in 16, 17)
  • Fixed crash in the render process on reload with pending node fs.promises. #33302 (Also in 15, 16, 17)
  • Fixed crash when calling webContents.setZoomFactor(1.0). #32604 (Also in 13, 14, 15, 16, 17)
  • Fixed crash when playing media files on Windows 7/8 or macOS 10.11/10.12. #32046 (Also in 13, 14, 15, 16, 17)
  • Fixed drag regions on WCO windows on Windows. #33202 (Also in 15, 16, 17)
  • Fixed effect when hovering over window controls on Windows in a WCO-enabled window. #32723 (Also in 14, 15, 16, 17)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #32364 (Also in 13, 14, 15, 16, 17)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #33305 (Also in 15, 16, 17)
  • Fixed issue where not all serial devices were exposed to the handler specified by session.setDevicePermissionHandler. #32651 (Also in 17)
  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #33446 (Also in 15, 16, 17)
  • Fixed minimized BrowserWindow being restored by BrowserWindow.unmaximize(). #32438 (Also in 14, 15, 16, 17)
  • Fixed possible race conditions between frame state and electron ipc. #32851 (Also in 17)
  • Fixed potential crash on Windows and Linux when using desktopCapturer.getSources. #32052 (Also in 16, 17)
  • Fixed regression where console windows would open for execSync and some spawnSync calls for Windows users. #32340 (Also in 16, 17)
  • Fixed respecting aspect ratio when maximum size is set on BrowserWindow. #29101 (Also in 14, 15, 16, 17)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #33407 (Also in 16, 17)
  • Fixed stale renderer process when application is quit while renderer is busy. #32971 (Also in 14, 15, 16, 17)
  • Fixed windows with roundedCorners: false unable to be closed. #32597 (Also in 15, 16, 17)
  • Strip crashpad_handler binary on Linux, reducing bundle size. #33175 (Also in 15, 16, 17)
  • Strip symbols from crashpad_handler binary on Linux, reducing bundle size. #32540 (Also in 15, 16, 17)
  • The <webview> implementation was made more robust, it no longer breaks when will-attach-webview handler modifies the internal params.instanceId. #32386 (Also in 16, 17)
  • Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33284 (Also in 17)

Other Changes

  • Updated Chromium to 100.0.4896.56. #33475
  • Updated node types version. #33477
  • Chore: backport EPROTOTYPE fixes from libuv. #32944 (Also in 16, 17)

Documentation

End of Support for 14.x.y

Electron 14.x.y has reached end-of-support. As per Electron's new 8-week cadence, we are supporting the latest four versions of Electron until May 2022, with the release of Electron 19. After Electron 19 is released, we'll return to supporting the latest three major versions, as well as the alpha, beta, and nightly releases.

E18 (Mar'22) E19 (May'22)
18.x.y 19.x.y
17.x.y 18.x.y
16.x.y 17.x.y
15.x.y --
electron - electron v17.3.0

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v17.3.0

Features

  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33358 (Also in 15, 16, 18)

Fixes

  • Fix: initialize asar support in worker threads. #33395 (Also in 18)
  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #33445 (Also in 15, 16, 18)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #33408 (Also in 16, 18)
  • Fixed the IncrementCapturerCount regression introduced by 13.0.0-beta.21. #33430 (Also in 18)

Other Changes

  • Updated Chromium to 98.0.4758.141. #33483
electron - electron v15.5.0

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v15.5.0

Features

  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33360 (Also in 16, 17, 18)

Fixes

  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #33449 (Also in 16, 17, 18)

Other Changes

  • Backported fix for CVE-2022-1096. #33473
  • Backported fix for chromium:1296876. #33393
electron - electron v16.2.0

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v16.2.0

Features

  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33359 (Also in 15, 17, 18)

Fixes

  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #33444 (Also in 15, 17, 18)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #33405 (Also in 17, 18)

Other Changes

  • Backported fix for CVE-2022-0976. #33389
  • Backported fix for CVE-2022-1096. #33472
  • Backported fix for chromium:1296876. #33392
  • Fixed an issue where moving a window created in a scaled display to a regular display would increase the window size. #33381
  • Security: backported fix for CVE-2022-0806. #33240
  • Security: backported fix for CVE-2022-0975. #33341
  • Security: backported fix for CVE-2022-0978. #33340
electron - electron v18.0.0-beta.6

Published by sudowoodo-release-bot[bot] over 2 years 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 v18.0.0-beta.6

Features

  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33357 (Also in 15, 17)
  • Added support for more color formats in setBackgroundColor. #33364

Fixes

  • Fire 'show' event when a BrowserWindow is shown via maximize(). #33214 (Also in 16, 17)
  • Fix: initialize asar support in worker threads. #33396
  • Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #33399 (Also in 17)
  • Fixed an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows. #33375
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33361 (Also in 16, 17)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #33407 (Also in 17)
  • Fixed the IncrementCapturerCount regression introduced by 13.0.0-beta.21. #33371
electron - electron v14.2.8

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v14.2.8

Other Changes

  • Backported fix for 1283402. #33246
  • Backported fix for OSV-2021-777. #33239
  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33247 (Also in 15, 16, 17, 18)
  • Security: backported fix for CVE-2022-0792. #33223
  • Security: backported fix for CVE-2022-0806. #33243
  • Security: backported fix for CVE-2022-0975. #33343
electron - electron v16.1.1

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v16.1.1

Fixes

  • Fire 'show' event when a BrowserWindow is shown via maximize(). #33212 (Also in 17, 18)
  • Fixed an issue where calling screen capture on macOS does not properly release underlying OS capture mechanisms. #33314 (Also in 17)
  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #33313 (Also in 17, 18)
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33363 (Also in 17, 18)
  • Fixed crash in the render process on reload with pending node fs.promises. #33301 (Also in 15, 17, 18)
  • Fixed drag regions on WCO windows on Windows. #33200 (Also in 15, 17, 18)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #33312 (Also in 15, 17, 18)

Other Changes

  • Backported fix for 1283402. #33244
  • Backported fix for OSV-2021-777. #33236
  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33249 (Also in 14, 15, 17, 18)
  • Security: backported fix for 1291728. #33179
  • Security: backported fix for CVE-2022-0792. #33219
  • Security: backported fix for CVE-2022-0801. #33258
electron - electron v17.2.0

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v17.2.0

Features

  • Added ses.setCodeCachePath() API for setting code cache directory. #33285 (Also in 18)

Fixes

  • Fire 'show' event when a BrowserWindow is shown via maximize(). #33213 (Also in 16, 18)
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #33254 (Also in 18)
  • Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #33398 (Also in 18)
  • Fixed an issue where Chrome DevTools settings didn't persist between loads. #33273 (Also in 18)
  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #33196 (Also in 16, 18)
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33362 (Also in 16, 18)
  • Fixed crash in the render process on reload with pending node fs.promises. #33335 (Also in 15, 16, 18)
  • Fixed drag regions on WCO windows on Windows. #33201 (Also in 15, 16, 18)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #33306 (Also in 15, 16, 18)
  • Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33283 (Also in 18)

Other Changes

  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33251 (Also in 14, 15, 16, 18)
  • Fixed an issue where moving a window created in a scaled display to a regular display would increase the window size. #33231
electron - electron v15.4.2

Published by sudowoodo-release-bot[bot] over 2 years ago

Release Notes for v15.4.2

Fixes

  • Fixed crash in the render process on reload with pending node fs.promises. #33300 (Also in 16, 17, 18)
  • Fixed drag regions on WCO windows on Windows. #33199 (Also in 16, 17, 18)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #33311 (Also in 16, 17, 18)

Other Changes

  • Backported fix for 1283402. #33245
  • Backported fix for CVE-2022-0976. #33390
  • Backported fix for OSV-2021-777. #33237
  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33248 (Also in 14, 16, 17, 18)
  • Security: backported fix for CVE-2022-0792. #33222
  • Security: backported fix for CVE-2022-0806. #33242
  • Security: backported fix for CVE-2022-0975. #33342
  • Security: backported fix for chromium:1281908. #33185
electron - electron v18.0.0-beta.5

Published by sudowoodo-release-bot[bot] over 2 years 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 v18.0.0-beta.5

Features

  • Added ses.setCodeCachePath() API for setting code cache directory. #33286 (Also in 17)

Fixes

  • Fixed an issue where First Party Sets were not correctly loaded on app launch. #33345
  • Fixed crash in the render process on reload with pending node fs.promises. #33302 (Also in 15, 16)
  • Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33284 (Also in 17)
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