Electron: v41.0.0-beta.7 Release

Release date:
March 2, 2026
Previous version:
v41.0.0-beta.6 (released February 26, 2026)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v41.0.0-beta.7

Could not determine top contributors for this release.

Directory Browser for v41.0.0-beta.7

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 v41.0.0-beta.7

Fixes

  • Allow dynamically updating menu item labels, sublabels, and icons. #49972 <sup>(Also in 40)</sup>
  • Fixed an issue where Squirrel.Mac's auto updater would fail to install new updates if the targetBundleURL was either not set or contained special characters. #49978
  • Fixed menu bar hiding after a call to win.setFullScreen(false) when not in fullscreen on Linux. #49996 <sup>(Also in 40)</sup>
  • Fixed menus to correctly emit menu-will-close event when closed after any submenu has been open. #49964 <sup>(Also in 40)</sup>
  • Fixed window sizing on Linux when min/max size constraints are set or resizable is false. Windows no longer shrink below the requested max size or grow taller when resizability is disabled. #49971

    Other Changes

  • Updated Chromium to 146.0.7680.31. #49957

  • Updated Node.js to v24.14.0. #49940