Releases: electron/electron
electron v38.0.0-beta.11
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 electron@38.0.0-beta.11.
Release Notes for v38.0.0-beta.11
Fixes
- Fixed an issue where
dialog.showMessageDialogshowed a window incorrectly centered to monitor instead of parent window when passed. #48215
electron v37.4.0
Release Notes for v37.4.0
Features
- Added support for
guidTrayconstructor option on macOS to allow tray icons to maintain position across launches. #48076 (Also in 36, 38)
Fixes
- Fixed an issue where
net.isOnline()always returnedtruein utilityProcesses. #48152 (Also in 36, 38) - Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #48156 (Also in 36, 38)
- Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #48107 (Also in 36, 38)
Other Changes
- Updated Chromium to 138.0.7204.243. #48119
electron v38.0.0-beta.9
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 electron@38.0.0-beta.9.
Release Notes for v38.0.0-beta.9
Other Changes
- Enabled siso by default
electron v38.0.0-beta.8
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 electron@38.0.0-beta.8.
Release Notes for v38.0.0-beta.8
Fixes
- Fixed an issue where
net.isOnline()always returnedtruein utilityProcesses. #48151 (Also in 36, 37) - Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #48157 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7339.24. #48147
electron v38.0.0-beta.7
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 electron@38.0.0-beta.7.
Release Notes for v38.0.0-beta.7
Features
- Added
tray.{get|set}AutosaveNameto enable macOS tray icons to maintain position across launches. #48077 (Also in 36, 37)
Fixes
- Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #48108 (Also in 36, 37)
- Fixed potential deadlock inside
app.getLoginItemSettingson macOS. #48094 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7339.16. #48075
electron v38.0.0-beta.6
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 electron@38.0.0-beta.6.
Release Notes for v38.0.0-beta.6
electron v35.7.5
Release Notes for v35.7.5
Warning
Electron 35.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.
Fixes
electron v38.0.0-beta.5
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 electron@38.0.0-beta.5.
Release Notes for v38.0.0-beta.5
Fixes
electron v37.3.1
Release Notes for v37.3.1
Fixes
- Fixed an issue where
shell.openPathwas not non-blocking as expected. #48088 (Also in 36, 38) - Fixed an issue where windows opened with
window.openwould never be offscreen. #48070 (Also in 38) - Fixed potential deadlock inside
app.getLoginItemSettingson macOS. #48096 (Also in 36)
Other Changes
- Updated Chromium to 138.0.7204.235. #48066