Showing releases from v10.x. Show all stable releases.
- Fixed a memory leak in desktopCapturer.getSources. #27057 (Also in 11, 12)
- Fixed an issue where BrowserViews couldn't be effectively reparented. #27220 (Also in 11, 12)
- Fixed an issue where SIGINT was improperly handled in Node.js processes. #26970 (Also in 11, 12)
- Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows. #27222 (Also in 11, 12)
- Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds. #27185 (Also in 11, 12)
- Fixed an issue with audio not playing in HTML video elements. #26963
- Security: backported fix for 1147431, 1144462. #26953
- Security: backported fix for chromium:1123035. #26956
- Fixed
chrome.webRequest
extensions API not intercepting any requests. #27097 (Also in 11, 12)
- Added Electron DLLs like libGLESv2.dll to symbol server. #26964 (Also in 9, 11, 12)
- Fixed
systemPreferences.effectiveAppearance
returning systemPreferences.getAppLevelAppearance()
. #26882 (Also in 9, 11, 12)
- Fixed an issue that a message box in GTK contains no buttons. #26915 (Also in 11, 12)
- Fixed an issue where
event.reply
could sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26927 (Also in 9, 11, 12)
- Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26949 (Also in 9, 11, 12)
- Security: backport fix for 1150649. #26896
- Security: backported fix for 1137603. #26892
- Security: backported fix for 1141350. #26894
- Security: backported the fix to CVE-2020-16014: Use after free in PPAPI. #26855
- Security: backported the fix to CVE-2020-16023: Use after free in WebCodecs. #26832
- Security: backported the fix to CVE-2020-16024: Heap buffer overflow in UI. #26830
- Security: backported the fix to heap-buffer-overflow in gfx::internal::StyleIterator::GetTextBreakingRange. #26866
- Fixed
<webview>
render-process-gone
event dispatch. #26577
- Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. #26779 (Also in 12)
- Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26753 (Also in 11, 12)
- Fixed an issue where some buttons were un-clickable in some BrowserViews with draggable regions enabled. #26744 (Also in 9, 11)
- Fixed an issue whereby a corrupted
async_hooks
stack would crash the renderer when throwing some errors in the renderer process. #26747 (Also in 9, 11)
- Fixed uncaught promise rejection when creating
webContents
with javascript disabled. #26871 (Also in 11, 12)
- Security: backported the fix to CVE-2020-16015: Insufficient data validation in WASM. #26858
- Security: backported the fix to CVE-2020-16022: Insufficient policy enforcement in networking. #26860
- Re-enable Rosetta on Apple Silicon devices. #26569 (Also in 7.3, 8, 9, 11)
- Fixed
LC_ALL
environment variable getting changed in Electron. #26550 (Also in 9)
- Fixed
window.open
not accepting size values with "px" at the end. #26333 (Also in 11)
- Fixed a rare crash on Windows that could occur when emitting certain powerMonitor events. #26180 (Also in 11)
- Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26245 (Also in 9, 11)
- Fixed an issue where draggable regions did not work exclusively on
BrowserViews
. #26260 (Also in 9, 11)
- Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing
BrowserWindow
was resized. #26321 (Also in 9, 11)
- Fixed an issue where packages could not be selected with <input file="type"> on macOS. #26555 (Also in 11)
- Fixed calling
app.commandLine.appendSwitch('lang')
not changing app's locale. #26241 (Also in 9, 11)
- Fixed debug.log files being created under working directory on windows. #26266 (Also in 9)
- Fixed draggable regions stops working when devtools is opened on macOS. #26394 (Also in 9, 11)
- Backported the fix to CVE-2020-16013: Inappropriate implementation in V8. #26455
- Backported the fix to CVE-2020-16017: Browser UAF when detaching a provisional frame. #26473
- Improved performance of
takeHeapSnapshot()
. #26229
- Security: backported fix for 1100470, 1125337. #26209
- Security: backported fix for 1128657. #26196
- Security: backported fix for 1133983. #26203
- Security: backported fix for 1135018. #26193
- Security: backported fix for 1135857. #26190
- Security: backported fix for 1143772. #26399
- Security: backported fix for 1144489. #26396
- Security: backported fix for 817982. #26438
- Security: backported fix for chromium:1117258. #26199
- Security: backported fix for chromium:1132111. #26206
- Security: backported fix for chromium:1133527. #26411
- Security: backported fix for chromium:1137608. #26408
- Security: backported fix for chromium:1137630. #26212
- Security: backported fix for chromium:1139398. #26405
- Fixed a crash in printing on Windows. #26064 (Also in 9, 10)
- Fixed an issue where Wasm code generation erroneously showed as being disallowed by embedder when
contextIsolation
was enabled. #26063 (Also in 10)
- Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26126 (Also in 9, 10)
- Fixed memory leak on macOS when using
dialog.showMessageBox
API. #26097 (Also in 8, 9, 10, 11)
- Backported fix for CVE-2020-15999. #26070