[PR #141] [CLOSED] chore(deps): update dependency electron to v39 - autoclosed #145

Closed
opened 2026-03-02 23:31:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/141
Author: @renovate[bot]
Created: 10/28/2025
Status: Closed

Base: mainHead: renovate/electron-39.x


📝 Commits (1)

  • 3579e90 chore(deps): update dependency electron to v39

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/package.json (+1 -1)

📄 Description

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
electron ^37.0.0^39.0.0 age confidence

Release Notes

electron/electron (electron)

v39.2.7: electron v39.2.7

Compare Source

Release Notes for v39.2.7

Other Changes

  • Updated Chromium to 142.0.7444.235. #​49190

v39.2.6: electron v39.2.6

Compare Source

Release Notes for v39.2.6

Fixes

  • Fixed visual artifacts while resizing a window on Windows. #​49138

Other Changes

  • Updated Chromium to 142.0.7444.226. #​49137

v39.2.5: electron v39.2.5

Compare Source

Release Notes for v39.2.5

Fixes

  • Fixed a Windows notification issue where clicking a native notification would result in an application hang on certain Windows environments. #​49130 (Also in 40)
  • Fixed an issue where menu-did-close was not emitted properly for some application menus. #​49093 (Also in 38, 40)
  • Reduced amount of visual artifacts while resizing a window on Windows. #​49076

Other Changes

  • Fixed devtools element panel flickering when with node inspection. #​49044 (Also in 40)

v39.2.4: electron v39.2.4

Compare Source

Release Notes for v39.2.4

Fixes

  • Fixed an issue where the close callback param for menu.popup would fire when any arbitrary submenu of the given menu closed, and not the menu itself. #​49045 (Also in 38, 40)
  • Fixed crash when reading system certificates via nodejs tls module. #​49042 (Also in 40)
  • Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #​49019 (Also in 38, 40)

Other Changes

  • Updated Chromium to 142.0.7444.177. #​49037

v39.2.3: electron v39.2.3

Compare Source

Release Notes for v39.2.3

  • Updated Chromium to 142.0.7444.175.

v39.2.2: electron v39.2.2

Compare Source

Release Notes for v39.2.2

Fixes

  • Fixed crash when creating event object for IPC events. #​48992 (Also in 40)

v39.2.1: electron v39.2.1

Compare Source

Release Notes for v39.2.1

Fixes

  • Fixed an issue where some apps would throw an exception on launch. #​48975 (Also in 40)

v39.2.0: electron v39.2.0

Compare Source

Release Notes for v39.2.0

Features

  • Added app.isHardwareAccelerationEnabled(). #​48680 (Also in 37, 38)
  • Added bypassCustomProtocolHandlers option to net.request. #​48882 (Also in 38, 40)
  • Automatically focus DevTools when element is inspected or breakpoint is triggered. #​48702 (Also in 37, 38)
  • Enables resetting accent color to follow system accent settings if a previous color has been set via window.setAccentColor(null). #​48852 (Also in 38)
  • Updated nativeImage.createFromNamedImage to support SF Symbol names. #​48773 (Also in 40)

Fixes

  • Fixed crash on windows when UTF-8 is in path. #​48944 (Also in 38, 40)
  • Reenable V8 trap handlers for wasm in browser and utility process, improves runtime execution of wasm. #​48837 (Also in 40)
  • Restored window's canHide property. #​48901 (Also in 37, 38)
  • Windows: Calling window.setFocusable(true) will no longer cause a window to lose focus. #​48928 (Also in 40)

Other Changes

  • Updated Chromium to 142.0.7444.162. #​48899

v39.1.2: electron v39.1.2

Compare Source

Release Notes for v39.1.2

Fixes

  • Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. #​48834 (Also in 38, 40)
  • Fix: ESM-from-CJS import when CJK characters are in path. #​48873
  • Fixed oom crash when optimizing certain wasm functions involving large phi nodes. #​48815 (Also in 38, 40)
  • Fixed the issue where the parent window remained interactive after the modal window was opened. #​48865 (Also in 40)

Other Changes

  • Updated Chromium to 142.0.7444.134. #​48818

Documentation

Unknown

  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #​48830 (Also in 38, 40)

v39.1.1: electron v39.1.1

Compare Source

Release Notes for v39.1.1

Fixes

  • Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts #​48598. #​48800 (Also in 40)
  • Fixed draw smoothing round corner issue. #​48781 (Also in 40)

v39.1.0: electron v39.1.0

Compare Source

Release Notes for v39.1.0

Fixes

  • Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. #​48758 (Also in 38, 40)
  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #​48711 (Also in 37, 38)
  • Fixed incorrect signal variable reference in nan-spec-runner that could cause install failures to go undetected. #​48709 (Also in 38)

Other Changes

v39.0.0: electron v39.0.0

Compare Source

Release Notes for v39.0.0

Stack Upgrades

Breaking Changes

  • Added colorSpace to offscreen shared texture info of webContents.on('paint') event.
    • Breaking Changed the signature of OffscreenSharedTexture to provide a unified handle that holds the native handle. #​47315
  • Fixed a spec compliance issue with window.open where it should always create a resizable popup window but did not. #​47540

For breaking changes inherited via Chromium, see blog post

Features

Additions
  • Added RGBAF16 output format with scRGB HDR color space support to Offscreen Rendering. #​48504
  • Added fileBacked and purgeable fields to process.getSystemMemoryInfo() for macOS. #​47628 (Also in 37, 38)
  • Added support for guid Tray constructor option on macOS to allow tray icons to maintain position across launches. #​47838 (Also in 36, 37, 38)
  • Added webFrameMain.fromFrameToken(processId, frameToken) to get a WebFrameMain instance from its frame token. #​47850 (Also in 38)
  • Added methods to enable more granular accessibility support management. #​48625
  • Added support for app.getRecentDocuments() on Windows and macOS. #​45839 (Also in 36, 37, 38)
  • Added support for USBDevice.configurations. #​47459
  • Added the ability to retrieve the system accent color on Linux using systemPreferences.getAccentColor. #​48628
  • Adds the ability to change window accent color on Windows after initial window initialization via {get|set}AccentColor. #​47741 (Also in 36, 37, 38)
  • Allowed for persisting File System API grant status within a given session. #​48326 (Also in 37, 38)
  • Internally switched to using DIR_ASSETS instead of DIR_MODULE/DIR_EXE to locate assets and resources, and added "assets" as a key that can be queried via app.getPath. #​47439 (Also in 37, 38)
  • Support dynamic ESM imports in non-context isolated preloads. #​48488 (Also in 37, 38)

Fixes

  • Fixed an issue where systemPreferences.getAccentColor inverted the color. #​48624
  • Fixed an issue where calling webContents.openDevTools({ mode: 'detach' }) would cause a crash on Wayland. #​48623
  • Fixed crash when accessing webContents.session. #​48344
  • Fixed crash when inspector agent attempts to evaluate on provisional frames. #​48515
  • Fixed crash when passing feature param from commandline --enable-features=Feature:ParamA/Value. #​48442
Also in earlier versions...
  • AccentColor set distinguishes the frame. #​48450 (Also in 37, 38)
  • Fix: runtime JS error that crashes GetPackageJSON. #​48425 (Also in 37, 38)
  • Fixed Wayland configuration through the XDG_SESSION_TYPE environment variable. #​48310 (Also in 38)
  • Fixed Windows dialog.showMessageBox default button handling. #​48521 (Also in 36, 37, 38)
  • Fixed a bug where app extensions filters didn't allow for selecting app bundles in macOS file dialogs. #​47825 (Also in 36, 37, 38)
  • Fixed a bug where the Referer header was not being set correctly when using webContents.downloadURL(). #​47625 (Also in 36, 37, 38)
  • Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox. #​47765 (Also in 37, 38)
  • Fixed a crash possible when calling webContents.loadURL() from a failed webContents.loadURL() call's catch handler. #​48004 (Also in 36, 37, 38)
  • Fixed a crash when adding the -electron-corner-smoothing CSS rule to a stylesheet with no associated document. #​47759 (Also in 37, 38)
  • Fixed a crash when calling desktopCapturer.getSources with an empty thumbnail size. #​47641 (Also in 36, 37, 38)
  • Fixed a crash when calling some webContents functions after window.close(). #​47933 (Also in 36, 37, 38)
  • Fixed a potential crash in dialog.showOpenDialog on Windows with an empty extension filter array. #​48658 (Also in 37, 38)
  • Fixed addBrowserView to prevent unnecessary removal and re-adding of the same BrowserView. #​48053 (Also in 37, 38)
  • Fixed an error when checking environmental variables when using remote checksums when installing Electron via npm. #​48673 (Also in 37, 38)
  • Fixed an issue on some older Windows versions where setContentProtection didn't work as expected. #​47856 (Also in 36, 37, 38)
  • Fixed an issue where app.accessibilitySupportEnabled didn't work as expected. #​48041 (Also in 37, 38)
  • Fixed an issue where dialog.showMessageDialog showed a window incorrectly centered to monitor instead of parent window when passed. #​48181 (Also in 38)
  • Fixed an issue where net.isOnline() always returned true in utilityProcesses. #​48111 (Also in 36, 37, 38)
  • Fixed an issue where require('node:sqlite') didn't work. #​47706 (Also in 36, 37, 38)
  • Fixed an issue where shell.openExternal caused an unexpected dialog to open when there was no app suitable to open the url. #​48518 (Also in 38)
  • Fixed an issue where shell.openPath was not non-blocking as expected. #​48079 (Also in 36, 37, 38)
  • Fixed an issue where trafficLightPosition would not be correctly applied when using titleBarStyle: 'customButtonsOnHover' on macOS 26. #​48621 (Also in 38)
  • Fixed an issue where a file-only picker incorrectly allowed some directories. #​48198 (Also in 36, 37, 38)
  • Fixed an issue where an invalid color passed as a string to accentColor would result in a white accent color. #​47660 (Also in 37, 38)
  • Fixed an issue where authentication via websockets can crash. #​48541 (Also in 37, 38)
  • Fixed an issue where button background on mouse hover with titleBarOverlay wasn't always calculated to provide appropriate minimum contrast. #​48597 (Also in 37, 38)
  • Fixed an issue where certain operations performed in a window close callback could trigger a crash. #​47751 (Also in 36, 37, 38)
  • Fixed an issue where changing the resizable property on a window would break the styles of a transparent window. #​48501 (Also in 37, 38)
  • Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have roundedCorners set to false. #​47664 (Also in 36, 37, 38)
  • Fixed an issue where dragging sometimes didn't work after the contextmenu event was emitted. #​48199 (Also in 36, 37, 38)
  • Fixed an issue where icons didn't show up as expected on Windows Toast notifications. #​48629 (Also in 38)
  • Fixed an issue where importing from electron/utility in an ESM file threw an error at runtime. #​47998 (Also in 36, 37, 38)
  • Fixed an issue where importing from electron/utility threw a ERR_MODULE_NOT_FOUND error at runtime. #​47968 (Also in 36, 37, 38)
  • Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #​48142 (Also in 36, 37, 38)
  • Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. #​48438 (Also in 37, 38)
  • Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #​47740 (Also in 36, 37, 38)
  • Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #​48085 (Also in 36, 37, 38)
  • Fixed an issue where the window required restart in order to recognize system accent color setting change. #​47629 (Also in 36, 37, 38)
  • Fixed an issue where users on MacOS were unable to interact with a webpage loaded via loadURL. #​47560 (Also in 38)
  • Fixed an issue where video scrubbing would not correctly hold the new position on playback. #​47703 (Also in 37, 38)
  • Fixed an issue where windows opened with window.open would never be offscreen. #​47868 (Also in 37, 38)
  • Fixed an issue where windows used dark theme on Linux all the time without reacting to system theme changes. #​47869 (Also in 37, 38)
  • Fixed applying background material correctly when creating windows on Windows, restored animations, and also fixed the issue where dynamically setting the background material had no effect. #​47386 (Also in 36, 37, 38)
  • Fixed compilation error when disabling extensions and pdf_viewer. #​47964 (Also in 37, 38)
  • Fixed download button does not work in PDF Viewer. #​48404 (Also in 38)
  • Fixed excessive WindowServer GPU usage on macOS Tahoe 26. #​48399 (Also in 36, 37, 38)
  • Fixed high CPU usage with <input> tag on macOS 26. #​48393 (Also in 36, 37, 38)
  • Fixed potential deadlock inside app.getLoginItemSettings on macOS. #​48090 (Also in 36, 37, 38)
  • Fixed shader-f16 to work on Windows. #​48557 (Also in 37, 38)
  • Fixed white flash on call to BrowserWindow.show. #​48559 (Also in 37, 38)
  • Titlebar buttons now appear on the correct side of windows on Wayland in Ubuntu. #​48603 (Also in 38)

Other Changes

  • Added abi_version file to the npm package. #​47598
  • Added platform-specific conditions to the source_set in chromium_src. #​47627
  • Fixed a development issue where the metal toolchain could not be found when building on macOS 26. #​48472 (Also in 37, 38)
  • Electron.Event object backing class is now managed by v8. #​48161
  • app module backing C++ object is now managed by v8. #​48118
  • session module backing C++ object is now managed by v8. #​48141

Documentation

Notices

End of Support for 36.x.y

Electron 36.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.

v38.7.2: electron v38.7.2

Compare Source

Release Notes for v38.7.2

Fixes

  • Fixed an issue where the close callback param for menu.popup would fire when any arbitrary submenu of the given menu closed, and not the menu itself. #​49047 (Also in 39, 40)
  • Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #​49020 (Also in 39, 40)

v38.7.1: electron v38.7.1

Compare Source

Release Notes for v38.7.1

Other Changes

v38.7.0: electron v38.7.0

Compare Source

Release Notes for v38.7.0

Features

  • Added app.isHardwareAccelerationEnabled(). #​48681 (Also in 37, 39)
  • Added bypassCustomProtocolHandlers option to net.request. #​48881 (Also in 39, 40)
  • Automatically focus DevTools when element is inspected or breakpoint is triggered. #​48701 (Also in 37, 39)
  • Enables resetting accent color to follow system accent settings if a previous color has been set via window.setAccentColor(null). #​48853 (Also in 39)

Fixes

  • Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. #​48836 (Also in 39, 40)
  • Fix: ESM-from-CJS import when CJK characters are in path. #​48876 (Also in 39, 40)
  • Fixed an issue where calling webContents.openDevTools({ mode: 'detach' }) would cause a crash on Wayland. #​48926 (Also in 39)
  • Fixed crash on windows when UTF-8 is in path. #​48947 (Also in 39, 40)
  • Fixed oom crash when optimizing certain wasm functions involving large phi nodes. #​48817 (Also in 39, 40)
  • Fixed the issue where the parent window remained interactive after the modal window was opened. #​48866 (Also in 39, 40)
  • Restored window's canHide property. #​48900 (Also in 37, 39)

Other Changes

Unknown

  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #​48829 (Also in 39, 40)

v38.6.0: electron v38.6.0

Compare Source

Release Notes for v38.6.0

Fixes

  • Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts #​48598. #​48801 (Also in 39, 40)
  • Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. #​48757 (Also in 39, 40)
  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #​48710 (Also in 37, 39)
  • Fixed draw smoothing round corner issue. #​48780 (Also in 40)
  • Fixed incorrect signal variable reference in nan-spec-runner that could cause install failures to go undetected. #​48708 (Also in 39)

Other Changes

v38.5.0: electron v38.5.0

Compare Source

Release Notes for v38.5.0

Features

  • Added methods to enable more granular accessibility support management. #​48626 (Also in 37, 39)

Fixes

  • Fixed a potential crash in dialog.showOpenDialog on Windows with an empty extension filter array. #​48660 (Also in 37, 39)
  • Fixed an error when checking environmental variables when using remote checksums when installing Electron via npm. #​48672 (Also in 37, 39)
  • Fixed an issue where trafficLightPosition would not be correctly applied when using titleBarStyle: 'customButtonsOnHover' on macOS 26. #​48620 (Also in 37, 39)
  • Fixed an issue where button background on mouse hover with titleBarOverlay wasn't always calculated to provide appropriate minimum contrast. #​48595 (Also in 37, 39)
  • Fixed an issue where icons didn't show up as expected on Windows Toast notifications. #​48630 (Also in 39)
  • Fixed crash when inspector agent attempts to evaluate on provisional frames. #​48513 (Also in 39)

Other Changes

  • Updated Chromium to 140.0.7339.249. #​48569

Documentation

v38.4.0: electron v38.4.0

Compare Source

Release Notes for v38.4.0

Features

  • Support dynamic ESM imports in non-context isolated preloads. #​48489 (Also in 39)

Fixes

  • Fixed shader-f16 to work on Windows. #​48555 (Also in 37, 39)
  • Fixed white flash on call to BrowserWindow.show. #​48560 (Also in 37, 39)
  • Titlebar buttons now appear on the correct side of windows on Wayland in Ubuntu. #​48602 (Also in 39)

v38.3.0: electron v38.3.0

Compare Source

Release Notes for v38.3.0

Fixes

  • Fixed Windows dialog.showMessageBox default button handling. #​48519 (Also in 36, 37, 39)
  • Fixed an issue where shell.openExternal caused an unexpected dialog to open when there was no app suitable to open the url. #​48517 (Also in 39)
  • Fixed an issue where authentication via websockets can crash. #​48539 (Also in 37, 39)
  • Fixed an issue where changing the resizable property on a window would break the styles of a transparent window. #​48499 (Also in 39)

Other Changes

  • Fixed a development issue where the metal toolchain could not be found when building on macOS 26. #​48473 (Also in 37, 39)
  • Updated Chromium to 140.0.7339.240. #​48486
  • Updated Node.js to v22.20.0. #​48381

v38.2.2: electron v38.2.2

Compare Source

Release Notes for v38.2.2

Fixes

  • AccentColor set distinguishes the frame. #​48451 (Also in 37, 39)
  • Fix: runtime JS error that crashes GetPackageJSON. #​48424 (Also in 37, 39)
  • Fixed download button does not work in PDF Viewer. #​48409 (Also in 39)

v38.2.1: electron v38.2.1

Compare Source

Release Notes for v38.2.1

Fixes

  • Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. #​48437 (Also in 39)

v38.2.0: electron v38.2.0

Compare Source

Release Notes for v38.2.0

Features

  • Allowed for persisting File System API grant status within a given session. #​48327 (Also in 37)

Fixes

  • Fixed Wayland configuration through the XDG_SESSION_TYPE environment variable. #​48309
  • Fixed excessive WindowServer GPU usage on macOS Tahoe 26. #​48398 (Also in 36, 37, 39)
  • Fixed high CPU usage with <input> tag on macOS 26. #​48394 (Also in 37, 39)

v38.1.2: electron v38.1.2

Compare Source

Release Notes for v38.1.2

Other Changes

v38.1.1: electron v38.1.1

Compare Source

Release Notes for v38.1.1

Other Changes

  • Updated Chromium to 140.0.7339.133. #​48287

v38.1.0: electron v38.1.0

Compare Source

Release Notes for v38.1.0

Other Changes

v38.0.0: electron v38.0.0

Compare Source

Release Notes for v38.0.0

Stack Upgrades

Breaking Changes

  • For breaking changes inherited via Chromium, see blog post

Features

Additions
  • Added before-mouse-event to allow intercepting and preventing mouse events in WebContents. #​47280 (Also in 36, 37)
  • Added fileBacked and purgeable fields to process.getSystemMemoryInfo() for macOS. #​48146 (Also in 37)
  • Added innerWidth and innerHeight options for window.open. [#​46749](https:/

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Aetherinox/ntfy-desktop/pull/141 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 10/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `renovate/electron-39.x` --- ### 📝 Commits (1) - [`3579e90`](https://github.com/Aetherinox/ntfy-desktop/commit/3579e90146ac79456e9434f5cbd7b1a908dcb723) chore(deps): update dependency electron to v39 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/package.json` (+1 -1) </details> ### 📄 Description > **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [electron](https://redirect.github.com/electron/electron) | [`^37.0.0` → `^39.0.0`](https://renovatebot.com/diffs/npm/electron/37.10.3/39.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/electron/39.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/37.10.3/39.2.7?slim=true) | --- ### Release Notes <details> <summary>electron/electron (electron)</summary> ### [`v39.2.7`](https://redirect.github.com/electron/electron/releases/tag/v39.2.7): electron v39.2.7 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.2.6...v39.2.7) ### Release Notes for v39.2.7 #### Other Changes - Updated Chromium to 142.0.7444.235. [#&#8203;49190](https://redirect.github.com/electron/electron/pull/49190) ### [`v39.2.6`](https://redirect.github.com/electron/electron/releases/tag/v39.2.6): electron v39.2.6 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.2.5...v39.2.6) ### Release Notes for v39.2.6 #### Fixes - Fixed visual artifacts while resizing a window on Windows. [#&#8203;49138](https://redirect.github.com/electron/electron/pull/49138) #### Other Changes - Updated Chromium to 142.0.7444.226. [#&#8203;49137](https://redirect.github.com/electron/electron/pull/49137) ### [`v39.2.5`](https://redirect.github.com/electron/electron/releases/tag/v39.2.5): electron v39.2.5 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.2.4...v39.2.5) ### Release Notes for v39.2.5 #### Fixes - Fixed a Windows notification issue where clicking a native notification would result in an application hang on certain Windows environments. [#&#8203;49130](https://redirect.github.com/electron/electron/pull/49130) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/49129))</sup> - Fixed an issue where `menu-did-close` was not emitted properly for some application menus. [#&#8203;49093](https://redirect.github.com/electron/electron/pull/49093) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/49094), [40](https://redirect.github.com/electron/electron/pull/49092))</sup> - Reduced amount of visual artifacts while resizing a window on Windows. [#&#8203;49076](https://redirect.github.com/electron/electron/pull/49076) #### Other Changes - Fixed devtools element panel flickering when with node inspection. [#&#8203;49044](https://redirect.github.com/electron/electron/pull/49044) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/49043))</sup> ### [`v39.2.4`](https://redirect.github.com/electron/electron/releases/tag/v39.2.4): electron v39.2.4 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.2.3...v39.2.4) ### Release Notes for v39.2.4 #### Fixes - Fixed an issue where the close callback param for `menu.popup` would fire when any arbitrary submenu of the given menu closed, and not the menu itself. [#&#8203;49045](https://redirect.github.com/electron/electron/pull/49045) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/49047), [40](https://redirect.github.com/electron/electron/pull/49046))</sup> - Fixed crash when reading system certificates via nodejs tls module. [#&#8203;49042](https://redirect.github.com/electron/electron/pull/49042) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/49041))</sup> - Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. [#&#8203;49019](https://redirect.github.com/electron/electron/pull/49019) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/49020), [40](https://redirect.github.com/electron/electron/pull/49021))</sup> #### Other Changes - Updated Chromium to 142.0.7444.177. [#&#8203;49037](https://redirect.github.com/electron/electron/pull/49037) ### [`v39.2.3`](https://redirect.github.com/electron/electron/releases/tag/v39.2.3): electron v39.2.3 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.2.2...v39.2.3) ### Release Notes for v39.2.3 - Updated Chromium to 142.0.7444.175. ### [`v39.2.2`](https://redirect.github.com/electron/electron/releases/tag/v39.2.2): electron v39.2.2 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.2.1...v39.2.2) ### Release Notes for v39.2.2 #### Fixes - Fixed crash when creating event object for IPC events. [#&#8203;48992](https://redirect.github.com/electron/electron/pull/48992) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48991))</sup> ### [`v39.2.1`](https://redirect.github.com/electron/electron/releases/tag/v39.2.1): electron v39.2.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.2.0...v39.2.1) ### Release Notes for v39.2.1 #### Fixes - Fixed an issue where some apps would throw an exception on launch. [#&#8203;48975](https://redirect.github.com/electron/electron/pull/48975) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48976))</sup> ### [`v39.2.0`](https://redirect.github.com/electron/electron/releases/tag/v39.2.0): electron v39.2.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.1.2...v39.2.0) ### Release Notes for v39.2.0 #### Features - Added `app.isHardwareAccelerationEnabled()`. [#&#8203;48680](https://redirect.github.com/electron/electron/pull/48680) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48679), [38](https://redirect.github.com/electron/electron/pull/48681))</sup> - Added bypassCustomProtocolHandlers option to net.request. [#&#8203;48882](https://redirect.github.com/electron/electron/pull/48882) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48881), [40](https://redirect.github.com/electron/electron/pull/48883))</sup> - Automatically focus DevTools when element is inspected or breakpoint is triggered. [#&#8203;48702](https://redirect.github.com/electron/electron/pull/48702) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48703), [38](https://redirect.github.com/electron/electron/pull/48701))</sup> - Enables resetting accent color to follow system accent settings if a previous color has been set via `window.setAccentColor(null)`. [#&#8203;48852](https://redirect.github.com/electron/electron/pull/48852) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48853))</sup> - Updated `nativeImage.createFromNamedImage` to support SF Symbol names. [#&#8203;48773](https://redirect.github.com/electron/electron/pull/48773) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48772))</sup> #### Fixes - Fixed crash on windows when UTF-8 is in path. [#&#8203;48944](https://redirect.github.com/electron/electron/pull/48944) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48947), [40](https://redirect.github.com/electron/electron/pull/48942))</sup> - Reenable V8 trap handlers for wasm in browser and utility process, improves runtime execution of wasm. [#&#8203;48837](https://redirect.github.com/electron/electron/pull/48837) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48839))</sup> - Restored window's canHide property. [#&#8203;48901](https://redirect.github.com/electron/electron/pull/48901) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48902), [38](https://redirect.github.com/electron/electron/pull/48900))</sup> - Windows: Calling window\.setFocusable(true) will no longer cause a window to lose focus. [#&#8203;48928](https://redirect.github.com/electron/electron/pull/48928) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48927))</sup> #### Other Changes - Updated Chromium to 142.0.7444.162. [#&#8203;48899](https://redirect.github.com/electron/electron/pull/48899) ### [`v39.1.2`](https://redirect.github.com/electron/electron/releases/tag/v39.1.2): electron v39.1.2 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.1.1...v39.1.2) ### Release Notes for v39.1.2 #### Fixes - Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. [#&#8203;48834](https://redirect.github.com/electron/electron/pull/48834) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48836), [40](https://redirect.github.com/electron/electron/pull/48835))</sup> - Fix: ESM-from-CJS import when CJK characters are in path. [#&#8203;48873](https://redirect.github.com/electron/electron/pull/48873) - Fixed oom crash when optimizing certain wasm functions involving large phi nodes. [#&#8203;48815](https://redirect.github.com/electron/electron/pull/48815) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48817), [40](https://redirect.github.com/electron/electron/pull/48816))</sup> - Fixed the issue where the parent window remained interactive after the modal window was opened. [#&#8203;48865](https://redirect.github.com/electron/electron/pull/48865) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48864))</sup> #### Other Changes - Updated Chromium to 142.0.7444.134. [#&#8203;48818](https://redirect.github.com/electron/electron/pull/48818) #### Documentation - Documentation changes: [#&#8203;48842](https://redirect.github.com/electron/electron/pull/48842) #### Unknown - Fixed an issue that menu items on macOS could not be disabled under all circumstances. [#&#8203;48830](https://redirect.github.com/electron/electron/pull/48830) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48829), [40](https://redirect.github.com/electron/electron/pull/48828))</sup> ### [`v39.1.1`](https://redirect.github.com/electron/electron/releases/tag/v39.1.1): electron v39.1.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.1.0...v39.1.1) ### Release Notes for v39.1.1 #### Fixes - Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts [#&#8203;48598](https://redirect.github.com/electron/electron/issues/48598). [#&#8203;48800](https://redirect.github.com/electron/electron/pull/48800) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48799))</sup> - Fixed draw smoothing round corner issue. [#&#8203;48781](https://redirect.github.com/electron/electron/pull/48781) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48782))</sup> ### [`v39.1.0`](https://redirect.github.com/electron/electron/releases/tag/v39.1.0): electron v39.1.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v39.0.0...v39.1.0) ### Release Notes for v39.1.0 #### Fixes - Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. [#&#8203;48758](https://redirect.github.com/electron/electron/pull/48758) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48757), [40](https://redirect.github.com/electron/electron/pull/48759))</sup> - Fixed an issue that menu items on macOS could not be disabled under all circumstances. [#&#8203;48711](https://redirect.github.com/electron/electron/pull/48711) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48712), [38](https://redirect.github.com/electron/electron/pull/48710))</sup> - Fixed incorrect signal variable reference in nan-spec-runner that could cause install failures to go undetected. [#&#8203;48709](https://redirect.github.com/electron/electron/pull/48709) <sup>(Also in [38](https://redirect.github.com/electron/electron/pull/48708))</sup> #### Other Changes - Updated Chromium to 142.0.7444.59. [#&#8203;48723](https://redirect.github.com/electron/electron/pull/48723) - Updated Node.js to v22.21.1. [#&#8203;48616](https://redirect.github.com/electron/electron/pull/48616) ### [`v39.0.0`](https://redirect.github.com/electron/electron/releases/tag/v39.0.0): electron v39.0.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.7.2...v39.0.0) ### Release Notes for v39.0.0 #### Stack Upgrades - Chromium `142.0.7444.52` - [New in 142](https://developer.chrome.com/blog/new-in-chrome-142/) - [New in 141](https://developer.chrome.com/blog/new-in-chrome-141/) - Node `22.20.0` - [Node 22.20.0 blog post](https://nodejs.org/en/blog/release/v22.20.0/) - V8 `14.2` #### Breaking Changes - Added `colorSpace` to offscreen shared texture info of `webContents.on('paint')` event. - Breaking Changed the signature of `OffscreenSharedTexture` to provide a unified `handle` that holds the native handle. [#&#8203;47315](https://redirect.github.com/electron/electron/pull/47315) - Fixed a spec compliance issue with `window.open` where it should always create a resizable popup window but did not. [#&#8203;47540](https://redirect.github.com/electron/electron/pull/47540) *For breaking changes inherited via Chromium, see [blog post](https://www.electronjs.org/blog/electron-39-0)* #### Features ##### Additions - Added `RGBAF16` output format with scRGB HDR color space support to Offscreen Rendering. [#&#8203;48504](https://redirect.github.com/electron/electron/pull/48504) - Added `fileBacked` and `purgeable` fields to `process.getSystemMemoryInfo()` for macOS. [#&#8203;47628](https://redirect.github.com/electron/electron/pull/47628) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48143), [38](https://redirect.github.com/electron/electron/pull/48146))</span> - Added support for `guid` `Tray` constructor option on macOS to allow tray icons to maintain position across launches. [#&#8203;47838](https://redirect.github.com/electron/electron/pull/47838) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48078), [37](https://redirect.github.com/electron/electron/pull/48076), [38](https://redirect.github.com/electron/electron/pull/48077))</span> - Added `webFrameMain.fromFrameToken(processId, frameToken)` to get a `WebFrameMain` instance from its frame token. [#&#8203;47850](https://redirect.github.com/electron/electron/pull/47850) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/47942))</span> - Added methods to enable more granular accessibility support management. [#&#8203;48625](https://redirect.github.com/electron/electron/pull/48625) - Added support for `app.getRecentDocuments()` on Windows and macOS. [#&#8203;45839](https://redirect.github.com/electron/electron/pull/45839) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47925), [37](https://redirect.github.com/electron/electron/pull/47923), [38](https://redirect.github.com/electron/electron/pull/47924))</span> - Added support for `USBDevice.configurations`. [#&#8203;47459](https://redirect.github.com/electron/electron/pull/47459) - Added the ability to retrieve the system accent color on Linux using `systemPreferences.getAccentColor`. [#&#8203;48628](https://redirect.github.com/electron/electron/pull/48628) - Adds the ability to change window accent color on Windows after initial window initialization via `{get|set}AccentColor`. [#&#8203;47741](https://redirect.github.com/electron/electron/pull/47741) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48018), [37](https://redirect.github.com/electron/electron/pull/48017), [38](https://redirect.github.com/electron/electron/pull/47939))</span> - Allowed for persisting File System API grant status within a given session. [#&#8203;48326](https://redirect.github.com/electron/electron/pull/48326) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48328), [38](https://redirect.github.com/electron/electron/pull/48327))</span> - Internally switched to using `DIR_ASSETS` instead of `DIR_MODULE`/`DIR_EXE` to locate assets and resources, and added "assets" as a key that can be queried via `app.getPath`. [#&#8203;47439](https://redirect.github.com/electron/electron/pull/47439) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47951), [38](https://redirect.github.com/electron/electron/pull/47950))</span> - Support dynamic ESM imports in non-context isolated preloads. [#&#8203;48488](https://redirect.github.com/electron/electron/pull/48488) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48487), [38](https://redirect.github.com/electron/electron/pull/48489))</span> #### Fixes - Fixed an issue where `systemPreferences.getAccentColor` inverted the color. [#&#8203;48624](https://redirect.github.com/electron/electron/pull/48624) - Fixed an issue where calling `webContents.openDevTools({ mode: 'detach' })` would cause a crash on Wayland. [#&#8203;48623](https://redirect.github.com/electron/electron/pull/48623) - Fixed crash when accessing `webContents.session`. [#&#8203;48344](https://redirect.github.com/electron/electron/pull/48344) - Fixed crash when inspector agent attempts to evaluate on provisional frames. [#&#8203;48515](https://redirect.github.com/electron/electron/pull/48515) - Fixed crash when passing feature param from commandline `--enable-features=Feature:ParamA/Value`. [#&#8203;48442](https://redirect.github.com/electron/electron/pull/48442) ##### Also in earlier versions... - AccentColor set distinguishes the frame. [#&#8203;48450](https://redirect.github.com/electron/electron/pull/48450) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48449), [38](https://redirect.github.com/electron/electron/pull/48451))</span> - Fix: runtime JS error that crashes `GetPackageJSON`. [#&#8203;48425](https://redirect.github.com/electron/electron/pull/48425) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48423), [38](https://redirect.github.com/electron/electron/pull/48424))</span> - Fixed Wayland configuration through the `XDG_SESSION_TYPE` environment variable. [#&#8203;48310](https://redirect.github.com/electron/electron/pull/48310) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48309))</span> - Fixed Windows `dialog.showMessageBox` default button handling. [#&#8203;48521](https://redirect.github.com/electron/electron/pull/48521) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48522), [37](https://redirect.github.com/electron/electron/pull/48520), [38](https://redirect.github.com/electron/electron/pull/48519))</span> - Fixed a bug where `app` extensions filters didn't allow for selecting app bundles in macOS file dialogs. [#&#8203;47825](https://redirect.github.com/electron/electron/pull/47825) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47840), [37](https://redirect.github.com/electron/electron/pull/47839), [38](https://redirect.github.com/electron/electron/pull/47841))</span> - Fixed a bug where the `Referer` header was not being set correctly when using `webContents.downloadURL()`. [#&#8203;47625](https://redirect.github.com/electron/electron/pull/47625) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47866), [37](https://redirect.github.com/electron/electron/pull/47865), [38](https://redirect.github.com/electron/electron/pull/47867))</span> - Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox. [#&#8203;47765](https://redirect.github.com/electron/electron/pull/47765) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47784), [38](https://redirect.github.com/electron/electron/pull/47783))</span> - Fixed a crash possible when calling `webContents.loadURL()` from a failed `webContents.loadURL()` call's catch handler. [#&#8203;48004](https://redirect.github.com/electron/electron/pull/48004) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48044), [37](https://redirect.github.com/electron/electron/pull/48045), [38](https://redirect.github.com/electron/electron/pull/48043))</span> - Fixed a crash when adding the `-electron-corner-smoothing` CSS rule to a stylesheet with no associated document. [#&#8203;47759](https://redirect.github.com/electron/electron/pull/47759) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47792), [38](https://redirect.github.com/electron/electron/pull/47785))</span> - Fixed a crash when calling `desktopCapturer.getSources` with an empty thumbnail size. [#&#8203;47641](https://redirect.github.com/electron/electron/pull/47641) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47651), [37](https://redirect.github.com/electron/electron/pull/47653), [38](https://redirect.github.com/electron/electron/pull/47652))</span> - Fixed a crash when calling some `webContents` functions after `window.close()`. [#&#8203;47933](https://redirect.github.com/electron/electron/pull/47933) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47953), [37](https://redirect.github.com/electron/electron/pull/47954), [38](https://redirect.github.com/electron/electron/pull/47952))</span> - Fixed a potential crash in `dialog.showOpenDialog` on Windows with an empty extension filter array. [#&#8203;48658](https://redirect.github.com/electron/electron/pull/48658) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48659), [38](https://redirect.github.com/electron/electron/pull/48660))</span> - Fixed addBrowserView to prevent unnecessary removal and re-adding of the same BrowserView. [#&#8203;48053](https://redirect.github.com/electron/electron/pull/48053) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48200), [38](https://redirect.github.com/electron/electron/pull/48201))</span> - Fixed an error when checking environmental variables when using remote checksums when installing Electron via npm. [#&#8203;48673](https://redirect.github.com/electron/electron/pull/48673) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48671), [38](https://redirect.github.com/electron/electron/pull/48672))</span> - Fixed an issue on some older Windows versions where `setContentProtection` didn't work as expected. [#&#8203;47856](https://redirect.github.com/electron/electron/pull/47856) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47888), [37](https://redirect.github.com/electron/electron/pull/47887), [38](https://redirect.github.com/electron/electron/pull/47886))</span> - Fixed an issue where `app.accessibilitySupportEnabled` didn't work as expected. [#&#8203;48041](https://redirect.github.com/electron/electron/pull/48041) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48061), [38](https://redirect.github.com/electron/electron/pull/48060))</span> - Fixed an issue where `dialog.showMessageDialog` showed a window incorrectly centered to monitor instead of parent window when passed. [#&#8203;48181](https://redirect.github.com/electron/electron/pull/48181) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48215))</span> - Fixed an issue where `net.isOnline()` always returned `true` in utilityProcesses. [#&#8203;48111](https://redirect.github.com/electron/electron/pull/48111) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48153), [37](https://redirect.github.com/electron/electron/pull/48152), [38](https://redirect.github.com/electron/electron/pull/48151))</span> - Fixed an issue where `require('node:sqlite')` didn't work. [#&#8203;47706](https://redirect.github.com/electron/electron/pull/47706) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47755), [37](https://redirect.github.com/electron/electron/pull/47756), [38](https://redirect.github.com/electron/electron/pull/47757))</span> - Fixed an issue where `shell.openExternal` caused an unexpected dialog to open when there was no app suitable to open the url. [#&#8203;48518](https://redirect.github.com/electron/electron/pull/48518) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48517))</span> - Fixed an issue where `shell.openPath` was not non-blocking as expected. [#&#8203;48079](https://redirect.github.com/electron/electron/pull/48079) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48087), [37](https://redirect.github.com/electron/electron/pull/48088), [38](https://redirect.github.com/electron/electron/pull/48089))</span> - Fixed an issue where `trafficLightPosition` would not be correctly applied when using `titleBarStyle: 'customButtonsOnHover'` on macOS 26. [#&#8203;48621](https://redirect.github.com/electron/electron/pull/48621) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48620))</span> - Fixed an issue where a file-only picker incorrectly allowed some directories. [#&#8203;48198](https://redirect.github.com/electron/electron/pull/48198) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48229), [37](https://redirect.github.com/electron/electron/pull/48230), [38](https://redirect.github.com/electron/electron/pull/48231))</span> - Fixed an issue where an invalid color passed as a string to `accentColor` would result in a white accent color. [#&#8203;47660](https://redirect.github.com/electron/electron/pull/47660) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47800), [38](https://redirect.github.com/electron/electron/pull/47684))</span> - Fixed an issue where authentication via websockets can crash. [#&#8203;48541](https://redirect.github.com/electron/electron/pull/48541) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48540), [38](https://redirect.github.com/electron/electron/pull/48539))</span> - Fixed an issue where button background on mouse hover with `titleBarOverlay` wasn't always calculated to provide appropriate minimum contrast. [#&#8203;48597](https://redirect.github.com/electron/electron/pull/48597) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48596), [38](https://redirect.github.com/electron/electron/pull/48595))</span> - Fixed an issue where certain operations performed in a window close callback could trigger a crash. [#&#8203;47751](https://redirect.github.com/electron/electron/pull/47751) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47811), [37](https://redirect.github.com/electron/electron/pull/47813), [38](https://redirect.github.com/electron/electron/pull/47812))</span> - Fixed an issue where changing the resizable property on a window would break the styles of a transparent window. [#&#8203;48501](https://redirect.github.com/electron/electron/pull/48501) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48500), [38](https://redirect.github.com/electron/electron/pull/48499))</span> - Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have `roundedCorners` set to `false`. [#&#8203;47664](https://redirect.github.com/electron/electron/pull/47664) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47683), [37](https://redirect.github.com/electron/electron/pull/47682), [38](https://redirect.github.com/electron/electron/pull/47681))</span> - Fixed an issue where dragging sometimes didn't work after the `contextmenu` event was emitted. [#&#8203;48199](https://redirect.github.com/electron/electron/pull/48199) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48225), [37](https://redirect.github.com/electron/electron/pull/48226), [38](https://redirect.github.com/electron/electron/pull/48224))</span> - Fixed an issue where icons didn't show up as expected on Windows Toast notifications. [#&#8203;48629](https://redirect.github.com/electron/electron/pull/48629) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48630))</span> - Fixed an issue where importing from `electron/utility` in an ESM file threw an error at runtime. [#&#8203;47998](https://redirect.github.com/electron/electron/pull/47998) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48020), [37](https://redirect.github.com/electron/electron/pull/48021), [38](https://redirect.github.com/electron/electron/pull/48019))</span> - Fixed an issue where importing from `electron/utility` threw a `ERR_MODULE_NOT_FOUND` error at runtime. [#&#8203;47968](https://redirect.github.com/electron/electron/pull/47968) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47987), [37](https://redirect.github.com/electron/electron/pull/47988), [38](https://redirect.github.com/electron/electron/pull/47989))</span> - Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. [#&#8203;48142](https://redirect.github.com/electron/electron/pull/48142) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48155), [37](https://redirect.github.com/electron/electron/pull/48156), [38](https://redirect.github.com/electron/electron/pull/48157))</span> - Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. [#&#8203;48438](https://redirect.github.com/electron/electron/pull/48438) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48439), [38](https://redirect.github.com/electron/electron/pull/48437))</span> - Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. [#&#8203;47740](https://redirect.github.com/electron/electron/pull/47740) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48012), [37](https://redirect.github.com/electron/electron/pull/48011), [38](https://redirect.github.com/electron/electron/pull/47802))</span> - Fixed an issue where the accent color would be accidentally inverted when set to match the system color. [#&#8203;48085](https://redirect.github.com/electron/electron/pull/48085) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48109), [37](https://redirect.github.com/electron/electron/pull/48107), [38](https://redirect.github.com/electron/electron/pull/48108))</span> - Fixed an issue where the window required restart in order to recognize system accent color setting change. [#&#8203;47629](https://redirect.github.com/electron/electron/pull/47629) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47657), [37](https://redirect.github.com/electron/electron/pull/47656), [38](https://redirect.github.com/electron/electron/pull/47658))</span> - Fixed an issue where users on MacOS were unable to interact with a webpage loaded via loadURL. [#&#8203;47560](https://redirect.github.com/electron/electron/pull/47560) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/47575))</span> - Fixed an issue where video scrubbing would not correctly hold the new position on playback. [#&#8203;47703](https://redirect.github.com/electron/electron/pull/47703) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47971), [38](https://redirect.github.com/electron/electron/pull/47965))</span> - Fixed an issue where windows opened with `window.open` would never be offscreen. [#&#8203;47868](https://redirect.github.com/electron/electron/pull/47868) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48070), [38](https://redirect.github.com/electron/electron/pull/48026))</span> - Fixed an issue where windows used dark theme on Linux all the time without reacting to system theme changes. [#&#8203;47869](https://redirect.github.com/electron/electron/pull/47869) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47920), [38](https://redirect.github.com/electron/electron/pull/47919))</span> - Fixed applying background material correctly when creating windows on Windows, restored animations, and also fixed the issue where dynamically setting the background material had no effect. [#&#8203;47386](https://redirect.github.com/electron/electron/pull/47386) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47957), [37](https://redirect.github.com/electron/electron/pull/47956), [38](https://redirect.github.com/electron/electron/pull/47814))</span> - Fixed compilation error when disabling extensions and pdf\_viewer. [#&#8203;47964](https://redirect.github.com/electron/electron/pull/47964) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47994), [38](https://redirect.github.com/electron/electron/pull/47993))</span> - Fixed download button does not work in PDF Viewer. [#&#8203;48404](https://redirect.github.com/electron/electron/pull/48404) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48409))</span> - Fixed excessive WindowServer GPU usage on macOS Tahoe 26. [#&#8203;48399](https://redirect.github.com/electron/electron/pull/48399) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48401), [37](https://redirect.github.com/electron/electron/pull/48400), [38](https://redirect.github.com/electron/electron/pull/48398))</span> - Fixed high CPU usage with `<input>` tag on macOS 26. [#&#8203;48393](https://redirect.github.com/electron/electron/pull/48393) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48419), [37](https://redirect.github.com/electron/electron/pull/48392), [38](https://redirect.github.com/electron/electron/pull/48394))</span> - Fixed potential deadlock inside `app.getLoginItemSettings` on macOS. [#&#8203;48090](https://redirect.github.com/electron/electron/pull/48090) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48095), [37](https://redirect.github.com/electron/electron/pull/48096), [38](https://redirect.github.com/electron/electron/pull/48094))</span> - Fixed shader-f16 to work on Windows. [#&#8203;48557](https://redirect.github.com/electron/electron/pull/48557) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48556), [38](https://redirect.github.com/electron/electron/pull/48555))</span> - Fixed white flash on call to BrowserWindow\.show. [#&#8203;48559](https://redirect.github.com/electron/electron/pull/48559) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48558), [38](https://redirect.github.com/electron/electron/pull/48560))</span> - Titlebar buttons now appear on the correct side of windows on Wayland in Ubuntu. [#&#8203;48603](https://redirect.github.com/electron/electron/pull/48603) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48602))</span> #### Other Changes - Added `abi_version` file to the npm package. [#&#8203;47598](https://redirect.github.com/electron/electron/pull/47598) - Added platform-specific conditions to the source\_set in chromium\_src. [#&#8203;47627](https://redirect.github.com/electron/electron/pull/47627) - Fixed a development issue where the metal toolchain could not be found when building on macOS 26. [#&#8203;48472](https://redirect.github.com/electron/electron/pull/48472) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48471), [38](https://redirect.github.com/electron/electron/pull/48473))</span> - `Electron.Event` object backing class is now managed by v8. [#&#8203;48161](https://redirect.github.com/electron/electron/pull/48161) - `app` module backing C++ object is now managed by v8. [#&#8203;48118](https://redirect.github.com/electron/electron/pull/48118) - `session` module backing C++ object is now managed by v8. [#&#8203;48141](https://redirect.github.com/electron/electron/pull/48141) #### Documentation - Documentation change - [#&#8203;44947](https://redirect.github.com/electron/electron/pull/44947) - [#&#8203;48002](https://redirect.github.com/electron/electron/pull/48002) - [#&#8203;48434](https://redirect.github.com/electron/electron/pull/48434) - [#&#8203;48685](https://redirect.github.com/electron/electron/pull/48685) #### Notices ##### End of Support for 36.x.y Electron 36.x.y has reached end-of-support as per the project's [support policy](https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy). Developers and applications are encouraged to upgrade to a newer version of Electron. ### [`v38.7.2`](https://redirect.github.com/electron/electron/releases/tag/v38.7.2): electron v38.7.2 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.7.1...v38.7.2) ### Release Notes for v38.7.2 #### Fixes - Fixed an issue where the close callback param for `menu.popup` would fire when any arbitrary submenu of the given menu closed, and not the menu itself. [#&#8203;49047](https://redirect.github.com/electron/electron/pull/49047) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/49045), [40](https://redirect.github.com/electron/electron/pull/49046))</sup> - Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. [#&#8203;49020](https://redirect.github.com/electron/electron/pull/49020) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/49019), [40](https://redirect.github.com/electron/electron/pull/49021))</sup> ### [`v38.7.1`](https://redirect.github.com/electron/electron/releases/tag/v38.7.1): electron v38.7.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.7.0...v38.7.1) ### Release Notes for v38.7.1 #### Other Changes - Backported fix for [`4503289`](https://redirect.github.com/electron/electron/commit/450328966). [#&#8203;49009](https://redirect.github.com/electron/electron/pull/49009) - Backported fix for [`4573510`](https://redirect.github.com/electron/electron/commit/457351015). [#&#8203;48984](https://redirect.github.com/electron/electron/pull/48984) ### [`v38.7.0`](https://redirect.github.com/electron/electron/releases/tag/v38.7.0): electron v38.7.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.6.0...v38.7.0) ### Release Notes for v38.7.0 #### Features - Added `app.isHardwareAccelerationEnabled()`. [#&#8203;48681](https://redirect.github.com/electron/electron/pull/48681) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48679), [39](https://redirect.github.com/electron/electron/pull/48680))</sup> - Added bypassCustomProtocolHandlers option to net.request. [#&#8203;48881](https://redirect.github.com/electron/electron/pull/48881) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48882), [40](https://redirect.github.com/electron/electron/pull/48883))</sup> - Automatically focus DevTools when element is inspected or breakpoint is triggered. [#&#8203;48701](https://redirect.github.com/electron/electron/pull/48701) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48703), [39](https://redirect.github.com/electron/electron/pull/48702))</sup> - Enables resetting accent color to follow system accent settings if a previous color has been set via `window.setAccentColor(null)`. [#&#8203;48853](https://redirect.github.com/electron/electron/pull/48853) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48852))</sup> #### Fixes - Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. [#&#8203;48836](https://redirect.github.com/electron/electron/pull/48836) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48834), [40](https://redirect.github.com/electron/electron/pull/48835))</sup> - Fix: ESM-from-CJS import when CJK characters are in path. [#&#8203;48876](https://redirect.github.com/electron/electron/pull/48876) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48873), [40](https://redirect.github.com/electron/electron/pull/48862))</sup> - Fixed an issue where calling `webContents.openDevTools({ mode: 'detach' })` would cause a crash on Wayland. [#&#8203;48926](https://redirect.github.com/electron/electron/pull/48926) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48623))</sup> - Fixed crash on windows when UTF-8 is in path. [#&#8203;48947](https://redirect.github.com/electron/electron/pull/48947) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48944), [40](https://redirect.github.com/electron/electron/pull/48942))</sup> - Fixed oom crash when optimizing certain wasm functions involving large phi nodes. [#&#8203;48817](https://redirect.github.com/electron/electron/pull/48817) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48815), [40](https://redirect.github.com/electron/electron/pull/48816))</sup> - Fixed the issue where the parent window remained interactive after the modal window was opened. [#&#8203;48866](https://redirect.github.com/electron/electron/pull/48866) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48865), [40](https://redirect.github.com/electron/electron/pull/48864))</sup> - Restored window's canHide property. [#&#8203;48900](https://redirect.github.com/electron/electron/pull/48900) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48902), [39](https://redirect.github.com/electron/electron/pull/48901))</sup> #### Other Changes - Backported fix for [`4600173`](https://redirect.github.com/electron/electron/commit/460017370). [#&#8203;48950](https://redirect.github.com/electron/electron/pull/48950) #### Unknown - Fixed an issue that menu items on macOS could not be disabled under all circumstances. [#&#8203;48829](https://redirect.github.com/electron/electron/pull/48829) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48830), [40](https://redirect.github.com/electron/electron/pull/48828))</sup> ### [`v38.6.0`](https://redirect.github.com/electron/electron/releases/tag/v38.6.0): electron v38.6.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.5.0...v38.6.0) ### Release Notes for v38.6.0 #### Fixes - Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts [#&#8203;48598](https://redirect.github.com/electron/electron/issues/48598). [#&#8203;48801](https://redirect.github.com/electron/electron/pull/48801) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48800), [40](https://redirect.github.com/electron/electron/pull/48799))</sup> - Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. [#&#8203;48757](https://redirect.github.com/electron/electron/pull/48757) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48758), [40](https://redirect.github.com/electron/electron/pull/48759))</sup> - Fixed an issue that menu items on macOS could not be disabled under all circumstances. [#&#8203;48710](https://redirect.github.com/electron/electron/pull/48710) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48712), [39](https://redirect.github.com/electron/electron/pull/48711))</sup> - Fixed draw smoothing round corner issue. [#&#8203;48780](https://redirect.github.com/electron/electron/pull/48780) <sup>(Also in [40](https://redirect.github.com/electron/electron/pull/48782))</sup> - Fixed incorrect signal variable reference in nan-spec-runner that could cause install failures to go undetected. [#&#8203;48708](https://redirect.github.com/electron/electron/pull/48708) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48709))</sup> #### Other Changes - Updated Node.js to v22.21.1. [#&#8203;48615](https://redirect.github.com/electron/electron/pull/48615) ### [`v38.5.0`](https://redirect.github.com/electron/electron/releases/tag/v38.5.0): electron v38.5.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.4.0...v38.5.0) ### Release Notes for v38.5.0 #### Features - Added methods to enable more granular accessibility support management. [#&#8203;48626](https://redirect.github.com/electron/electron/pull/48626) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48627), [39](https://redirect.github.com/electron/electron/pull/48625))</sup> #### Fixes - Fixed a potential crash in `dialog.showOpenDialog` on Windows with an empty extension filter array. [#&#8203;48660](https://redirect.github.com/electron/electron/pull/48660) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48659), [39](https://redirect.github.com/electron/electron/pull/48658))</sup> - Fixed an error when checking environmental variables when using remote checksums when installing Electron via npm. [#&#8203;48672](https://redirect.github.com/electron/electron/pull/48672) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48671), [39](https://redirect.github.com/electron/electron/pull/48673))</sup> - Fixed an issue where `trafficLightPosition` would not be correctly applied when using `titleBarStyle: 'customButtonsOnHover'` on macOS 26. [#&#8203;48620](https://redirect.github.com/electron/electron/pull/48620) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48622), [39](https://redirect.github.com/electron/electron/pull/48621))</sup> - Fixed an issue where button background on mouse hover with `titleBarOverlay` wasn't always calculated to provide appropriate minimum contrast. [#&#8203;48595](https://redirect.github.com/electron/electron/pull/48595) <sup>(Also in [37](https://redirect.github.com/electron/electron/pull/48596), [39](https://redirect.github.com/electron/electron/pull/48597))</sup> - Fixed an issue where icons didn't show up as expected on Windows Toast notifications. [#&#8203;48630](https://redirect.github.com/electron/electron/pull/48630) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48629))</sup> - Fixed crash when inspector agent attempts to evaluate on provisional frames. [#&#8203;48513](https://redirect.github.com/electron/electron/pull/48513) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/48515))</sup> #### Other Changes - Updated Chromium to 140.0.7339.249. [#&#8203;48569](https://redirect.github.com/electron/electron/pull/48569) #### Documentation - Documentation changes: [#&#8203;48684](https://redirect.github.com/electron/electron/pull/48684) ### [`v38.4.0`](https://redirect.github.com/electron/electron/releases/tag/v38.4.0): electron v38.4.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.3.0...v38.4.0) ### Release Notes for v38.4.0 #### Features - Support dynamic ESM imports in non-context isolated preloads. [#&#8203;48489](https://redirect.github.com/electron/electron/pull/48489) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48488))</span> #### Fixes - Fixed shader-f16 to work on Windows. [#&#8203;48555](https://redirect.github.com/electron/electron/pull/48555) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48556), [39](https://redirect.github.com/electron/electron/pull/48557))</span> - Fixed white flash on call to BrowserWindow\.show. [#&#8203;48560](https://redirect.github.com/electron/electron/pull/48560) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48558), [39](https://redirect.github.com/electron/electron/pull/48559))</span> - Titlebar buttons now appear on the correct side of windows on Wayland in Ubuntu. [#&#8203;48602](https://redirect.github.com/electron/electron/pull/48602) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48603))</span> ### [`v38.3.0`](https://redirect.github.com/electron/electron/releases/tag/v38.3.0): electron v38.3.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.2.2...v38.3.0) ### Release Notes for v38.3.0 #### Fixes - Fixed Windows `dialog.showMessageBox` default button handling. [#&#8203;48519](https://redirect.github.com/electron/electron/pull/48519) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48522), [37](https://redirect.github.com/electron/electron/pull/48520), [39](https://redirect.github.com/electron/electron/pull/48521))</span> - Fixed an issue where `shell.openExternal` caused an unexpected dialog to open when there was no app suitable to open the url. [#&#8203;48517](https://redirect.github.com/electron/electron/pull/48517) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48518))</span> - Fixed an issue where authentication via websockets can crash. [#&#8203;48539](https://redirect.github.com/electron/electron/pull/48539) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48540), [39](https://redirect.github.com/electron/electron/pull/48541))</span> - Fixed an issue where changing the resizable property on a window would break the styles of a transparent window. [#&#8203;48499](https://redirect.github.com/electron/electron/pull/48499) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48501))</span> #### Other Changes - Fixed a development issue where the metal toolchain could not be found when building on macOS 26. [#&#8203;48473](https://redirect.github.com/electron/electron/pull/48473) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48471), [39](https://redirect.github.com/electron/electron/pull/48472))</span> - Updated Chromium to 140.0.7339.240. [#&#8203;48486](https://redirect.github.com/electron/electron/pull/48486) - Updated Node.js to v22.20.0. [#&#8203;48381](https://redirect.github.com/electron/electron/pull/48381) ### [`v38.2.2`](https://redirect.github.com/electron/electron/releases/tag/v38.2.2): electron v38.2.2 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.2.1...v38.2.2) ### Release Notes for v38.2.2 #### Fixes - AccentColor set distinguishes the frame. [#&#8203;48451](https://redirect.github.com/electron/electron/pull/48451) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48449), [39](https://redirect.github.com/electron/electron/pull/48450))</span> - Fix: runtime JS error that crashes `GetPackageJSON`. [#&#8203;48424](https://redirect.github.com/electron/electron/pull/48424) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48423), [39](https://redirect.github.com/electron/electron/pull/48425))</span> - Fixed download button does not work in PDF Viewer. [#&#8203;48409](https://redirect.github.com/electron/electron/pull/48409) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48404))</span> ### [`v38.2.1`](https://redirect.github.com/electron/electron/releases/tag/v38.2.1): electron v38.2.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.2.0...v38.2.1) ### Release Notes for v38.2.1 #### Fixes - Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. [#&#8203;48437](https://redirect.github.com/electron/electron/pull/48437) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48438))</span> ### [`v38.2.0`](https://redirect.github.com/electron/electron/releases/tag/v38.2.0): electron v38.2.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.1.2...v38.2.0) ### Release Notes for v38.2.0 #### Features - Allowed for persisting File System API grant status within a given session. [#&#8203;48327](https://redirect.github.com/electron/electron/pull/48327) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48328))</span> #### Fixes - Fixed Wayland configuration through the `XDG_SESSION_TYPE` environment variable. [#&#8203;48309](https://redirect.github.com/electron/electron/pull/48309) - Fixed excessive WindowServer GPU usage on macOS Tahoe 26. [#&#8203;48398](https://redirect.github.com/electron/electron/pull/48398) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48401), [37](https://redirect.github.com/electron/electron/pull/48400), [39](https://redirect.github.com/electron/electron/pull/48399))</span> - Fixed high CPU usage with `<input>` tag on macOS 26. [#&#8203;48394](https://redirect.github.com/electron/electron/pull/48394) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48392), [39](https://redirect.github.com/electron/electron/pull/48393))</span> ### [`v38.1.2`](https://redirect.github.com/electron/electron/releases/tag/v38.1.2): electron v38.1.2 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.1.1...v38.1.2) ### Release Notes for v38.1.2 #### Other Changes - Use Local Execution, Remote Caching (LERC) for fork PRs [(#&#8203;48324)](https://redirect.github.com/electron/electron/pull/48324) - Updated v8 [(#&#8203;48338)](https://redirect.github.com/electron/electron/pull/48338) ### [`v38.1.1`](https://redirect.github.com/electron/electron/releases/tag/v38.1.1): electron v38.1.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.1.0...v38.1.1) ### Release Notes for v38.1.1 #### Other Changes - Updated Chromium to 140.0.7339.133. [#&#8203;48287](https://redirect.github.com/electron/electron/pull/48287) ### [`v38.1.0`](https://redirect.github.com/electron/electron/releases/tag/v38.1.0): electron v38.1.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v38.0.0...v38.1.0) ### Release Notes for v38.1.0 #### Other Changes - Updated Chromium to 140.0.7339.80. [#&#8203;48249](https://redirect.github.com/electron/electron/pull/48249) - Updated Node.js to v22.19.0. [#&#8203;48221](https://redirect.github.com/electron/electron/pull/48221) ### [`v38.0.0`](https://redirect.github.com/electron/electron/releases/tag/v38.0.0): electron v38.0.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.10.3...v38.0.0) ### Release Notes for v38.0.0 #### Stack Upgrades - Chromium `140.0.7339.41` - [New in 140](https://developer.chrome.com/blog/new-in-chrome-140/) - [New in 139](https://developer.chrome.com/blog/new-in-chrome-139/) - Node `22.18.0` - [Node 22.18.0 blog post](https://nodejs.org/en/blog/release/v22.18.0/) - V8 `14.0` #### Breaking Changes - For breaking changes inherited via Chromium, see [blog post](https://www.electronjs.org/blog/electron-38-0) #### Features ##### Additions - Added `before-mouse-event` to allow intercepting and preventing mouse events in WebContents. [#&#8203;47280](https://redirect.github.com/electron/electron/pull/47280) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47365), [37](https://redirect.github.com/electron/electron/pull/47364))</span> - Added `fileBacked` and `purgeable` fields to `process.getSystemMemoryInfo()` for macOS. [#&#8203;48146](https://redirect.github.com/electron/electron/pull/48146) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/48143))</span> - Added `innerWidth` and `innerHeight` options for window\.open. [#&#8203;46749](https:/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Aetherinox/ntfy-desktop). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQyLjY2LjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUeXBlIOKAuiBEZXBlbmRlbmN5Il19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:31:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy-desktop#145
No description provided.