Showing releases from v9.x. Show all stable releases.
- Fixed
<webview>
render-process-gone
event dispatch. #26576
- Fixed
LC_ALL
environment variable getting changed in Electron. #26508 (Also in 10, 11)
- Fixed debug.log files being created under working directory on windows. #26267 (Also in 10)
- Fixed draggable regions stops working when devtools is opened on macOS. #26506 (Also in 10, 11)
- Backported the fix to CVE-2020-16017: Browser UAF when detaching a provisional frame. #26477
- Fixed value of
getSystemVersion()
on Big Sur. #26430
- Security: backported fix for 1143772. #26400
- Security: backported fix for 1144489. #26397
- Security: backported fix for chromium:1133527. #26412
- Security: backported fix for chromium:1137608. #26409
- Security: backported fix for chromium:1139398. #26406
- Re-enable Rosetta on Apple Silicon devices. #26572 (Also in 7.3, 8, 10, 11)
- Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26244 (Also in 10, 11)
- Fixed an issue where draggable regions did not work exclusively on
BrowserViews
. #26261 (Also in 10, 11)
- Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing
BrowserWindow
was resized. #26322 (Also in 10, 11)
- Fixed calling
app.commandLine.appendSwitch('lang')
not changing app's locale. #26242 (Also in 10, 11)
- Improved performance of
takeHeapSnapshot()
. #26228
- Security: backported fix for 1100470, 1125337. #26210
- Security: backported fix for 1128657. #26197
- Security: backported fix for 1133983. #26204
- Security: backported fix for 1135018. #26194
- Security: backported fix for 1135857. #26191
- Security: backported fix for chromium:1117258. #26200
- Security: backported fix for chromium:1132111. #26207
- Security: backported fix for chromium:1137630. #26213
- Browser views will properly resize within windows. #26034 (Also in 10, 11)
- Fix: gdi printing in silent printing mode. #25724 (Also in 10, 11)
- Fixed NativeImage.getScaleFactors() always returning the same value. #25904 (Also in 10, 11)
- Fixed a crash in printing on Windows. #26066 (Also in 10, 11)
- Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #25862 (Also in 10, 11)
- Fixed an issue where
Save as PDF
from PDF Viewer Print dialog failed and sometimes crashed. #26067 (Also in 10, 11)
- Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26128 (Also in 10, 11)
- Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #25924 (Also in 10, 11)
- Fixed an issue where the PDF annotations button existed in a broken state. #26004
- Fixed bug that meant require.resolve paths option was ignored. #26035 (Also in 10, 11)
- Fixed maximized frameless window bleeding to other monitors. #25980 (Also in 8, 10, 11)
- Fixed memory leak on macOS when using
dialog.showMessageBox
API. #26098 (Also in 8, 10, 11)
- Backported fix for CVE-2020-15999. #26069
- Backported the fix to CVE-2020-15969: Use after free in WebRTC. #25854
- Security: backported fix for 1111149. #25638
- Security: backported fix for 1113558. #25859
- Security: backported fix for 1121414. #25911
- Security: backported fix for 1121836. #25641
- Security: backported fix for 1125635, 1115901. #25857
- Security: backported fix for 1126249. #25645
- Security: backported the fix to a heap-use-after-free in content::WebContentsImpl::SetNotWaitingForResponse. #25896
- Fixed CORS not being disabled by
webSecurity: false
. #25505 (Also in 9, 10, 11)
- Fixed
ready-to-show
event not emitted on some machines. #25490 (Also in 9, 10, 11)
- Fixed a crash in
app.importCertificate()
on Linux. #25538 (Also in 9, 10, 11)
- Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25605 (Also in 9, 10, 11)
- Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25502 (Also in 8, 9, 10, 11)
- Fixed an issue where an error would be displayed when using
webContents.print()
if no default was set and no device name provided. #25607 (Also in 9, 10, 11)
- Fixed crash when application launched from
UNUserNotificationCenter
notification (via a native node module). #25739 (Also in 9, 10, 11)
- Fixed crashes caused by attempting to modify destroyed views. #25609 (Also in 9, 10, 11)
- Fixed memory leak when creating "Services" menu. #25689 (Also in 9, 10, 11)
- Fixed unsubscribe from observers when window is closing. #25586 (Also in 9, 10, 11)
- Updated Node root certs to use NSS 3.56. #25364 (Also in 8, 9, 10, 11)
- Added V8 crash message and location information to crashReport parameters. #24864 (Also in 9, 10)
- Added a small console hint to console to help debug renderer crashes. #25473 (Also in 9, 10, 11)
- Fixed resource leak in worker threads. #25663 (Also in 9, 10, 11)
- Security: backported fix for 1100136. #25658
- Security: backported fix for 1106612. #25656
- Security: backported fix for 1114636. #25643
- Fixed extension background page devtools not being openable. #25567 (Also in 9, 10, 11)
- Added missing module delay loads on windows to reduce per process reference set impact. #25437 (Also in 9, 10, 11)
- Fixed a crash in the renderer process when invoking the Badging API. #25371 (Also in 9, 10, 11)
- Fixed a memory leak in net.request(). #25382
- Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. #25301 (Also in 8, 9, 10, 11)
- Security: backported fix for 1081874. #25389
- Security: backported fix for 1098860. #25289
- Security: backported fix for 1111737. #25391
- Security: backported fix for 1122684. #25390
- Added support for some
chrome.management
APIs. #25344 (Also in 9, 10, 11)